COLOR #AFEDE0

HEX: #AFEDE0
RGB: (175,237,224)

Color info

#AFEDE0 contains mainly green and blue colors. Web safe color of #AFEDE0 is #99FFCC (or #9FC).

RGB color model

#AFEDE0 color RGB value is (175,237,224).

  • red value is 175;
  • green value is 237;
  • blue value is 224.
RGB:
(175,237,224)
(69%,93%,88%)

RGB channels and saturation

R 175 of 255 = 69%
G 237 of 255 = 93%
B 224 of 255 = 88%

175
237
224

R + G + B ~ 83%. #AFEDE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 237 + 224 = 636 (100%)
R 175 of 636 ~ 27.52%
G 237 of 636 ~ 37.26%
B 224 of 636 ~ 35.22%

%27.52
%37.26
%35.22

CMYK color model

#AFEDE0 color CMYK value is (26,0,5,7).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%
CMYK:
(26,0,5,7)
C26M0Y5K7 
(26%,0%,5%,7%)
(0.26/0.00/0.05/0.07)	

CMYK percentages

%26.16
%0
%5.49
%7.06

Codes

Color #AFEDE0 in popluar color models

AFEDE0
RGB175237224
HSL167°63.27%80.78%
HSB/HSV167°26.16%92.94%
CMYK26.16%0.00%5.49%
7.06%

Color #AFEDE0 in popluar number systems.

HEXAFEDE0
Decimal175237224
Binary101011111110110111100000
Octal257355340

Shades and tints

Shades of #AFEDE0

#AFEDE0
(175,237,224)
#A0D8CC
(160,216,204)
#91C3B8
(145,195,184)
#82AEA4
(130,174,164)
#739990
(115,153,144)
#64847C
(100,132,124)
#556F68
(85,111,104)
#465A54
(70,90,84)
#374540
(55,69,64)
#28302C
(40,48,44)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #AFEDE0

#AFEDE0
(175,237,224)
#B6EEE2
(182,238,226)
#BDEFE4
(189,239,228)
#C4F0E6
(196,240,230)
#CBF1E8
(203,241,232)
#D2F2EA
(210,242,234)
#D9F3EC
(217,243,236)
#E0F4EE
(224,244,238)
#E7F5F0
(231,245,240)
#EEF6F2
(238,246,242)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEDE0 color. Also use rgb(175,237,224) instead hex code.

Text Font Color

.myTextColor { color: #AFEDE0; }

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

This text font color is #AFEDE0.


Background Color

.myBgColor { background-color: #AFEDE0; }

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

This div background color is #AFEDE0.


Border color

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

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

This div border color is #AFEDE0.


Opacity

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

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

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

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

This text has shadow with #AFEDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEDE0 on black background.


Color preview on white background

This text has color #AFEDE0 on white background.



Black color preview on #AFEDE0 background

This text has black color on #AFEDE0 background.


White color preview on #AFEDE0 background

This text has white color on #AFEDE0 background.