COLOR #AFE0BA

HEX: #AFE0BA
RGB: (175,224,186)

Color info

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

RGB color model

#AFE0BA color RGB value is (175,224,186).

  • red value is 175;
  • green value is 224;
  • blue value is 186.
RGB:
(175,224,186)
(69%,88%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 224 of 255 = 88%
B 186 of 255 = 73%

175
224
186

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

Portions of RGB colors in percentages

R + G + B =
175 + 224 + 186 = 585 (100%)
R 175 of 585 ~ 29.91%
G 224 of 585 ~ 38.29%
B 186 of 585 ~ 31.79%

%29.91
%38.29
%31.79

CMYK color model

#AFE0BA color CMYK value is (22,0,17,12).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 12.16%
CMYK:
(22,0,17,12)
C22M0Y17K12 
(22%,0%,17%,12%)
(0.22/0.00/0.17/0.12)	

CMYK percentages

%21.88
%0
%16.96
%12.16

Codes

Color #AFE0BA in popluar color models

AFE0BA
RGB175224186
HSL133°44.14%78.24%
HSB/HSV133°21.88%87.84%
CMYK21.88%0.00%16.96%
12.16%

Color #AFE0BA in popluar number systems.

HEXAFE0BA
Decimal175224186
Binary101011111110000010111010
Octal257340272

Shades and tints

Shades of #AFE0BA

#AFE0BA
(175,224,186)
#A0CCAA
(160,204,170)
#91B89A
(145,184,154)
#82A48A
(130,164,138)
#73907A
(115,144,122)
#647C6A
(100,124,106)
#55685A
(85,104,90)
#46544A
(70,84,74)
#37403A
(55,64,58)
#282C2A
(40,44,42)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #AFE0BA

#AFE0BA
(175,224,186)
#B6E2C0
(182,226,192)
#BDE4C6
(189,228,198)
#C4E6CC
(196,230,204)
#CBE8D2
(203,232,210)
#D2EAD8
(210,234,216)
#D9ECDE
(217,236,222)
#E0EEE4
(224,238,228)
#E7F0EA
(231,240,234)
#EEF2F0
(238,242,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE0BA color. Also use rgb(175,224,186) instead hex code.

Text Font Color

.myTextColor { color: #AFE0BA; }

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

This text font color is #AFE0BA.


Background Color

.myBgColor { background-color: #AFE0BA; }

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

This div background color is #AFE0BA.


Border color

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

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

This div border color is #AFE0BA.


Opacity

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

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

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

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

This text has shadow with #AFE0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE0BA on black background.


Color preview on white background

This text has color #AFE0BA on white background.



Black color preview on #AFE0BA background

This text has black color on #AFE0BA background.


White color preview on #AFE0BA background

This text has white color on #AFE0BA background.