COLOR #AFE5D0

HEX: #AFE5D0 RGB: (175,229,208)

Color info

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

RGB color model

#AFE5D0 color RGB value is (175,229,208).

RGB: (175,229,208) (69%, 90%, 82%)

RGB channels and saturation

R 175 of 255 = 69%
G 229 of 255 = 90%
B 208 of 255 = 82%

175
229
208

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

Portions of RGB colors in percentages

R + G + B = 175 + 229 + 208 = 612 (100%)
R 175 of 612 ~ 28.59%
G 229 of 612 ~ 37.42%
B 208 of 612 ~ 33.99'%

%28.59
%37.42
%33.99

CMYK color model

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

  • cyan value is 23.58%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 10.20%

CMYK: (24,0,9,10)
C24M0Y9K10 (24%, 0%, 9%, 10%)
(0.24 / 0.00 / 0.09 / 0.10)

CMYK percentages

%23.58
%0
%9.17
%10.2

Codes

Color #AFE5D0 in popluar color models

AF E5 D0
RGB 175 229 208
HSL 157° 50.94% 79.22%
HSB/HSV 157° 23.58% 89.80%
CMYK 23.58% 0.00% 9.17%
10.20%

Color #AFE5D0 in popluar number systems.

HEX AF E5 D0
Decimal 175 229 208
Binary 10101111 11100101 11010000
Octal 257 345 320

Shades and tints

Shades of #AFE5D0

#AFE5D0
(175,229,208)
#A0D1BE
(160,209,190)
#91BDAC
(145,189,172)
#82A99A
(130,169,154)
#739588
(115,149,136)
#648176
(100,129,118)
#556D64
(85,109,100)
#465952
(70,89,82)
#374540
(55,69,64)
#28312E
(40,49,46)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #AFE5D0

#AFE5D0
(175,229,208)
#B6E7D4
(182,231,212)
#BDE9D8
(189,233,216)
#C4EBDC
(196,235,220)
#CBEDE0
(203,237,224)
#D2EFE4
(210,239,228)
#D9F1E8
(217,241,232)
#E0F3EC
(224,243,236)
#E7F5F0
(231,245,240)
#EEF7F4
(238,247,244)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE5D0; }

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

This text font color is #AFE5D0.

Background Color

.myBgColor { background-color: #AFE5D0; }

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

This div background color is #AFE5D0.

Border color

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

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

This div border color is #AFE5D0.

Opacity

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

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

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

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

This text has shadow with #AFE5D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE5D0.

Preview

Color preview on black background

This text has color #AFE5D0 on black background.


Color preview on white background

This text has color #AFE5D0 on white background.


Black color preview on #AFE5D0 background

This text has black color on #AFE5D0 background.


White color preview on #AFE5D0 background

This text has white color on #AFE5D0 background.


Related colors

Complementary color

Complementary color for #hex is #501A2F.


I love getcolorcode.com

Triadic colors

1 #D0AFE5 and #E5D0AF with #AFE5D0 are triadic colors.

2 #D0E5AF and #E5AFD0 with #AFE5D0 are triadic colors.