COLOR #ADD3FB

HEX: #ADD3FB
RGB: (173,211,251)

Color info

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

RGB color model

#ADD3FB color RGB value is (173,211,251).

  • red value is 173;
  • green value is 211;
  • blue value is 251.
RGB:
(173,211,251)
(68%,83%,98%)

RGB channels and saturation

R 173 of 255 = 68%
G 211 of 255 = 83%
B 251 of 255 = 98%

173
211
251

R + G + B ~ 83%. #ADD3FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 211 + 251 = 635 (100%)
R 173 of 635 ~ 27.24%
G 211 of 635 ~ 33.23%
B 251 of 635 ~ 39.53%

%27.24
%33.23
%39.53

CMYK color model

#ADD3FB color CMYK value is (31,16,0,2).

  • cyan value is 31.08%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,16,0,2)
C31M16Y0K2 
(31%,16%,0%,2%)
(0.31/0.16/0.00/0.02)	

CMYK percentages

%31.08
%15.94
%0
%1.57

Codes

Color #ADD3FB in popluar color models

ADD3FB
RGB173211251
HSL211°90.70%83.14%
HSB/HSV211°31.08%98.43%
CMYK31.08%15.94%0.00%
1.57%

Color #ADD3FB in popluar number systems.

HEXADD3FB
Decimal173211251
Binary101011011101001111111011
Octal255323373

Shades and tints

Shades of #ADD3FB

#ADD3FB
(173,211,251)
#9EC0E5
(158,192,229)
#8FADCF
(143,173,207)
#809AB9
(128,154,185)
#7187A3
(113,135,163)
#62748D
(98,116,141)
#536177
(83,97,119)
#444E61
(68,78,97)
#353B4B
(53,59,75)
#262835
(38,40,53)
#17151F
(23,21,31)
#000000
(0,0,0)

Tints of #ADD3FB

#ADD3FB
(173,211,251)
#B4D7FB
(180,215,251)
#BBDBFB
(187,219,251)
#C2DFFB
(194,223,251)
#C9E3FB
(201,227,251)
#D0E7FB
(208,231,251)
#D7EBFB
(215,235,251)
#DEEFFB
(222,239,251)
#E5F3FB
(229,243,251)
#ECF7FB
(236,247,251)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD3FB; }

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

This text font color is #ADD3FB.


Background Color

.myBgColor { background-color: #ADD3FB; }

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

This div background color is #ADD3FB.


Border color

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

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

This div border color is #ADD3FB.


Opacity

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

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

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

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

This text has shadow with #ADD3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD3FB on black background.


Color preview on white background

This text has color #ADD3FB on white background.



Black color preview on #ADD3FB background

This text has black color on #ADD3FB background.


White color preview on #ADD3FB background

This text has white color on #ADD3FB background.