COLOR #AFEAD5

HEX: #AFEAD5 RGB: (175,234,213)

Color info

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

RGB color model

#AFEAD5 color RGB value is (175,234,213).

RGB: (175,234,213) (69%, 92%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 234 of 255 = 92%
B 213 of 255 = 84%

175
234
213

R + G + B ~ 82%. #AFEAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 234 + 213 = 622 (100%)
R 175 of 622 ~ 28.14%
G 234 of 622 ~ 37.62%
B 213 of 622 ~ 34.24'%

%28.14
%37.62
%34.24

CMYK color model

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

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 8.24%

CMYK: (25,0,9,8)
C25M0Y9K8 (25%, 0%, 9%, 8%)
(0.25 / 0.00 / 0.09 / 0.08)

CMYK percentages

%25.21
%0
%8.97
%8.24

Codes

Color #AFEAD5 in popluar color models

AF EA D5
RGB 175 234 213
HSL 159° 58.42% 80.20%
HSB/HSV 159° 25.21% 91.76%
CMYK 25.21% 0.00% 8.97%
8.24%

Color #AFEAD5 in popluar number systems.

HEX AF EA D5
Decimal 175 234 213
Binary 10101111 11101010 11010101
Octal 257 352 325

Shades and tints

Shades of #AFEAD5

#AFEAD5
(175,234,213)
#A0D5C2
(160,213,194)
#91C0AF
(145,192,175)
#82AB9C
(130,171,156)
#739689
(115,150,137)
#648176
(100,129,118)
#556C63
(85,108,99)
#465750
(70,87,80)
#37423D
(55,66,61)
#282D2A
(40,45,42)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #AFEAD5

#AFEAD5
(175,234,213)
#B6EBD8
(182,235,216)
#BDECDB
(189,236,219)
#C4EDDE
(196,237,222)
#CBEEE1
(203,238,225)
#D2EFE4
(210,239,228)
#D9F0E7
(217,240,231)
#E0F1EA
(224,241,234)
#E7F2ED
(231,242,237)
#EEF3F0
(238,243,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEAD5 color. Also use rgb(175,234,213) instead hex code.

Text Font Color

.myTextColor { color: #AFEAD5; }

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

This text font color is #AFEAD5.

Background Color

.myBgColor { background-color: #AFEAD5; }

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

This div background color is #AFEAD5.

Border color

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

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

This div border color is #AFEAD5.

Opacity

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

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

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

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

This text has shadow with #AFEAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEAD5.

Preview

Color preview on black background

This text has color #AFEAD5 on black background.


Color preview on white background

This text has color #AFEAD5 on white background.


Black color preview on #AFEAD5 background

This text has black color on #AFEAD5 background.


White color preview on #AFEAD5 background

This text has white color on #AFEAD5 background.


Related colors

Complementary color

Complementary color for #hex is #50152A.


I love getcolorcode.com

Triadic colors

1 #D5AFEA and #EAD5AF with #AFEAD5 are triadic colors.

2 #D5EAAF and #EAAFD5 with #AFEAD5 are triadic colors.