COLOR #AFDDBD

HEX: #AFDDBD RGB: (175,221,189)

Color info

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

RGB color model

#AFDDBD color RGB value is (175,221,189).

RGB: (175,221,189) (69%, 87%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 189 of 255 = 74%

175
221
189

R + G + B ~ 77%. #AFDDBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 221 + 189 = 585 (100%)
R 175 of 585 ~ 29.91%
G 221 of 585 ~ 37.78%
B 189 of 585 ~ 32.31'%

%29.91
%37.78
%32.31

CMYK color model

#AFDDBD color CMYK value is (21,0,14,13).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK: (21,0,14,13) C21M0Y14K13 (21%,0%,14%,13%) (0.21/0.00/0.14/0.13) 

CMYK percentages

%20.81
%0
%14.48
%13.33

Codes

Color #AFDDBD in popluar color models

AF DD BD
RGB 175 221 189
HSL 138° 40.35% 77.65%
HSB/HSV 138° 20.81% 86.67%
CMYK 20.81% 0.00% 14.48%
13.33%

Color #AFDDBD in popluar number systems.

HEX AF DD BD
Decimal 175 221 189
Binary 10101111 11011101 10111101
Octal 257 335 275

Shades and tints

Shades of #AFDDBD

#AFDDBD
(175,221,189)
#A0C9AC
(160,201,172)
#91B59B
(145,181,155)
#82A18A
(130,161,138)
#738D79
(115,141,121)
#647968
(100,121,104)
#556557
(85,101,87)
#465146
(70,81,70)
#373D35
(55,61,53)
#282924
(40,41,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AFDDBD

#AFDDBD
(175,221,189)
#B6E0C3
(182,224,195)
#BDE3C9
(189,227,201)
#C4E6CF
(196,230,207)
#CBE9D5
(203,233,213)
#D2ECDB
(210,236,219)
#D9EFE1
(217,239,225)
#E0F2E7
(224,242,231)
#E7F5ED
(231,245,237)
#EEF8F3
(238,248,243)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDBD; }

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

This text font color is #AFDDBD.

Background Color

.myBgColor { background-color: #AFDDBD; }

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

This div background color is #AFDDBD.

Border color

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

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

This div border color is #AFDDBD.

Opacity

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

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

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

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

This text has shadow with #AFDDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDDBD.

Preview

Color preview on black background

This text has color #AFDDBD on black background.


Color preview on white background

This text has color #AFDDBD on white background.


Black color preview on #AFDDBD background

This text has black color on #AFDDBD background.


White color preview on #AFDDBD background

This text has white color on #AFDDBD background.


Related colors

Complementary color

Complementary color for #hex is #502242.


I love getcolorcode.com

Triadic colors

1 #BDAFDD and #DDBDAF with #AFDDBD are triadic colors.

2 #BDDDAF and #DDAFBD with #AFDDBD are triadic colors.