COLOR #AFD5B5

HEX: #AFD5B5
RGB: (175,213,181)

Color info

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

RGB color model

#AFD5B5 color RGB value is (175,213,181).

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

RGB channels and saturation

R 175 of 255 = 69%
G 213 of 255 = 84%
B 181 of 255 = 71%

175
213
181

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

Portions of RGB colors in percentages

R + G + B =
175 + 213 + 181 = 569 (100%)
R 175 of 569 ~ 30.76%
G 213 of 569 ~ 37.43%
B 181 of 569 ~ 31.81%

%30.76
%37.43
%31.81

CMYK color model

#AFD5B5 color CMYK value is (18,0,15,16).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 15.02%
  • key color value is 16.47%
CMYK:
(18,0,15,16)
C18M0Y15K16 
(18%,0%,15%,16%)
(0.18/0.00/0.15/0.16)	

CMYK percentages

%17.84
%0
%15.02
%16.47

Codes

Color #AFD5B5 in popluar color models

AFD5B5
RGB175213181
HSL129°31.15%76.08%
HSB/HSV129°17.84%83.53%
CMYK17.84%0.00%15.02%
16.47%

Color #AFD5B5 in popluar number systems.

HEXAFD5B5
Decimal175213181
Binary101011111101010110110101
Octal257325265

Shades and tints

Shades of #AFD5B5

#AFD5B5
(175,213,181)
#A0C2A5
(160,194,165)
#91AF95
(145,175,149)
#829C85
(130,156,133)
#738975
(115,137,117)
#647665
(100,118,101)
#556355
(85,99,85)
#465045
(70,80,69)
#373D35
(55,61,53)
#282A25
(40,42,37)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFD5B5

#AFD5B5
(175,213,181)
#B6D8BB
(182,216,187)
#BDDBC1
(189,219,193)
#C4DEC7
(196,222,199)
#CBE1CD
(203,225,205)
#D2E4D3
(210,228,211)
#D9E7D9
(217,231,217)
#E0EADF
(224,234,223)
#E7EDE5
(231,237,229)
#EEF0EB
(238,240,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD5B5; }

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

This text font color is #AFD5B5.


Background Color

.myBgColor { background-color: #AFD5B5; }

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

This div background color is #AFD5B5.


Border color

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

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

This div border color is #AFD5B5.


Opacity

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

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

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

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

This text has shadow with #AFD5B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD5B5 on black background.


Color preview on white background

This text has color #AFD5B5 on white background.



Black color preview on #AFD5B5 background

This text has black color on #AFD5B5 background.


White color preview on #AFD5B5 background

This text has white color on #AFD5B5 background.