COLOR #AFE9CC

HEX: #AFE9CC
RGB: (175,233,204)

Color info

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

RGB color model

#AFE9CC color RGB value is (175,233,204).

  • red value is 175;
  • green value is 233;
  • blue value is 204.
RGB:
(175,233,204)
(69%,91%,80%)

RGB channels and saturation

R 175 of 255 = 69%
G 233 of 255 = 91%
B 204 of 255 = 80%

175
233
204

R + G + B ~ 80%. #AFE9CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 233 + 204 = 612 (100%)
R 175 of 612 ~ 28.59%
G 233 of 612 ~ 38.07%
B 204 of 612 ~ 33.33%

%28.59
%38.07
%33.33

CMYK color model

#AFE9CC color CMYK value is (25,0,12,9).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 8.63%
CMYK:
(25,0,12,9)
C25M0Y12K9 
(25%,0%,12%,9%)
(0.25/0.00/0.12/0.09)	

CMYK percentages

%24.89
%0
%12.45
%8.63

Codes

Color #AFE9CC in popluar color models

AFE9CC
RGB175233204
HSL150°56.86%80.00%
HSB/HSV150°24.89%91.37%
CMYK24.89%0.00%12.45%
8.63%

Color #AFE9CC in popluar number systems.

HEXAFE9CC
Decimal175233204
Binary101011111110100111001100
Octal257351314

Shades and tints

Shades of #AFE9CC

#AFE9CC
(175,233,204)
#A0D4BA
(160,212,186)
#91BFA8
(145,191,168)
#82AA96
(130,170,150)
#739584
(115,149,132)
#648072
(100,128,114)
#556B60
(85,107,96)
#46564E
(70,86,78)
#37413C
(55,65,60)
#282C2A
(40,44,42)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AFE9CC

#AFE9CC
(175,233,204)
#B6EBD0
(182,235,208)
#BDEDD4
(189,237,212)
#C4EFD8
(196,239,216)
#CBF1DC
(203,241,220)
#D2F3E0
(210,243,224)
#D9F5E4
(217,245,228)
#E0F7E8
(224,247,232)
#E7F9EC
(231,249,236)
#EEFBF0
(238,251,240)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE9CC color. Also use rgb(175,233,204) instead hex code.

Text Font Color

.myTextColor { color: #AFE9CC; }

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

This text font color is #AFE9CC.


Background Color

.myBgColor { background-color: #AFE9CC; }

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

This div background color is #AFE9CC.


Border color

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

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

This div border color is #AFE9CC.


Opacity

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

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

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

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

This text has shadow with #AFE9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE9CC on black background.


Color preview on white background

This text has color #AFE9CC on white background.



Black color preview on #AFE9CC background

This text has black color on #AFE9CC background.


White color preview on #AFE9CC background

This text has white color on #AFE9CC background.