COLOR #ADDAFB

HEX: #ADDAFB RGB: (173,218,251)

Color info

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

RGB color model

#ADDAFB color RGB value is (173,218,251).

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

RGB channels and saturation

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

173
218
251

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

Portions of RGB colors in percentages

R + G + B = 173 + 218 + 251 = 642 (100%)
R 173 of 642 ~ 26.95%
G 218 of 642 ~ 33.96%
B 251 of 642 ~ 39.1'%

%26.95
%33.96
%39.1

CMYK color model

#ADDAFB color CMYK value is (31,13,0,2).

  • cyan value is 31.08%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (31,13,0,2) C31M13Y0K2 (31%,13%,0%,2%) (0.31/0.13/0.00/0.02) 

CMYK percentages

%31.08
%13.15
%0
%1.57

Codes

Color #ADDAFB in popluar color models

AD DA FB
RGB 173 218 251
HSL 205° 90.70% 83.14%
HSB/HSV 205° 31.08% 98.43%
CMYK 31.08% 13.15% 0.00%
1.57%

Color #ADDAFB in popluar number systems.

HEX AD DA FB
Decimal 173 218 251
Binary 10101101 11011010 11111011
Octal 255 332 373

Shades and tints

Shades of #ADDAFB

#ADDAFB
(173,218,251)
#9EC7E5
(158,199,229)
#8FB4CF
(143,180,207)
#80A1B9
(128,161,185)
#718EA3
(113,142,163)
#627B8D
(98,123,141)
#536877
(83,104,119)
#445561
(68,85,97)
#35424B
(53,66,75)
#262F35
(38,47,53)
#171C1F
(23,28,31)
#000000
(0,0,0)

Tints of #ADDAFB

#ADDAFB
(173,218,251)
#B4DDFB
(180,221,251)
#BBE0FB
(187,224,251)
#C2E3FB
(194,227,251)
#C9E6FB
(201,230,251)
#D0E9FB
(208,233,251)
#D7ECFB
(215,236,251)
#DEEFFB
(222,239,251)
#E5F2FB
(229,242,251)
#ECF5FB
(236,245,251)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDAFB; }

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

This text font color is #ADDAFB.

Background Color

.myBgColor { background-color: #ADDAFB; }

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

This div background color is #ADDAFB.

Border color

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

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

This div border color is #ADDAFB.

Opacity

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

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

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

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

This text has shadow with #ADDAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDAFB.

Preview

Color preview on black background

This text has color #ADDAFB on black background.


Color preview on white background

This text has color #ADDAFB on white background.


Black color preview on #ADDAFB background

This text has black color on #ADDAFB background.


White color preview on #ADDAFB background

This text has white color on #ADDAFB background.


Related colors

Complementary color

Complementary color for #hex is #522504.


I love getcolorcode.com

Triadic colors

1 #FBADDA and #DAFBAD with #ADDAFB are triadic colors.

2 #FBDAAD and #DAADFB with #ADDAFB are triadic colors.