COLOR #AFEED6

HEX: #AFEED6
RGB: (175,238,214)

Color info

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

RGB color model

#AFEED6 color RGB value is (175,238,214).

  • red value is 175;
  • green value is 238;
  • blue value is 214.
RGB:
(175,238,214)
(69%,93%,84%)

RGB channels and saturation

R 175 of 255 = 69%
G 238 of 255 = 93%
B 214 of 255 = 84%

175
238
214

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

Portions of RGB colors in percentages

R + G + B =
175 + 238 + 214 = 627 (100%)
R 175 of 627 ~ 27.91%
G 238 of 627 ~ 37.96%
B 214 of 627 ~ 34.13%

%27.91
%37.96
%34.13

CMYK color model

#AFEED6 color CMYK value is (26,0,10,7).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(26,0,10,7)
C26M0Y10K7 
(26%,0%,10%,7%)
(0.26/0.00/0.10/0.07)	

CMYK percentages

%26.47
%0
%10.08
%6.67

Codes

Color #AFEED6 in popluar color models

AFEED6
RGB175238214
HSL157°64.95%80.98%
HSB/HSV157°26.47%93.33%
CMYK26.47%0.00%10.08%
6.67%

Color #AFEED6 in popluar number systems.

HEXAFEED6
Decimal175238214
Binary101011111110111011010110
Octal257356326

Shades and tints

Shades of #AFEED6

#AFEED6
(175,238,214)
#A0D9C3
(160,217,195)
#91C4B0
(145,196,176)
#82AF9D
(130,175,157)
#739A8A
(115,154,138)
#648577
(100,133,119)
#557064
(85,112,100)
#465B51
(70,91,81)
#37463E
(55,70,62)
#28312B
(40,49,43)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #AFEED6

#AFEED6
(175,238,214)
#B6EFD9
(182,239,217)
#BDF0DC
(189,240,220)
#C4F1DF
(196,241,223)
#CBF2E2
(203,242,226)
#D2F3E5
(210,243,229)
#D9F4E8
(217,244,232)
#E0F5EB
(224,245,235)
#E7F6EE
(231,246,238)
#EEF7F1
(238,247,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEED6 color. Also use rgb(175,238,214) instead hex code.

Text Font Color

.myTextColor { color: #AFEED6; }

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

This text font color is #AFEED6.


Background Color

.myBgColor { background-color: #AFEED6; }

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

This div background color is #AFEED6.


Border color

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

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

This div border color is #AFEED6.


Opacity

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

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

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

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

This text has shadow with #AFEED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEED6 on black background.


Color preview on white background

This text has color #AFEED6 on white background.



Black color preview on #AFEED6 background

This text has black color on #AFEED6 background.


White color preview on #AFEED6 background

This text has white color on #AFEED6 background.