COLOR #AFFCEE

HEX: #AFFCEE
RGB: (175,252,238)

Color info

#AFFCEE contains mainly green and blue colors. Web safe color of #AFFCEE is #99FFFF (or #9FF).

RGB color model

#AFFCEE color RGB value is (175,252,238).

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

RGB channels and saturation

R 175 of 255 = 69%
G 252 of 255 = 99%
B 238 of 255 = 93%

175
252
238

R + G + B ~ 87%. #AFFCEE is light color.

Portions of RGB colors in percentages

R + G + B =
175 + 252 + 238 = 665 (100%)
R 175 of 665 ~ 26.32%
G 252 of 665 ~ 37.89%
B 238 of 665 ~ 35.79%

%26.32
%37.89
%35.79

CMYK color model

#AFFCEE color CMYK value is (31,0,6,1).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK:
(31,0,6,1)
C31M0Y6K1 
(31%,0%,6%,1%)
(0.31/0.00/0.06/0.01)	

CMYK percentages

%30.56
%0
%5.56
%1.18

Codes

Color #AFFCEE in popluar color models

AFFCEE
RGB175252238
HSL169°92.77%83.73%
HSB/HSV169°30.56%98.82%
CMYK30.56%0.00%5.56%
1.18%

Color #AFFCEE in popluar number systems.

HEXAFFCEE
Decimal175252238
Binary101011111111110011101110
Octal257374356

Shades and tints

Shades of #AFFCEE

#AFFCEE
(175,252,238)
#A0E6D9
(160,230,217)
#91D0C4
(145,208,196)
#82BAAF
(130,186,175)
#73A49A
(115,164,154)
#648E85
(100,142,133)
#557870
(85,120,112)
#46625B
(70,98,91)
#374C46
(55,76,70)
#283631
(40,54,49)
#19201C
(25,32,28)
#000000
(0,0,0)

Tints of #AFFCEE

#AFFCEE
(175,252,238)
#B6FCEF
(182,252,239)
#BDFCF0
(189,252,240)
#C4FCF1
(196,252,241)
#CBFCF2
(203,252,242)
#D2FCF3
(210,252,243)
#D9FCF4
(217,252,244)
#E0FCF5
(224,252,245)
#E7FCF6
(231,252,246)
#EEFCF7
(238,252,247)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFFCEE; }

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

This text font color is #AFFCEE.


Background Color

.myBgColor { background-color: #AFFCEE; }

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

This div background color is #AFFCEE.


Border color

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

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

This div border color is #AFFCEE.


Opacity

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

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

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

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

This text has shadow with #AFFCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFCEE on black background.


Color preview on white background

This text has color #AFFCEE on white background.



Black color preview on #AFFCEE background

This text has black color on #AFFCEE background.


White color preview on #AFFCEE background

This text has white color on #AFFCEE background.