COLOR #ADD4FD

HEX: #ADD4FD
RGB: (173,212,253)

Color info

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

RGB color model

#ADD4FD color RGB value is (173,212,253).

  • red value is 173;
  • green value is 212;
  • blue value is 253.
RGB:
(173,212,253)
(68%,83%,99%)

RGB channels and saturation

R 173 of 255 = 68%
G 212 of 255 = 83%
B 253 of 255 = 99%

173
212
253

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

Portions of RGB colors in percentages

R + G + B =
173 + 212 + 253 = 638 (100%)
R 173 of 638 ~ 27.12%
G 212 of 638 ~ 33.23%
B 253 of 638 ~ 39.66%

%27.12
%33.23
%39.66

CMYK color model

#ADD4FD color CMYK value is (32,16,0,1).

  • cyan value is 31.62%
  • magenta value is 16.21%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(32,16,0,1)
C32M16Y0K1 
(32%,16%,0%,1%)
(0.32/0.16/0.00/0.01)	

CMYK percentages

%31.62
%16.21
%0
%0.78

Codes

Color #ADD4FD in popluar color models

ADD4FD
RGB173212253
HSL211°95.24%83.53%
HSB/HSV211°31.62%99.22%
CMYK31.62%16.21%0.00%
0.78%

Color #ADD4FD in popluar number systems.

HEXADD4FD
Decimal173212253
Binary101011011101010011111101
Octal255324375

Shades and tints

Shades of #ADD4FD

#ADD4FD
(173,212,253)
#9EC1E6
(158,193,230)
#8FAECF
(143,174,207)
#809BB8
(128,155,184)
#7188A1
(113,136,161)
#62758A
(98,117,138)
#536273
(83,98,115)
#444F5C
(68,79,92)
#353C45
(53,60,69)
#26292E
(38,41,46)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #ADD4FD

#ADD4FD
(173,212,253)
#B4D7FD
(180,215,253)
#BBDAFD
(187,218,253)
#C2DDFD
(194,221,253)
#C9E0FD
(201,224,253)
#D0E3FD
(208,227,253)
#D7E6FD
(215,230,253)
#DEE9FD
(222,233,253)
#E5ECFD
(229,236,253)
#ECEFFD
(236,239,253)
#F3F2FD
(243,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD4FD color. Also use rgb(173,212,253) instead hex code.

Text Font Color

.myTextColor { color: #ADD4FD; }

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

This text font color is #ADD4FD.


Background Color

.myBgColor { background-color: #ADD4FD; }

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

This div background color is #ADD4FD.


Border color

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

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

This div border color is #ADD4FD.


Opacity

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

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

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

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

This text has shadow with #ADD4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD4FD on black background.


Color preview on white background

This text has color #ADD4FD on white background.



Black color preview on #ADD4FD background

This text has black color on #ADD4FD background.


White color preview on #ADD4FD background

This text has white color on #ADD4FD background.