COLOR #AFE6E6

HEX: #AFE6E6
RGB: (175,230,230)

Color info

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

RGB color model

#AFE6E6 color RGB value is (175,230,230).

  • red value is 175;
  • green value is 230;
  • blue value is 230.
RGB:
(175,230,230)
(69%,90%,90%)

RGB channels and saturation

R 175 of 255 = 69%
G 230 of 255 = 90%
B 230 of 255 = 90%

175
230
230

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

Portions of RGB colors in percentages

R + G + B =
175 + 230 + 230 = 635 (100%)
R 175 of 635 ~ 27.56%
G 230 of 635 ~ 36.22%
B 230 of 635 ~ 36.22%

%27.56
%36.22
%36.22

CMYK color model

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

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(24,0,0,10)
C24M0Y0K10 
(24%,0%,0%,10%)
(0.24/0.00/0.00/0.10)	

CMYK percentages

%23.91
%0
%0
%9.8

Codes

Color #AFE6E6 in popluar color models

AFE6E6
RGB175230230
HSL180°52.38%79.41%
HSB/HSV180°23.91%90.20%
CMYK23.91%0.00%0.00%
9.80%

Color #AFE6E6 in popluar number systems.

HEXAFE6E6
Decimal175230230
Binary101011111110011011100110
Octal257346346

Shades and tints

Shades of #AFE6E6

#AFE6E6
(175,230,230)
#A0D2D2
(160,210,210)
#91BEBE
(145,190,190)
#82AAAA
(130,170,170)
#739696
(115,150,150)
#648282
(100,130,130)
#556E6E
(85,110,110)
#465A5A
(70,90,90)
#374646
(55,70,70)
#283232
(40,50,50)
#191E1E
(25,30,30)
#000000
(0,0,0)

Tints of #AFE6E6

#AFE6E6
(175,230,230)
#B6E8E8
(182,232,232)
#BDEAEA
(189,234,234)
#C4ECEC
(196,236,236)
#CBEEEE
(203,238,238)
#D2F0F0
(210,240,240)
#D9F2F2
(217,242,242)
#E0F4F4
(224,244,244)
#E7F6F6
(231,246,246)
#EEF8F8
(238,248,248)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE6E6; }

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

This text font color is #AFE6E6.


Background Color

.myBgColor { background-color: #AFE6E6; }

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

This div background color is #AFE6E6.


Border color

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

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

This div border color is #AFE6E6.


Opacity

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

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

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

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

This text has shadow with #AFE6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE6E6 on black background.


Color preview on white background

This text has color #AFE6E6 on white background.



Black color preview on #AFE6E6 background

This text has black color on #AFE6E6 background.


White color preview on #AFE6E6 background

This text has white color on #AFE6E6 background.