COLOR #AFE8D4

HEX: #AFE8D4
RGB: (175,232,212)

Color info

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

RGB color model

#AFE8D4 color RGB value is (175,232,212).

  • red value is 175;
  • green value is 232;
  • blue value is 212.
RGB: (175,232,212) (69%,91%,83%)

RGB channels and saturation

R 175 of 255 = 69%
G 232 of 255 = 91%
B 212 of 255 = 83%

175
232
212

R + G + B ~ 81%. #AFE8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 232 + 212 = 619 (100%)
R 175 of 619 ~ 28.27%
G 232 of 619 ~ 37.48%
B 212 of 619 ~ 34.25%

%28.27
%37.48
%34.25

CMYK color model

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

  • cyan value is 24.57%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 9.02%
CMYK: (25,0,9,9) C25M0Y9K9 (25%,0%,9%,9%) (0.25/0.00/0.09/0.09)

CMYK percentages

%24.57
%0
%8.62
%9.02

Codes

Color #AFE8D4 in popluar color models

AFE8D4
RGB175232212
HSL159°55.34%79.80%
HSB/HSV159°24.57%90.98%
CMYK24.57%0.00%8.62%
9.02%

Color #AFE8D4 in popluar number systems.

HEXAFE8D4
Decimal175232212
Binary101011111110100011010100
Octal257350324

Shades and tints

Shades of #AFE8D4

#AFE8D4
(175,232,212)
#A0D3C1
(160,211,193)
#91BEAE
(145,190,174)
#82A99B
(130,169,155)
#739488
(115,148,136)
#647F75
(100,127,117)
#556A62
(85,106,98)
#46554F
(70,85,79)
#37403C
(55,64,60)
#282B29
(40,43,41)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #AFE8D4

#AFE8D4
(175,232,212)
#B6EAD7
(182,234,215)
#BDECDA
(189,236,218)
#C4EEDD
(196,238,221)
#CBF0E0
(203,240,224)
#D2F2E3
(210,242,227)
#D9F4E6
(217,244,230)
#E0F6E9
(224,246,233)
#E7F8EC
(231,248,236)
#EEFAEF
(238,250,239)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE8D4 color. Also use rgb(175,232,212) instead hex code.

Text Font Color

.myTextColor { color: #AFE8D4; }

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

This text font color is #AFE8D4.


Background Color

.myBgColor { background-color: #AFE8D4; }

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

This div background color is #AFE8D4.


Border color

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

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

This div border color is #AFE8D4.


Opacity

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

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

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

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

This text has shadow with #AFE8D4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFE8D4 on black background.


Color preview on white background

This text has color #AFE8D4 on white background.



Black color preview on #AFE8D4 background

This text has black color on #AFE8D4 background.


White color preview on #AFE8D4 background

This text has white color on #AFE8D4 background.