COLOR #AFE0C8

HEX: #AFE0C8
RGB: (175,224,200)

Color info

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

RGB color model

#AFE0C8 color RGB value is (175,224,200).

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

RGB channels and saturation

R 175 of 255 = 69%
G 224 of 255 = 88%
B 200 of 255 = 78%

175
224
200

R + G + B ~ 78%. #AFE0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 224 + 200 = 599 (100%)
R 175 of 599 ~ 29.22%
G 224 of 599 ~ 37.4%
B 200 of 599 ~ 33.39%

%29.22
%37.4
%33.39

CMYK color model

#AFE0C8 color CMYK value is (22,0,11,12).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(22,0,11,12)
C22M0Y11K12 
(22%,0%,11%,12%)
(0.22/0.00/0.11/0.12)	

CMYK percentages

%21.88
%0
%10.71
%12.16

Codes

Color #AFE0C8 in popluar color models

AFE0C8
RGB175224200
HSL151°44.14%78.24%
HSB/HSV151°21.88%87.84%
CMYK21.88%0.00%10.71%
12.16%

Color #AFE0C8 in popluar number systems.

HEXAFE0C8
Decimal175224200
Binary101011111110000011001000
Octal257340310

Shades and tints

Shades of #AFE0C8

#AFE0C8
(175,224,200)
#A0CCB6
(160,204,182)
#91B8A4
(145,184,164)
#82A492
(130,164,146)
#739080
(115,144,128)
#647C6E
(100,124,110)
#55685C
(85,104,92)
#46544A
(70,84,74)
#374038
(55,64,56)
#282C26
(40,44,38)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #AFE0C8

#AFE0C8
(175,224,200)
#B6E2CD
(182,226,205)
#BDE4D2
(189,228,210)
#C4E6D7
(196,230,215)
#CBE8DC
(203,232,220)
#D2EAE1
(210,234,225)
#D9ECE6
(217,236,230)
#E0EEEB
(224,238,235)
#E7F0F0
(231,240,240)
#EEF2F5
(238,242,245)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE0C8; }

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

This text font color is #AFE0C8.


Background Color

.myBgColor { background-color: #AFE0C8; }

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

This div background color is #AFE0C8.


Border color

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

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

This div border color is #AFE0C8.


Opacity

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

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

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

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

This text has shadow with #AFE0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE0C8 on black background.


Color preview on white background

This text has color #AFE0C8 on white background.



Black color preview on #AFE0C8 background

This text has black color on #AFE0C8 background.


White color preview on #AFE0C8 background

This text has white color on #AFE0C8 background.