COLOR #ADB4E9

HEX: #ADB4E9 RGB: (173,180,233)

Color info

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

RGB color model

#ADB4E9 color RGB value is (173,180,233).

RGB: (173,180,233) (68%, 71%, 91%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 233 of 255 = 91%

173
180
233

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

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 233 = 586 (100%)
R 173 of 586 ~ 29.52%
G 180 of 586 ~ 30.72%
B 233 of 586 ~ 39.76'%

%29.52
%30.72
%39.76

CMYK color model

#ADB4E9 color CMYK value is (26,23,0,9).

  • cyan value is 25.75%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (26,23,0,9)
C26M23Y0K9 (26%, 23%, 0%, 9%)
(0.26 / 0.23 / 0.00 / 0.09)

CMYK percentages

%25.75
%22.75
%0
%8.63

Codes

Color #ADB4E9 in popluar color models

AD B4 E9
RGB 173 180 233
HSL 233° 57.69% 79.61%
HSB/HSV 233° 25.75% 91.37%
CMYK 25.75% 22.75% 0.00%
8.63%

Color #ADB4E9 in popluar number systems.

HEX AD B4 E9
Decimal 173 180 233
Binary 10101101 10110100 11101001
Octal 255 264 351

Shades and tints

Shades of #ADB4E9

#ADB4E9
(173,180,233)
#9EA4D4
(158,164,212)
#8F94BF
(143,148,191)
#8084AA
(128,132,170)
#717495
(113,116,149)
#626480
(98,100,128)
#53546B
(83,84,107)
#444456
(68,68,86)
#353441
(53,52,65)
#26242C
(38,36,44)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #ADB4E9

#ADB4E9
(173,180,233)
#B4BAEB
(180,186,235)
#BBC0ED
(187,192,237)
#C2C6EF
(194,198,239)
#C9CCF1
(201,204,241)
#D0D2F3
(208,210,243)
#D7D8F5
(215,216,245)
#DEDEF7
(222,222,247)
#E5E4F9
(229,228,249)
#ECEAFB
(236,234,251)
#F3F0FD
(243,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB4E9 color. Also use rgb(173,180,233) instead hex code.

Text Font Color

.myTextColor { color: #ADB4E9; }

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

This text font color is #ADB4E9.

Background Color

.myBgColor { background-color: #ADB4E9; }

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

This div background color is #ADB4E9.

Border color

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

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

This div border color is #ADB4E9.

Opacity

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

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

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

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

This text has shadow with #ADB4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB4E9.

Preview

Color preview on black background

This text has color #ADB4E9 on black background.


Color preview on white background

This text has color #ADB4E9 on white background.


Black color preview on #ADB4E9 background

This text has black color on #ADB4E9 background.


White color preview on #ADB4E9 background

This text has white color on #ADB4E9 background.


Related colors

Complementary color

Complementary color for #hex is #524B16.


I love getcolorcode.com

Triadic colors

1 #E9ADB4 and #B4E9AD with #ADB4E9 are triadic colors.

2 #E9B4AD and #B4ADE9 with #ADB4E9 are triadic colors.