COLOR #AFE4CA

HEX: #AFE4CA
RGB: (175,228,202)

Color info

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

RGB color model

#AFE4CA color RGB value is (175,228,202).

  • red value is 175;
  • green value is 228;
  • blue value is 202.
RGB:
(175,228,202)
(69%,89%,79%)

RGB channels and saturation

R 175 of 255 = 69%
G 228 of 255 = 89%
B 202 of 255 = 79%

175
228
202

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

Portions of RGB colors in percentages

R + G + B =
175 + 228 + 202 = 605 (100%)
R 175 of 605 ~ 28.93%
G 228 of 605 ~ 37.69%
B 202 of 605 ~ 33.39%

%28.93
%37.69
%33.39

CMYK color model

#AFE4CA color CMYK value is (23,0,11,11).

  • cyan value is 23.25%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 10.59%
CMYK:
(23,0,11,11)
C23M0Y11K11 
(23%,0%,11%,11%)
(0.23/0.00/0.11/0.11)	

CMYK percentages

%23.25
%0
%11.4
%10.59

Codes

Color #AFE4CA in popluar color models

AFE4CA
RGB175228202
HSL151°49.53%79.02%
HSB/HSV151°23.25%89.41%
CMYK23.25%0.00%11.40%
10.59%

Color #AFE4CA in popluar number systems.

HEXAFE4CA
Decimal175228202
Binary101011111110010011001010
Octal257344312

Shades and tints

Shades of #AFE4CA

#AFE4CA
(175,228,202)
#A0D0B8
(160,208,184)
#91BCA6
(145,188,166)
#82A894
(130,168,148)
#739482
(115,148,130)
#648070
(100,128,112)
#556C5E
(85,108,94)
#46584C
(70,88,76)
#37443A
(55,68,58)
#283028
(40,48,40)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #AFE4CA

#AFE4CA
(175,228,202)
#B6E6CE
(182,230,206)
#BDE8D2
(189,232,210)
#C4EAD6
(196,234,214)
#CBECDA
(203,236,218)
#D2EEDE
(210,238,222)
#D9F0E2
(217,240,226)
#E0F2E6
(224,242,230)
#E7F4EA
(231,244,234)
#EEF6EE
(238,246,238)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE4CA color. Also use rgb(175,228,202) instead hex code.

Text Font Color

.myTextColor { color: #AFE4CA; }

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

This text font color is #AFE4CA.


Background Color

.myBgColor { background-color: #AFE4CA; }

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

This div background color is #AFE4CA.


Border color

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

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

This div border color is #AFE4CA.


Opacity

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

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

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

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

This text has shadow with #AFE4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE4CA on black background.


Color preview on white background

This text has color #AFE4CA on white background.



Black color preview on #AFE4CA background

This text has black color on #AFE4CA background.


White color preview on #AFE4CA background

This text has white color on #AFE4CA background.