COLOR #ADCCF6

HEX: #ADCCF6
RGB: (173,204,246)

Color info

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

RGB color model

#ADCCF6 color RGB value is (173,204,246).

  • red value is 173;
  • green value is 204;
  • blue value is 246.
RGB:
(173,204,246)
(68%,80%,96%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 246 of 255 = 96%

173
204
246

R + G + B ~ 81%. #ADCCF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 204 + 246 = 623 (100%)
R 173 of 623 ~ 27.77%
G 204 of 623 ~ 32.74%
B 246 of 623 ~ 39.49%

%27.77
%32.74
%39.49

CMYK color model

#ADCCF6 color CMYK value is (30,17,0,4).

  • cyan value is 29.67%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(30,17,0,4)
C30M17Y0K4 
(30%,17%,0%,4%)
(0.30/0.17/0.00/0.04)	

CMYK percentages

%29.67
%17.07
%0
%3.53

Codes

Color #ADCCF6 in popluar color models

ADCCF6
RGB173204246
HSL215°80.22%82.16%
HSB/HSV215°29.67%96.47%
CMYK29.67%17.07%0.00%
3.53%

Color #ADCCF6 in popluar number systems.

HEXADCCF6
Decimal173204246
Binary101011011100110011110110
Octal255314366

Shades and tints

Shades of #ADCCF6

#ADCCF6
(173,204,246)
#9EBAE0
(158,186,224)
#8FA8CA
(143,168,202)
#8096B4
(128,150,180)
#71849E
(113,132,158)
#627288
(98,114,136)
#536072
(83,96,114)
#444E5C
(68,78,92)
#353C46
(53,60,70)
#262A30
(38,42,48)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #ADCCF6

#ADCCF6
(173,204,246)
#B4D0F6
(180,208,246)
#BBD4F6
(187,212,246)
#C2D8F6
(194,216,246)
#C9DCF6
(201,220,246)
#D0E0F6
(208,224,246)
#D7E4F6
(215,228,246)
#DEE8F6
(222,232,246)
#E5ECF6
(229,236,246)
#ECF0F6
(236,240,246)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCCF6 color. Also use rgb(173,204,246) instead hex code.

Text Font Color

.myTextColor { color: #ADCCF6; }

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

This text font color is #ADCCF6.


Background Color

.myBgColor { background-color: #ADCCF6; }

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

This div background color is #ADCCF6.


Border color

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

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

This div border color is #ADCCF6.


Opacity

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

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

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

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

This text has shadow with #ADCCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCCF6 on black background.


Color preview on white background

This text has color #ADCCF6 on white background.



Black color preview on #ADCCF6 background

This text has black color on #ADCCF6 background.


White color preview on #ADCCF6 background

This text has white color on #ADCCF6 background.