COLOR #ADD8FB

HEX: #ADD8FB RGB: (173,216,251)

Color info

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

RGB color model

#ADD8FB color RGB value is (173,216,251).

RGB: (173,216,251) (68%, 85%, 98%)

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 251 of 255 = 98%

173
216
251

R + G + B ~ 84%. #ADD8FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 216 + 251 = 640 (100%)
R 173 of 640 ~ 27.03%
G 216 of 640 ~ 33.75%
B 251 of 640 ~ 39.22'%

%27.03
%33.75
%39.22

CMYK color model

#ADD8FB color CMYK value is (31,14,0,2).

  • cyan value is 31.08%
  • magenta value is 13.94%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (31,14,0,2) C31M14Y0K2 (31%,14%,0%,2%) (0.31/0.14/0.00/0.02) 

CMYK percentages

%31.08
%13.94
%0
%1.57

Codes

Color #ADD8FB in popluar color models

AD D8 FB
RGB 173 216 251
HSL 207° 90.70% 83.14%
HSB/HSV 207° 31.08% 98.43%
CMYK 31.08% 13.94% 0.00%
1.57%

Color #ADD8FB in popluar number systems.

HEX AD D8 FB
Decimal 173 216 251
Binary 10101101 11011000 11111011
Octal 255 330 373

Shades and tints

Shades of #ADD8FB

#ADD8FB
(173,216,251)
#9EC5E5
(158,197,229)
#8FB2CF
(143,178,207)
#809FB9
(128,159,185)
#718CA3
(113,140,163)
#62798D
(98,121,141)
#536677
(83,102,119)
#445361
(68,83,97)
#35404B
(53,64,75)
#262D35
(38,45,53)
#171A1F
(23,26,31)
#000000
(0,0,0)

Tints of #ADD8FB

#ADD8FB
(173,216,251)
#B4DBFB
(180,219,251)
#BBDEFB
(187,222,251)
#C2E1FB
(194,225,251)
#C9E4FB
(201,228,251)
#D0E7FB
(208,231,251)
#D7EAFB
(215,234,251)
#DEEDFB
(222,237,251)
#E5F0FB
(229,240,251)
#ECF3FB
(236,243,251)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD8FB color. Also use rgb(173,216,251) instead hex code.

Text Font Color

.myTextColor { color: #ADD8FB; }

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

This text font color is #ADD8FB.

Background Color

.myBgColor { background-color: #ADD8FB; }

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

This div background color is #ADD8FB.

Border color

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

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

This div border color is #ADD8FB.

Opacity

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

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

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

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

This text has shadow with #ADD8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD8FB.

Preview

Color preview on black background

This text has color #ADD8FB on black background.


Color preview on white background

This text has color #ADD8FB on white background.


Black color preview on #ADD8FB background

This text has black color on #ADD8FB background.


White color preview on #ADD8FB background

This text has white color on #ADD8FB background.


Related colors

Complementary color

Complementary color for #hex is #522704.


I love getcolorcode.com

Triadic colors

1 #FBADD8 and #D8FBAD with #ADD8FB are triadic colors.

2 #FBD8AD and #D8ADFB with #ADD8FB are triadic colors.