COLOR #ADD4FC

HEX: #ADD4FC RGB: (173,212,252)

Color info

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

RGB color model

#ADD4FC color RGB value is (173,212,252).

RGB: (173,212,252) (68%, 83%, 99%)

RGB channels and saturation

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

173
212
252

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

Portions of RGB colors in percentages

R + G + B = 173 + 212 + 252 = 637 (100%)
R 173 of 637 ~ 27.16%
G 212 of 637 ~ 33.28%
B 252 of 637 ~ 39.56'%

%27.16
%33.28
%39.56

CMYK color model

#ADD4FC color CMYK value is (31,16,0,1).

  • cyan value is 31.35%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (31,16,0,1)
C31M16Y0K1 (31%, 16%, 0%, 1%)
(0.31 / 0.16 / 0.00 / 0.01)

CMYK percentages

%31.35
%15.87
%0
%1.18

Codes

Color #ADD4FC in popluar color models

AD D4 FC
RGB 173 212 252
HSL 210° 92.94% 83.33%
HSB/HSV 210° 31.35% 98.82%
CMYK 31.35% 15.87% 0.00%
1.18%

Color #ADD4FC in popluar number systems.

HEX AD D4 FC
Decimal 173 212 252
Binary 10101101 11010100 11111100
Octal 255 324 374

Shades and tints

Shades of #ADD4FC

#ADD4FC
(173,212,252)
#9EC1E6
(158,193,230)
#8FAED0
(143,174,208)
#809BBA
(128,155,186)
#7188A4
(113,136,164)
#62758E
(98,117,142)
#536278
(83,98,120)
#444F62
(68,79,98)
#353C4C
(53,60,76)
#262936
(38,41,54)
#171620
(23,22,32)
#000000
(0,0,0)

Tints of #ADD4FC

#ADD4FC
(173,212,252)
#B4D7FC
(180,215,252)
#BBDAFC
(187,218,252)
#C2DDFC
(194,221,252)
#C9E0FC
(201,224,252)
#D0E3FC
(208,227,252)
#D7E6FC
(215,230,252)
#DEE9FC
(222,233,252)
#E5ECFC
(229,236,252)
#ECEFFC
(236,239,252)
#F3F2FC
(243,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD4FC; }

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

This text font color is #ADD4FC.

Background Color

.myBgColor { background-color: #ADD4FC; }

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

This div background color is #ADD4FC.

Border color

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

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

This div border color is #ADD4FC.

Opacity

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

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

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

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

This text has shadow with #ADD4FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD4FC.

Preview

Color preview on black background

This text has color #ADD4FC on black background.


Color preview on white background

This text has color #ADD4FC on white background.


Black color preview on #ADD4FC background

This text has black color on #ADD4FC background.


White color preview on #ADD4FC background

This text has white color on #ADD4FC background.


Related colors

Complementary color

Complementary color for #hex is #522B03.


I love getcolorcode.com

Triadic colors

1 #FCADD4 and #D4FCAD with #ADD4FC are triadic colors.

2 #FCD4AD and #D4ADFC with #ADD4FC are triadic colors.