COLOR #AFF4DD

HEX: #AFF4DD RGB: (175,244,221)

Color info

#AFF4DD contains mainly green and blue colors. Web safe color of #AFF4DD is #99FFCC (or #9FC).

RGB color model

#AFF4DD color RGB value is (175,244,221).

RGB: (175,244,221) (69%, 96%, 87%)

RGB channels and saturation

R 175 of 255 = 69%
G 244 of 255 = 96%
B 221 of 255 = 87%

175
244
221

R + G + B ~ 84%. #AFF4DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 244 + 221 = 640 (100%)
R 175 of 640 ~ 27.34%
G 244 of 640 ~ 38.13%
B 221 of 640 ~ 34.53'%

%27.34
%38.13
%34.53

CMYK color model

#AFF4DD color CMYK value is (28,0,9,4).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 4.31%

CMYK: (28,0,9,4)
C28M0Y9K4 (28%, 0%, 9%, 4%)
(0.28 / 0.00 / 0.09 / 0.04)

CMYK percentages

%28.28
%0
%9.43
%4.31

Codes

Color #AFF4DD in popluar color models

AF F4 DD
RGB 175 244 221
HSL 160° 75.82% 82.16%
HSB/HSV 160° 28.28% 95.69%
CMYK 28.28% 0.00% 9.43%
4.31%

Color #AFF4DD in popluar number systems.

HEX AF F4 DD
Decimal 175 244 221
Binary 10101111 11110100 11011101
Octal 257 364 335

Shades and tints

Shades of #AFF4DD

#AFF4DD
(175,244,221)
#A0DEC9
(160,222,201)
#91C8B5
(145,200,181)
#82B2A1
(130,178,161)
#739C8D
(115,156,141)
#648679
(100,134,121)
#557065
(85,112,101)
#465A51
(70,90,81)
#37443D
(55,68,61)
#282E29
(40,46,41)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #AFF4DD

#AFF4DD
(175,244,221)
#B6F5E0
(182,245,224)
#BDF6E3
(189,246,227)
#C4F7E6
(196,247,230)
#CBF8E9
(203,248,233)
#D2F9EC
(210,249,236)
#D9FAEF
(217,250,239)
#E0FBF2
(224,251,242)
#E7FCF5
(231,252,245)
#EEFDF8
(238,253,248)
#F5FEFB
(245,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF4DD color. Also use rgb(175,244,221) instead hex code.

Text Font Color

.myTextColor { color: #AFF4DD; }

<p style="color:#AFF4DD">This sample text font color is #AFF4DD.</p>

This text font color is #AFF4DD.

Background Color

.myBgColor { background-color: #AFF4DD; }

<div style="background-color:#AFF4DD">Inner text</div>

This div background color is #AFF4DD.

Border color

.myBorderColor { border: 1px solid #AFF4DD; }

<div style="border:3px solid #AFF4DD">Div</div>

This div border color is #AFF4DD.

Opacity

.myOpacity80 { color: #AFF4DD; opacity: 0.8; }

<p style="color:#AFF4DD;opacity:0.8;">80%</p>

Text with #AFF4DD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AFF4DD;}

<p style="text-shadow: 3px 3px 1px #AFF4DD">Text here.</p>

This text has shadow with #AFF4DD color.


.textShadow {text-shadow: 3px 3px 1px #AFF4DD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AFF4DD, 5px 5px 20px red">Text here.</p>

This text has shadow with #AFF4DD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFF4DD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AFF4DD, Direction=45, Strength=4)">Text</p>

This text has shadow with #AFF4DD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFF4DD;
-webkit-box-shadow: 1px 1px 3px 2px #AFF4DD;
box-shadow: 1px 1px 3px 2px #AFF4DD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFF4DD; -webkit-box-shadow: 1px 1px 3px 2px #AFF4DD; box-shadow:1px 1px 3px 2px #AFF4DD;">
Div content here
</div>

This div box has shadow with color #AFF4DD.

Preview

Color preview on black background

This text has color #AFF4DD on black background.


Color preview on white background

This text has color #AFF4DD on white background.


Black color preview on #AFF4DD background

This text has black color on #AFF4DD background.


White color preview on #AFF4DD background

This text has white color on #AFF4DD background.


Related colors

Complementary color

Complementary color for #hex is #500B22.


I love getcolorcode.com

Triadic colors

1 #DDAFF4 and #F4DDAF with #AFF4DD are triadic colors.

2 #DDF4AF and #F4AFDD with #AFF4DD are triadic colors.