COLOR #AFE5CD

HEX: #AFE5CD
RGB: (175,229,205)

Color info

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

RGB color model

#AFE5CD color RGB value is (175,229,205).

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

RGB channels and saturation

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

175
229
205

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

Portions of RGB colors in percentages

R + G + B =
175 + 229 + 205 = 609 (100%)
R 175 of 609 ~ 28.74%
G 229 of 609 ~ 37.6%
B 205 of 609 ~ 33.66%

%28.74
%37.6
%33.66

CMYK color model

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

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK:
(24,0,10,10)
C24M0Y10K10 
(24%,0%,10%,10%)
(0.24/0.00/0.10/0.10)	

CMYK percentages

%23.58
%0
%10.48
%10.2

Codes

Color #AFE5CD in popluar color models

AFE5CD
RGB175229205
HSL153°50.94%79.22%
HSB/HSV153°23.58%89.80%
CMYK23.58%0.00%10.48%
10.20%

Color #AFE5CD in popluar number systems.

HEXAFE5CD
Decimal175229205
Binary101011111110010111001101
Octal257345315

Shades and tints

Shades of #AFE5CD

#AFE5CD
(175,229,205)
#A0D1BB
(160,209,187)
#91BDA9
(145,189,169)
#82A997
(130,169,151)
#739585
(115,149,133)
#648173
(100,129,115)
#556D61
(85,109,97)
#46594F
(70,89,79)
#37453D
(55,69,61)
#28312B
(40,49,43)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #AFE5CD

#AFE5CD
(175,229,205)
#B6E7D1
(182,231,209)
#BDE9D5
(189,233,213)
#C4EBD9
(196,235,217)
#CBEDDD
(203,237,221)
#D2EFE1
(210,239,225)
#D9F1E5
(217,241,229)
#E0F3E9
(224,243,233)
#E7F5ED
(231,245,237)
#EEF7F1
(238,247,241)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE5CD; }

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

This text font color is #AFE5CD.


Background Color

.myBgColor { background-color: #AFE5CD; }

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

This div background color is #AFE5CD.


Border color

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

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

This div border color is #AFE5CD.


Opacity

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

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

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

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

This text has shadow with #AFE5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE5CD on black background.


Color preview on white background

This text has color #AFE5CD on white background.



Black color preview on #AFE5CD background

This text has black color on #AFE5CD background.


White color preview on #AFE5CD background

This text has white color on #AFE5CD background.