COLOR #AFE5CC

HEX: #AFE5CC
RGB: (175,229,204)

Color info

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

RGB color model

#AFE5CC color RGB value is (175,229,204).

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

RGB channels and saturation

R 175 of 255 = 69%
G 229 of 255 = 90%
B 204 of 255 = 80%

175
229
204

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

Portions of RGB colors in percentages

R + G + B =
175 + 229 + 204 = 608 (100%)
R 175 of 608 ~ 28.78%
G 229 of 608 ~ 37.66%
B 204 of 608 ~ 33.55%

%28.78
%37.66
%33.55

CMYK color model

#AFE5CC color CMYK value is (24,0,11,10).

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 10.20%
CMYK:
(24,0,11,10)
C24M0Y11K10 
(24%,0%,11%,10%)
(0.24/0.00/0.11/0.10)	

CMYK percentages

%23.58
%0
%10.92
%10.2

Codes

Color #AFE5CC in popluar color models

AFE5CC
RGB175229204
HSL152°50.94%79.22%
HSB/HSV152°23.58%89.80%
CMYK23.58%0.00%10.92%
10.20%

Color #AFE5CC in popluar number systems.

HEXAFE5CC
Decimal175229204
Binary101011111110010111001100
Octal257345314

Shades and tints

Shades of #AFE5CC

#AFE5CC
(175,229,204)
#A0D1BA
(160,209,186)
#91BDA8
(145,189,168)
#82A996
(130,169,150)
#739584
(115,149,132)
#648172
(100,129,114)
#556D60
(85,109,96)
#46594E
(70,89,78)
#37453C
(55,69,60)
#28312A
(40,49,42)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #AFE5CC

#AFE5CC
(175,229,204)
#B6E7D0
(182,231,208)
#BDE9D4
(189,233,212)
#C4EBD8
(196,235,216)
#CBEDDC
(203,237,220)
#D2EFE0
(210,239,224)
#D9F1E4
(217,241,228)
#E0F3E8
(224,243,232)
#E7F5EC
(231,245,236)
#EEF7F0
(238,247,240)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE5CC; }

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

This text font color is #AFE5CC.


Background Color

.myBgColor { background-color: #AFE5CC; }

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

This div background color is #AFE5CC.


Border color

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

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

This div border color is #AFE5CC.


Opacity

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

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

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

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

This text has shadow with #AFE5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE5CC on black background.


Color preview on white background

This text has color #AFE5CC on white background.



Black color preview on #AFE5CC background

This text has black color on #AFE5CC background.


White color preview on #AFE5CC background

This text has white color on #AFE5CC background.