COLOR #AFE5B6

HEX: #AFE5B6
RGB: (175,229,182)

Color info

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

RGB color model

#AFE5B6 color RGB value is (175,229,182).

  • red value is 175;
  • green value is 229;
  • blue value is 182.
RGB:
(175,229,182)
(69%,90%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 229 of 255 = 90%
B 182 of 255 = 71%

175
229
182

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

Portions of RGB colors in percentages

R + G + B =
175 + 229 + 182 = 586 (100%)
R 175 of 586 ~ 29.86%
G 229 of 586 ~ 39.08%
B 182 of 586 ~ 31.06%

%29.86
%39.08
%31.06

CMYK color model

#AFE5B6 color CMYK value is (24,0,21,10).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 20.52%
  • key color value is 10.20%
CMYK:
(24,0,21,10)
C24M0Y21K10 
(24%,0%,21%,10%)
(0.24/0.00/0.21/0.10)	

CMYK percentages

%23.58
%0
%20.52
%10.2

Codes

Color #AFE5B6 in popluar color models

AFE5B6
RGB175229182
HSL128°50.94%79.22%
HSB/HSV128°23.58%89.80%
CMYK23.58%0.00%20.52%
10.20%

Color #AFE5B6 in popluar number systems.

HEXAFE5B6
Decimal175229182
Binary101011111110010110110110
Octal257345266

Shades and tints

Shades of #AFE5B6

#AFE5B6
(175,229,182)
#A0D1A6
(160,209,166)
#91BD96
(145,189,150)
#82A986
(130,169,134)
#739576
(115,149,118)
#648166
(100,129,102)
#556D56
(85,109,86)
#465946
(70,89,70)
#374536
(55,69,54)
#283126
(40,49,38)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #AFE5B6

#AFE5B6
(175,229,182)
#B6E7BC
(182,231,188)
#BDE9C2
(189,233,194)
#C4EBC8
(196,235,200)
#CBEDCE
(203,237,206)
#D2EFD4
(210,239,212)
#D9F1DA
(217,241,218)
#E0F3E0
(224,243,224)
#E7F5E6
(231,245,230)
#EEF7EC
(238,247,236)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE5B6 color. Also use rgb(175,229,182) instead hex code.

Text Font Color

.myTextColor { color: #AFE5B6; }

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

This text font color is #AFE5B6.


Background Color

.myBgColor { background-color: #AFE5B6; }

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

This div background color is #AFE5B6.


Border color

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

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

This div border color is #AFE5B6.


Opacity

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

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

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

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

This text has shadow with #AFE5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE5B6 on black background.


Color preview on white background

This text has color #AFE5B6 on white background.



Black color preview on #AFE5B6 background

This text has black color on #AFE5B6 background.


White color preview on #AFE5B6 background

This text has white color on #AFE5B6 background.