COLOR #ADDEFF

HEX: #ADDEFF
RGB: (173,222,255)

Color info

#ADDEFF contains mainly green and blue colors. Web safe color of #ADDEFF is #99CCFF (or #9CF).

RGB color model

#ADDEFF color RGB value is (173,222,255).

  • red value is 173;
  • green value is 222;
  • blue value is 255.
RGB:
(173,222,255)
(68%,87%,100%)

RGB channels and saturation

R 173 of 255 = 68%
G 222 of 255 = 87%
B 255 of 255 = 100%

173
222
255

R + G + B ~ 85%. #ADDEFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 222 + 255 = 650 (100%)
R 173 of 650 ~ 26.62%
G 222 of 650 ~ 34.15%
B 255 of 650 ~ 39.23%

%26.62
%34.15
%39.23

CMYK color model

#ADDEFF color CMYK value is (32,13,0,0).

  • cyan value is 32.16%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(32,13,0,0)
C32M13Y0K0 
(32%,13%,0%,0%)
(0.32/0.13/0.00/0.00)	

CMYK percentages

%32.16
%12.94
%0
%0

Codes

Color #ADDEFF in popluar color models

ADDEFF
RGB173222255
HSL204°100.00%83.92%
HSB/HSV204°32.16%100.00%
CMYK32.16%12.94%0.00%
0.00%

Color #ADDEFF in popluar number systems.

HEXADDEFF
Decimal173222255
Binary101011011101111011111111
Octal255336377

Shades and tints

Shades of #ADDEFF

#ADDEFF
(173,222,255)
#9ECAE8
(158,202,232)
#8FB6D1
(143,182,209)
#80A2BA
(128,162,186)
#718EA3
(113,142,163)
#627A8C
(98,122,140)
#536675
(83,102,117)
#44525E
(68,82,94)
#353E47
(53,62,71)
#262A30
(38,42,48)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #ADDEFF

#ADDEFF
(173,222,255)
#B4E1FF
(180,225,255)
#BBE4FF
(187,228,255)
#C2E7FF
(194,231,255)
#C9EAFF
(201,234,255)
#D0EDFF
(208,237,255)
#D7F0FF
(215,240,255)
#DEF3FF
(222,243,255)
#E5F6FF
(229,246,255)
#ECF9FF
(236,249,255)
#F3FCFF
(243,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDEFF color. Also use rgb(173,222,255) instead hex code.

Text Font Color

.myTextColor { color: #ADDEFF; }

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

This text font color is #ADDEFF.


Background Color

.myBgColor { background-color: #ADDEFF; }

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

This div background color is #ADDEFF.


Border color

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

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

This div border color is #ADDEFF.


Opacity

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

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

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

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

This text has shadow with #ADDEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDEFF on black background.


Color preview on white background

This text has color #ADDEFF on white background.



Black color preview on #ADDEFF background

This text has black color on #ADDEFF background.


White color preview on #ADDEFF background

This text has white color on #ADDEFF background.