COLOR #ADCCF1

HEX: #ADCCF1 RGB: (173,204,241)

Color info

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

RGB color model

#ADCCF1 color RGB value is (173,204,241).

RGB: (173,204,241) (68%, 80%, 95%)

RGB channels and saturation

R 173 of 255 = 68%
G 204 of 255 = 80%
B 241 of 255 = 95%

173
204
241

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

Portions of RGB colors in percentages

R + G + B = 173 + 204 + 241 = 618 (100%)
R 173 of 618 ~ 27.99%
G 204 of 618 ~ 33.01%
B 241 of 618 ~ 39'%

%27.99
%33.01
%39

CMYK color model

#ADCCF1 color CMYK value is (28,15,0,5).

  • cyan value is 28.22%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (28,15,0,5)
C28M15Y0K5 (28%, 15%, 0%, 5%)
(0.28 / 0.15 / 0.00 / 0.05)

CMYK percentages

%28.22
%15.35
%0
%5.49

Codes

Color #ADCCF1 in popluar color models

AD CC F1
RGB 173 204 241
HSL 213° 70.83% 81.18%
HSB/HSV 213° 28.22% 94.51%
CMYK 28.22% 15.35% 0.00%
5.49%

Color #ADCCF1 in popluar number systems.

HEX AD CC F1
Decimal 173 204 241
Binary 10101101 11001100 11110001
Octal 255 314 361

Shades and tints

Shades of #ADCCF1

#ADCCF1
(173,204,241)
#9EBADC
(158,186,220)
#8FA8C7
(143,168,199)
#8096B2
(128,150,178)
#71849D
(113,132,157)
#627288
(98,114,136)
#536073
(83,96,115)
#444E5E
(68,78,94)
#353C49
(53,60,73)
#262A34
(38,42,52)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #ADCCF1

#ADCCF1
(173,204,241)
#B4D0F2
(180,208,242)
#BBD4F3
(187,212,243)
#C2D8F4
(194,216,244)
#C9DCF5
(201,220,245)
#D0E0F6
(208,224,246)
#D7E4F7
(215,228,247)
#DEE8F8
(222,232,248)
#E5ECF9
(229,236,249)
#ECF0FA
(236,240,250)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCCF1; }

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

This text font color is #ADCCF1.

Background Color

.myBgColor { background-color: #ADCCF1; }

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

This div background color is #ADCCF1.

Border color

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

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

This div border color is #ADCCF1.

Opacity

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

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

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

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

This text has shadow with #ADCCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCCF1.

Preview

Color preview on black background

This text has color #ADCCF1 on black background.


Color preview on white background

This text has color #ADCCF1 on white background.


Black color preview on #ADCCF1 background

This text has black color on #ADCCF1 background.


White color preview on #ADCCF1 background

This text has white color on #ADCCF1 background.


Related colors

Complementary color

Complementary color for #hex is #52330E.


I love getcolorcode.com

Triadic colors

1 #F1ADCC and #CCF1AD with #ADCCF1 are triadic colors.

2 #F1CCAD and #CCADF1 with #ADCCF1 are triadic colors.