COLOR #ADB4E3

HEX: #ADB4E3
RGB: (173,180,227)

Color info

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

RGB color model

#ADB4E3 color RGB value is (173,180,227).

  • red value is 173;
  • green value is 180;
  • blue value is 227.
RGB:
(173,180,227)
(68%,71%,89%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 227 of 255 = 89%

173
180
227

R + G + B ~ 76%. #ADB4E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 227 = 580 (100%)
R 173 of 580 ~ 29.83%
G 180 of 580 ~ 31.03%
B 227 of 580 ~ 39.14%

%29.83
%31.03
%39.14

CMYK color model

#ADB4E3 color CMYK value is (24,21,0,11).

  • cyan value is 23.79%
  • magenta value is 20.70%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(24,21,0,11)
C24M21Y0K11 
(24%,21%,0%,11%)
(0.24/0.21/0.00/0.11)	

CMYK percentages

%23.79
%20.7
%0
%10.98

Codes

Color #ADB4E3 in popluar color models

ADB4E3
RGB173180227
HSL232°49.09%78.43%
HSB/HSV232°23.79%89.02%
CMYK23.79%20.70%0.00%
10.98%

Color #ADB4E3 in popluar number systems.

HEXADB4E3
Decimal173180227
Binary101011011011010011100011
Octal255264343

Shades and tints

Shades of #ADB4E3

#ADB4E3
(173,180,227)
#9EA4CF
(158,164,207)
#8F94BB
(143,148,187)
#8084A7
(128,132,167)
#717493
(113,116,147)
#62647F
(98,100,127)
#53546B
(83,84,107)
#444457
(68,68,87)
#353443
(53,52,67)
#26242F
(38,36,47)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #ADB4E3

#ADB4E3
(173,180,227)
#B4BAE5
(180,186,229)
#BBC0E7
(187,192,231)
#C2C6E9
(194,198,233)
#C9CCEB
(201,204,235)
#D0D2ED
(208,210,237)
#D7D8EF
(215,216,239)
#DEDEF1
(222,222,241)
#E5E4F3
(229,228,243)
#ECEAF5
(236,234,245)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB4E3; }

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

This text font color is #ADB4E3.


Background Color

.myBgColor { background-color: #ADB4E3; }

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

This div background color is #ADB4E3.


Border color

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

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

This div border color is #ADB4E3.


Opacity

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

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

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

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

This text has shadow with #ADB4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4E3 on black background.


Color preview on white background

This text has color #ADB4E3 on white background.



Black color preview on #ADB4E3 background

This text has black color on #ADB4E3 background.


White color preview on #ADB4E3 background

This text has white color on #ADB4E3 background.