COLOR #AFDCB9

HEX: #AFDCB9 RGB: (175,220,185)

Color info

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

RGB color model

#AFDCB9 color RGB value is (175,220,185).

RGB: (175,220,185) (69%, 86%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 220 of 255 = 86%
B 185 of 255 = 73%

175
220
185

R + G + B ~ 76%. #AFDCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 220 + 185 = 580 (100%)
R 175 of 580 ~ 30.17%
G 220 of 580 ~ 37.93%
B 185 of 580 ~ 31.9'%

%30.17
%37.93
%31.9

CMYK color model

#AFDCB9 color CMYK value is (20,0,16,14).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 13.73%

CMYK: (20,0,16,14)
C20M0Y16K14 (20%, 0%, 16%, 14%)
(0.20 / 0.00 / 0.16 / 0.14)

CMYK percentages

%20.45
%0
%15.91
%13.73

Codes

Color #AFDCB9 in popluar color models

AF DC B9
RGB 175 220 185
HSL 133° 39.13% 77.45%
HSB/HSV 133° 20.45% 86.27%
CMYK 20.45% 0.00% 15.91%
13.73%

Color #AFDCB9 in popluar number systems.

HEX AF DC B9
Decimal 175 220 185
Binary 10101111 11011100 10111001
Octal 257 334 271

Shades and tints

Shades of #AFDCB9

#AFDCB9
(175,220,185)
#A0C8A9
(160,200,169)
#91B499
(145,180,153)
#82A089
(130,160,137)
#738C79
(115,140,121)
#647869
(100,120,105)
#556459
(85,100,89)
#465049
(70,80,73)
#373C39
(55,60,57)
#282829
(40,40,41)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #AFDCB9

#AFDCB9
(175,220,185)
#B6DFBF
(182,223,191)
#BDE2C5
(189,226,197)
#C4E5CB
(196,229,203)
#CBE8D1
(203,232,209)
#D2EBD7
(210,235,215)
#D9EEDD
(217,238,221)
#E0F1E3
(224,241,227)
#E7F4E9
(231,244,233)
#EEF7EF
(238,247,239)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDCB9 color. Also use rgb(175,220,185) instead hex code.

Text Font Color

.myTextColor { color: #AFDCB9; }

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

This text font color is #AFDCB9.

Background Color

.myBgColor { background-color: #AFDCB9; }

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

This div background color is #AFDCB9.

Border color

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

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

This div border color is #AFDCB9.

Opacity

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

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

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

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

This text has shadow with #AFDCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDCB9.

Preview

Color preview on black background

This text has color #AFDCB9 on black background.


Color preview on white background

This text has color #AFDCB9 on white background.


Black color preview on #AFDCB9 background

This text has black color on #AFDCB9 background.


White color preview on #AFDCB9 background

This text has white color on #AFDCB9 background.


Related colors

Complementary color

Complementary color for #hex is #502346.


I love getcolorcode.com

Triadic colors

1 #B9AFDC and #DCB9AF with #AFDCB9 are triadic colors.

2 #B9DCAF and #DCAFB9 with #AFDCB9 are triadic colors.