COLOR #ADB8EE

HEX: #ADB8EE RGB: (173,184,238)

Color info

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

RGB color model

#ADB8EE color RGB value is (173,184,238).

RGB: (173,184,238) (68%, 72%, 93%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 238 of 255 = 93%

173
184
238

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

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 238 = 595 (100%)
R 173 of 595 ~ 29.08%
G 184 of 595 ~ 30.92%
B 238 of 595 ~ 40'%

%29.08
%30.92
%40

CMYK color model

#ADB8EE color CMYK value is (27,23,0,7).

  • cyan value is 27.31%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (27,23,0,7)
C27M23Y0K7 (27%, 23%, 0%, 7%)
(0.27 / 0.23 / 0.00 / 0.07)

CMYK percentages

%27.31
%22.69
%0
%6.67

Codes

Color #ADB8EE in popluar color models

AD B8 EE
RGB 173 184 238
HSL 230° 65.66% 80.59%
HSB/HSV 230° 27.31% 93.33%
CMYK 27.31% 22.69% 0.00%
6.67%

Color #ADB8EE in popluar number systems.

HEX AD B8 EE
Decimal 173 184 238
Binary 10101101 10111000 11101110
Octal 255 270 356

Shades and tints

Shades of #ADB8EE

#ADB8EE
(173,184,238)
#9EA8D9
(158,168,217)
#8F98C4
(143,152,196)
#8088AF
(128,136,175)
#71789A
(113,120,154)
#626885
(98,104,133)
#535870
(83,88,112)
#44485B
(68,72,91)
#353846
(53,56,70)
#262831
(38,40,49)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #ADB8EE

#ADB8EE
(173,184,238)
#B4BEEF
(180,190,239)
#BBC4F0
(187,196,240)
#C2CAF1
(194,202,241)
#C9D0F2
(201,208,242)
#D0D6F3
(208,214,243)
#D7DCF4
(215,220,244)
#DEE2F5
(222,226,245)
#E5E8F6
(229,232,246)
#ECEEF7
(236,238,247)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB8EE color. Also use rgb(173,184,238) instead hex code.

Text Font Color

.myTextColor { color: #ADB8EE; }

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

This text font color is #ADB8EE.

Background Color

.myBgColor { background-color: #ADB8EE; }

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

This div background color is #ADB8EE.

Border color

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

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

This div border color is #ADB8EE.

Opacity

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

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

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

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

This text has shadow with #ADB8EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB8EE.

Preview

Color preview on black background

This text has color #ADB8EE on black background.


Color preview on white background

This text has color #ADB8EE on white background.


Black color preview on #ADB8EE background

This text has black color on #ADB8EE background.


White color preview on #ADB8EE background

This text has white color on #ADB8EE background.


Related colors

Complementary color

Complementary color for #hex is #524711.


I love getcolorcode.com

Triadic colors

1 #EEADB8 and #B8EEAD with #ADB8EE are triadic colors.

2 #EEB8AD and #B8ADEE with #ADB8EE are triadic colors.