COLOR #ADBFE5

HEX: #ADBFE5
RGB: (173,191,229)

Color info

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

RGB color model

#ADBFE5 color RGB value is (173,191,229).

  • red value is 173;
  • green value is 191;
  • blue value is 229.
RGB:
(173,191,229)
(68%,75%,90%)

RGB channels and saturation

R 173 of 255 = 68%
G 191 of 255 = 75%
B 229 of 255 = 90%

173
191
229

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

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 229 = 593 (100%)
R 173 of 593 ~ 29.17%
G 191 of 593 ~ 32.21%
B 229 of 593 ~ 38.62%

%29.17
%32.21
%38.62

CMYK color model

#ADBFE5 color CMYK value is (24,17,0,10).

  • cyan value is 24.45%
  • magenta value is 16.59%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,17,0,10)
C24M17Y0K10 
(24%,17%,0%,10%)
(0.24/0.17/0.00/0.10)	

CMYK percentages

%24.45
%16.59
%0
%10.2

Codes

Color #ADBFE5 in popluar color models

ADBFE5
RGB173191229
HSL221°51.85%78.82%
HSB/HSV221°24.45%89.80%
CMYK24.45%16.59%0.00%
10.20%

Color #ADBFE5 in popluar number systems.

HEXADBFE5
Decimal173191229
Binary101011011011111111100101
Octal255277345

Shades and tints

Shades of #ADBFE5

#ADBFE5
(173,191,229)
#9EAED1
(158,174,209)
#8F9DBD
(143,157,189)
#808CA9
(128,140,169)
#717B95
(113,123,149)
#626A81
(98,106,129)
#53596D
(83,89,109)
#444859
(68,72,89)
#353745
(53,55,69)
#262631
(38,38,49)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #ADBFE5

#ADBFE5
(173,191,229)
#B4C4E7
(180,196,231)
#BBC9E9
(187,201,233)
#C2CEEB
(194,206,235)
#C9D3ED
(201,211,237)
#D0D8EF
(208,216,239)
#D7DDF1
(215,221,241)
#DEE2F3
(222,226,243)
#E5E7F5
(229,231,245)
#ECECF7
(236,236,247)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBFE5 color. Also use rgb(173,191,229) instead hex code.

Text Font Color

.myTextColor { color: #ADBFE5; }

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

This text font color is #ADBFE5.


Background Color

.myBgColor { background-color: #ADBFE5; }

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

This div background color is #ADBFE5.


Border color

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

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

This div border color is #ADBFE5.


Opacity

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

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

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

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

This text has shadow with #ADBFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBFE5 on black background.


Color preview on white background

This text has color #ADBFE5 on white background.



Black color preview on #ADBFE5 background

This text has black color on #ADBFE5 background.


White color preview on #ADBFE5 background

This text has white color on #ADBFE5 background.