COLOR #AFFDEE

HEX: #AFFDEE
RGB: (175,253,238)

Color info

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

RGB color model

#AFFDEE color RGB value is (175,253,238).

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

RGB channels and saturation

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

175
253
238

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

Portions of RGB colors in percentages

R + G + B =
175 + 253 + 238 = 666 (100%)
R 175 of 666 ~ 26.28%
G 253 of 666 ~ 37.99%
B 238 of 666 ~ 35.74%

%26.28
%37.99
%35.74

CMYK color model

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

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

CMYK percentages

%30.83
%0
%5.93
%0.78

Codes

Color #AFFDEE in popluar color models

AFFDEE
RGB175253238
HSL168°95.12%83.92%
HSB/HSV168°30.83%99.22%
CMYK30.83%0.00%5.93%
0.78%

Color #AFFDEE in popluar number systems.

HEXAFFDEE
Decimal175253238
Binary101011111111110111101110
Octal257375356

Shades and tints

Shades of #AFFDEE

#AFFDEE
(175,253,238)
#A0E6D9
(160,230,217)
#91CFC4
(145,207,196)
#82B8AF
(130,184,175)
#73A19A
(115,161,154)
#648A85
(100,138,133)
#557370
(85,115,112)
#465C5B
(70,92,91)
#374546
(55,69,70)
#282E31
(40,46,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #AFFDEE

#AFFDEE
(175,253,238)
#B6FDEF
(182,253,239)
#BDFDF0
(189,253,240)
#C4FDF1
(196,253,241)
#CBFDF2
(203,253,242)
#D2FDF3
(210,253,243)
#D9FDF4
(217,253,244)
#E0FDF5
(224,253,245)
#E7FDF6
(231,253,246)
#EEFDF7
(238,253,247)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFFDEE; }

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

This text font color is #AFFDEE.


Background Color

.myBgColor { background-color: #AFFDEE; }

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

This div background color is #AFFDEE.


Border color

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

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

This div border color is #AFFDEE.


Opacity

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

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

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

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

This text has shadow with #AFFDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFDEE on black background.


Color preview on white background

This text has color #AFFDEE on white background.



Black color preview on #AFFDEE background

This text has black color on #AFFDEE background.


White color preview on #AFFDEE background

This text has white color on #AFFDEE background.