COLOR #AFDBB5

HEX: #AFDBB5
RGB: (175,219,181)

Color info

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

RGB color model

#AFDBB5 color RGB value is (175,219,181).

  • red value is 175;
  • green value is 219;
  • blue value is 181.
RGB:
(175,219,181)
(69%,86%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 219 of 255 = 86%
B 181 of 255 = 71%

175
219
181

R + G + B ~ 75%. #AFDBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 219 + 181 = 575 (100%)
R 175 of 575 ~ 30.43%
G 219 of 575 ~ 38.09%
B 181 of 575 ~ 31.48%

%30.43
%38.09
%31.48

CMYK color model

#AFDBB5 color CMYK value is (20,0,17,14).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(20,0,17,14)
C20M0Y17K14 
(20%,0%,17%,14%)
(0.20/0.00/0.17/0.14)	

CMYK percentages

%20.09
%0
%17.35
%14.12

Codes

Color #AFDBB5 in popluar color models

AFDBB5
RGB175219181
HSL128°37.93%77.25%
HSB/HSV128°20.09%85.88%
CMYK20.09%0.00%17.35%
14.12%

Color #AFDBB5 in popluar number systems.

HEXAFDBB5
Decimal175219181
Binary101011111101101110110101
Octal257333265

Shades and tints

Shades of #AFDBB5

#AFDBB5
(175,219,181)
#A0C8A5
(160,200,165)
#91B595
(145,181,149)
#82A285
(130,162,133)
#738F75
(115,143,117)
#647C65
(100,124,101)
#556955
(85,105,85)
#465645
(70,86,69)
#374335
(55,67,53)
#283025
(40,48,37)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #AFDBB5

#AFDBB5
(175,219,181)
#B6DEBB
(182,222,187)
#BDE1C1
(189,225,193)
#C4E4C7
(196,228,199)
#CBE7CD
(203,231,205)
#D2EAD3
(210,234,211)
#D9EDD9
(217,237,217)
#E0F0DF
(224,240,223)
#E7F3E5
(231,243,229)
#EEF6EB
(238,246,235)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDBB5 color. Also use rgb(175,219,181) instead hex code.

Text Font Color

.myTextColor { color: #AFDBB5; }

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

This text font color is #AFDBB5.


Background Color

.myBgColor { background-color: #AFDBB5; }

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

This div background color is #AFDBB5.


Border color

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

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

This div border color is #AFDBB5.


Opacity

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

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

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

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

This text has shadow with #AFDBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDBB5 on black background.


Color preview on white background

This text has color #AFDBB5 on white background.



Black color preview on #AFDBB5 background

This text has black color on #AFDBB5 background.


White color preview on #AFDBB5 background

This text has white color on #AFDBB5 background.