COLOR #ADC7E3

HEX: #ADC7E3 RGB: (173,199,227)

Color info

#ADC7E3 contains red, green and blue colors in about the same proportion. Web safe color of #ADC7E3 is #99CCCC (or #9CC).

RGB color model

#ADC7E3 color RGB value is (173,199,227).

RGB: (173,199,227) (68%, 78%, 89%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 227 of 255 = 89%

173
199
227

R + G + B ~ 78%. #ADC7E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 199 + 227 = 599 (100%)
R 173 of 599 ~ 28.88%
G 199 of 599 ~ 33.22%
B 227 of 599 ~ 37.9'%

%28.88
%33.22
%37.9

CMYK color model

#ADC7E3 color CMYK value is (24,12,0,11).

  • cyan value is 23.79%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (24,12,0,11)
C24M12Y0K11 (24%, 12%, 0%, 11%)
(0.24 / 0.12 / 0.00 / 0.11)

CMYK percentages

%23.79
%12.33
%0
%10.98

Codes

Color #ADC7E3 in popluar color models

AD C7 E3
RGB 173 199 227
HSL 211° 49.09% 78.43%
HSB/HSV 211° 23.79% 89.02%
CMYK 23.79% 12.33% 0.00%
10.98%

Color #ADC7E3 in popluar number systems.

HEX AD C7 E3
Decimal 173 199 227
Binary 10101101 11000111 11100011
Octal 255 307 343

Shades and tints

Shades of #ADC7E3

#ADC7E3
(173,199,227)
#9EB5CF
(158,181,207)
#8FA3BB
(143,163,187)
#8091A7
(128,145,167)
#717F93
(113,127,147)
#626D7F
(98,109,127)
#535B6B
(83,91,107)
#444957
(68,73,87)
#353743
(53,55,67)
#26252F
(38,37,47)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #ADC7E3

#ADC7E3
(173,199,227)
#B4CCE5
(180,204,229)
#BBD1E7
(187,209,231)
#C2D6E9
(194,214,233)
#C9DBEB
(201,219,235)
#D0E0ED
(208,224,237)
#D7E5EF
(215,229,239)
#DEEAF1
(222,234,241)
#E5EFF3
(229,239,243)
#ECF4F5
(236,244,245)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC7E3 color. Also use rgb(173,199,227) instead hex code.

Text Font Color

.myTextColor { color: #ADC7E3; }

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

This text font color is #ADC7E3.

Background Color

.myBgColor { background-color: #ADC7E3; }

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

This div background color is #ADC7E3.

Border color

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

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

This div border color is #ADC7E3.

Opacity

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

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

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

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

This text has shadow with #ADC7E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC7E3.

Preview

Color preview on black background

This text has color #ADC7E3 on black background.


Color preview on white background

This text has color #ADC7E3 on white background.


Black color preview on #ADC7E3 background

This text has black color on #ADC7E3 background.


White color preview on #ADC7E3 background

This text has white color on #ADC7E3 background.


Related colors

Complementary color

Complementary color for #hex is #52381C.


I love getcolorcode.com

Triadic colors

1 #E3ADC7 and #C7E3AD with #ADC7E3 are triadic colors.

2 #E3C7AD and #C7ADE3 with #ADC7E3 are triadic colors.