COLOR #AFD2B2

HEX: #AFD2B2
RGB: (175,210,178)

Color info

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

RGB color model

#AFD2B2 color RGB value is (175,210,178).

  • red value is 175;
  • green value is 210;
  • blue value is 178.
RGB:
(175,210,178)
(69%,82%,70%)

RGB channels and saturation

R 175 of 255 = 69%
G 210 of 255 = 82%
B 178 of 255 = 70%

175
210
178

R + G + B ~ 74%. #AFD2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 210 + 178 = 563 (100%)
R 175 of 563 ~ 31.08%
G 210 of 563 ~ 37.3%
B 178 of 563 ~ 31.62%

%31.08
%37.3
%31.62

CMYK color model

#AFD2B2 color CMYK value is (17,0,15,18).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 17.65%
CMYK:
(17,0,15,18)
C17M0Y15K18 
(17%,0%,15%,18%)
(0.17/0.00/0.15/0.18)	

CMYK percentages

%16.67
%0
%15.24
%17.65

Codes

Color #AFD2B2 in popluar color models

AFD2B2
RGB175210178
HSL125°28.00%75.49%
HSB/HSV125°16.67%82.35%
CMYK16.67%0.00%15.24%
17.65%

Color #AFD2B2 in popluar number systems.

HEXAFD2B2
Decimal175210178
Binary101011111101001010110010
Octal257322262

Shades and tints

Shades of #AFD2B2

#AFD2B2
(175,210,178)
#A0BFA2
(160,191,162)
#91AC92
(145,172,146)
#829982
(130,153,130)
#738672
(115,134,114)
#647362
(100,115,98)
#556052
(85,96,82)
#464D42
(70,77,66)
#373A32
(55,58,50)
#282722
(40,39,34)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AFD2B2

#AFD2B2
(175,210,178)
#B6D6B9
(182,214,185)
#BDDAC0
(189,218,192)
#C4DEC7
(196,222,199)
#CBE2CE
(203,226,206)
#D2E6D5
(210,230,213)
#D9EADC
(217,234,220)
#E0EEE3
(224,238,227)
#E7F2EA
(231,242,234)
#EEF6F1
(238,246,241)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD2B2 color. Also use rgb(175,210,178) instead hex code.

Text Font Color

.myTextColor { color: #AFD2B2; }

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

This text font color is #AFD2B2.


Background Color

.myBgColor { background-color: #AFD2B2; }

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

This div background color is #AFD2B2.


Border color

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

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

This div border color is #AFD2B2.


Opacity

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

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

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

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

This text has shadow with #AFD2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD2B2 on black background.


Color preview on white background

This text has color #AFD2B2 on white background.



Black color preview on #AFD2B2 background

This text has black color on #AFD2B2 background.


White color preview on #AFD2B2 background

This text has white color on #AFD2B2 background.