COLOR #ADBCE2

HEX: #ADBCE2 RGB: (173,188,226)

Color info

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

RGB color model

#ADBCE2 color RGB value is (173,188,226).

RGB: (173,188,226) (68%, 74%, 89%)

RGB channels and saturation

R 173 of 255 = 68%
G 188 of 255 = 74%
B 226 of 255 = 89%

173
188
226

R + G + B ~ 77%. #ADBCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 188 + 226 = 587 (100%)
R 173 of 587 ~ 29.47%
G 188 of 587 ~ 32.03%
B 226 of 587 ~ 38.5'%

%29.47
%32.03
%38.5

CMYK color model

#ADBCE2 color CMYK value is (23,17,0,11).

  • cyan value is 23.45%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (23,17,0,11)
C23M17Y0K11 (23%, 17%, 0%, 11%)
(0.23 / 0.17 / 0.00 / 0.11)

CMYK percentages

%23.45
%16.81
%0
%11.37

Codes

Color #ADBCE2 in popluar color models

AD BC E2
RGB 173 188 226
HSL 223° 47.75% 78.24%
HSB/HSV 223° 23.45% 88.63%
CMYK 23.45% 16.81% 0.00%
11.37%

Color #ADBCE2 in popluar number systems.

HEX AD BC E2
Decimal 173 188 226
Binary 10101101 10111100 11100010
Octal 255 274 342

Shades and tints

Shades of #ADBCE2

#ADBCE2
(173,188,226)
#9EABCE
(158,171,206)
#8F9ABA
(143,154,186)
#8089A6
(128,137,166)
#717892
(113,120,146)
#62677E
(98,103,126)
#53566A
(83,86,106)
#444556
(68,69,86)
#353442
(53,52,66)
#26232E
(38,35,46)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #ADBCE2

#ADBCE2
(173,188,226)
#B4C2E4
(180,194,228)
#BBC8E6
(187,200,230)
#C2CEE8
(194,206,232)
#C9D4EA
(201,212,234)
#D0DAEC
(208,218,236)
#D7E0EE
(215,224,238)
#DEE6F0
(222,230,240)
#E5ECF2
(229,236,242)
#ECF2F4
(236,242,244)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBCE2 color. Also use rgb(173,188,226) instead hex code.

Text Font Color

.myTextColor { color: #ADBCE2; }

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

This text font color is #ADBCE2.

Background Color

.myBgColor { background-color: #ADBCE2; }

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

This div background color is #ADBCE2.

Border color

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

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

This div border color is #ADBCE2.

Opacity

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

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

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

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

This text has shadow with #ADBCE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBCE2.

Preview

Color preview on black background

This text has color #ADBCE2 on black background.


Color preview on white background

This text has color #ADBCE2 on white background.


Black color preview on #ADBCE2 background

This text has black color on #ADBCE2 background.


White color preview on #ADBCE2 background

This text has white color on #ADBCE2 background.


Related colors

Complementary color

Complementary color for #hex is #52431D.


I love getcolorcode.com

Triadic colors

1 #E2ADBC and #BCE2AD with #ADBCE2 are triadic colors.

2 #E2BCAD and #BCADE2 with #ADBCE2 are triadic colors.