COLOR #ADC5EA

HEX: #ADC5EA RGB: (173,197,234)

Color info

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

RGB color model

#ADC5EA color RGB value is (173,197,234).

RGB: (173,197,234) (68%, 77%, 92%)

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 234 of 255 = 92%

173
197
234

R + G + B ~ 79%. #ADC5EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 197 + 234 = 604 (100%)
R 173 of 604 ~ 28.64%
G 197 of 604 ~ 32.62%
B 234 of 604 ~ 38.74'%

%28.64
%32.62
%38.74

CMYK color model

#ADC5EA color CMYK value is (26,16,0,8).

  • cyan value is 26.07%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (26,16,0,8) C26M16Y0K8 (26%,16%,0%,8%) (0.26/0.16/0.00/0.08) 

CMYK percentages

%26.07
%15.81
%0
%8.24

Codes

Color #ADC5EA in popluar color models

AD C5 EA
RGB 173 197 234
HSL 216° 59.22% 79.80%
HSB/HSV 216° 26.07% 91.76%
CMYK 26.07% 15.81% 0.00%
8.24%

Color #ADC5EA in popluar number systems.

HEX AD C5 EA
Decimal 173 197 234
Binary 10101101 11000101 11101010
Octal 255 305 352

Shades and tints

Shades of #ADC5EA

#ADC5EA
(173,197,234)
#9EB4D5
(158,180,213)
#8FA3C0
(143,163,192)
#8092AB
(128,146,171)
#718196
(113,129,150)
#627081
(98,112,129)
#535F6C
(83,95,108)
#444E57
(68,78,87)
#353D42
(53,61,66)
#262C2D
(38,44,45)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #ADC5EA

#ADC5EA
(173,197,234)
#B4CAEB
(180,202,235)
#BBCFEC
(187,207,236)
#C2D4ED
(194,212,237)
#C9D9EE
(201,217,238)
#D0DEEF
(208,222,239)
#D7E3F0
(215,227,240)
#DEE8F1
(222,232,241)
#E5EDF2
(229,237,242)
#ECF2F3
(236,242,243)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC5EA color. Also use rgb(173,197,234) instead hex code.

Text Font Color

.myTextColor { color: #ADC5EA; }

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

This text font color is #ADC5EA.

Background Color

.myBgColor { background-color: #ADC5EA; }

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

This div background color is #ADC5EA.

Border color

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

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

This div border color is #ADC5EA.

Opacity

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

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

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

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

This text has shadow with #ADC5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC5EA.

Preview

Color preview on black background

This text has color #ADC5EA on black background.


Color preview on white background

This text has color #ADC5EA on white background.


Black color preview on #ADC5EA background

This text has black color on #ADC5EA background.


White color preview on #ADC5EA background

This text has white color on #ADC5EA background.


Related colors

Complementary color

Complementary color for #hex is #523A15.


I love getcolorcode.com

Triadic colors

1 #EAADC5 and #C5EAAD with #ADC5EA are triadic colors.

2 #EAC5AD and #C5ADEA with #ADC5EA are triadic colors.