COLOR #ADBFE1

HEX: #ADBFE1
RGB: (173,191,225)

Color info

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

RGB color model

#ADBFE1 color RGB value is (173,191,225).

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

RGB channels and saturation

R 173 of 255 = 68%
G 191 of 255 = 75%
B 225 of 255 = 88%

173
191
225

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

Portions of RGB colors in percentages

R + G + B =
173 + 191 + 225 = 589 (100%)
R 173 of 589 ~ 29.37%
G 191 of 589 ~ 32.43%
B 225 of 589 ~ 38.2%

%29.37
%32.43
%38.2

CMYK color model

#ADBFE1 color CMYK value is (23,15,0,12).

  • cyan value is 23.11%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(23,15,0,12)
C23M15Y0K12 
(23%,15%,0%,12%)
(0.23/0.15/0.00/0.12)	

CMYK percentages

%23.11
%15.11
%0
%11.76

Codes

Color #ADBFE1 in popluar color models

ADBFE1
RGB173191225
HSL219°46.43%78.04%
HSB/HSV219°23.11%88.24%
CMYK23.11%15.11%0.00%
11.76%

Color #ADBFE1 in popluar number systems.

HEXADBFE1
Decimal173191225
Binary101011011011111111100001
Octal255277341

Shades and tints

Shades of #ADBFE1

#ADBFE1
(173,191,225)
#9EAECD
(158,174,205)
#8F9DB9
(143,157,185)
#808CA5
(128,140,165)
#717B91
(113,123,145)
#626A7D
(98,106,125)
#535969
(83,89,105)
#444855
(68,72,85)
#353741
(53,55,65)
#26262D
(38,38,45)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #ADBFE1

#ADBFE1
(173,191,225)
#B4C4E3
(180,196,227)
#BBC9E5
(187,201,229)
#C2CEE7
(194,206,231)
#C9D3E9
(201,211,233)
#D0D8EB
(208,216,235)
#D7DDED
(215,221,237)
#DEE2EF
(222,226,239)
#E5E7F1
(229,231,241)
#ECECF3
(236,236,243)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBFE1; }

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

This text font color is #ADBFE1.


Background Color

.myBgColor { background-color: #ADBFE1; }

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

This div background color is #ADBFE1.


Border color

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

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

This div border color is #ADBFE1.


Opacity

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

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

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

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

This text has shadow with #ADBFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBFE1 on black background.


Color preview on white background

This text has color #ADBFE1 on white background.



Black color preview on #ADBFE1 background

This text has black color on #ADBFE1 background.


White color preview on #ADBFE1 background

This text has white color on #ADBFE1 background.