COLOR #AFDDD1

HEX: #AFDDD1 RGB: (175,221,209)

Color info

#AFDDD1 contains red, green and blue colors in about the same proportion. Web safe color of #AFDDD1 is #99CCCC (or #9CC).

RGB color model

#AFDDD1 color RGB value is (175,221,209).

RGB: (175,221,209) (69%, 87%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 209 of 255 = 82%

175
221
209

R + G + B ~ 79%. #AFDDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 221 + 209 = 605 (100%)
R 175 of 605 ~ 28.93%
G 221 of 605 ~ 36.53%
B 209 of 605 ~ 34.55'%

%28.93
%36.53
%34.55

CMYK color model

#AFDDD1 color CMYK value is (21,0,5,13).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK: (21,0,5,13) C21M0Y5K13 (21%,0%,5%,13%) (0.21/0.00/0.05/0.13) 

CMYK percentages

%20.81
%0
%5.43
%13.33

Codes

Color #AFDDD1 in popluar color models

AF DD D1
RGB 175 221 209
HSL 164° 40.35% 77.65%
HSB/HSV 164° 20.81% 86.67%
CMYK 20.81% 0.00% 5.43%
13.33%

Color #AFDDD1 in popluar number systems.

HEX AF DD D1
Decimal 175 221 209
Binary 10101111 11011101 11010001
Octal 257 335 321

Shades and tints

Shades of #AFDDD1

#AFDDD1
(175,221,209)
#A0C9BE
(160,201,190)
#91B5AB
(145,181,171)
#82A198
(130,161,152)
#738D85
(115,141,133)
#647972
(100,121,114)
#55655F
(85,101,95)
#46514C
(70,81,76)
#373D39
(55,61,57)
#282926
(40,41,38)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFDDD1

#AFDDD1
(175,221,209)
#B6E0D5
(182,224,213)
#BDE3D9
(189,227,217)
#C4E6DD
(196,230,221)
#CBE9E1
(203,233,225)
#D2ECE5
(210,236,229)
#D9EFE9
(217,239,233)
#E0F2ED
(224,242,237)
#E7F5F1
(231,245,241)
#EEF8F5
(238,248,245)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDD1; }

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

This text font color is #AFDDD1.

Background Color

.myBgColor { background-color: #AFDDD1; }

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

This div background color is #AFDDD1.

Border color

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

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

This div border color is #AFDDD1.

Opacity

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

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

Text with #AFDDD1 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 #AFDDD1;}

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

This text has shadow with #AFDDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDDD1.

Preview

Color preview on black background

This text has color #AFDDD1 on black background.


Color preview on white background

This text has color #AFDDD1 on white background.


Black color preview on #AFDDD1 background

This text has black color on #AFDDD1 background.


White color preview on #AFDDD1 background

This text has white color on #AFDDD1 background.


Related colors

Complementary color

Complementary color for #hex is #50222E.


I love getcolorcode.com

Triadic colors

1 #D1AFDD and #DDD1AF with #AFDDD1 are triadic colors.

2 #D1DDAF and #DDAFD1 with #AFDDD1 are triadic colors.