COLOR #AFE1CC

HEX: #AFE1CC
RGB: (175,225,204)

Color info

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

RGB color model

#AFE1CC color RGB value is (175,225,204).

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

RGB channels and saturation

R 175 of 255 = 69%
G 225 of 255 = 88%
B 204 of 255 = 80%

175
225
204

R + G + B ~ 79%. #AFE1CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 225 + 204 = 604 (100%)
R 175 of 604 ~ 28.97%
G 225 of 604 ~ 37.25%
B 204 of 604 ~ 33.77%

%28.97
%37.25
%33.77

CMYK color model

#AFE1CC color CMYK value is (22,0,9,12).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 11.76%
CMYK:
(22,0,9,12)
C22M0Y9K12 
(22%,0%,9%,12%)
(0.22/0.00/0.09/0.12)	

CMYK percentages

%22.22
%0
%9.33
%11.76

Codes

Color #AFE1CC in popluar color models

AFE1CC
RGB175225204
HSL155°45.45%78.43%
HSB/HSV155°22.22%88.24%
CMYK22.22%0.00%9.33%
11.76%

Color #AFE1CC in popluar number systems.

HEXAFE1CC
Decimal175225204
Binary101011111110000111001100
Octal257341314

Shades and tints

Shades of #AFE1CC

#AFE1CC
(175,225,204)
#A0CDBA
(160,205,186)
#91B9A8
(145,185,168)
#82A596
(130,165,150)
#739184
(115,145,132)
#647D72
(100,125,114)
#556960
(85,105,96)
#46554E
(70,85,78)
#37413C
(55,65,60)
#282D2A
(40,45,42)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #AFE1CC

#AFE1CC
(175,225,204)
#B6E3D0
(182,227,208)
#BDE5D4
(189,229,212)
#C4E7D8
(196,231,216)
#CBE9DC
(203,233,220)
#D2EBE0
(210,235,224)
#D9EDE4
(217,237,228)
#E0EFE8
(224,239,232)
#E7F1EC
(231,241,236)
#EEF3F0
(238,243,240)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE1CC; }

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

This text font color is #AFE1CC.


Background Color

.myBgColor { background-color: #AFE1CC; }

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

This div background color is #AFE1CC.


Border color

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

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

This div border color is #AFE1CC.


Opacity

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

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

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

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

This text has shadow with #AFE1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE1CC on black background.


Color preview on white background

This text has color #AFE1CC on white background.



Black color preview on #AFE1CC background

This text has black color on #AFE1CC background.


White color preview on #AFE1CC background

This text has white color on #AFE1CC background.