COLOR #ADBEF5

HEX: #ADBEF5
RGB: (173,190,245)

Color info

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

RGB color model

#ADBEF5 color RGB value is (173,190,245).

  • red value is 173;
  • green value is 190;
  • blue value is 245.
RGB:
(173,190,245)
(68%,75%,96%)

RGB channels and saturation

R 173 of 255 = 68%
G 190 of 255 = 75%
B 245 of 255 = 96%

173
190
245

R + G + B ~ 80%. #ADBEF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 190 + 245 = 608 (100%)
R 173 of 608 ~ 28.45%
G 190 of 608 ~ 31.25%
B 245 of 608 ~ 40.3%

%28.45
%31.25
%40.3

CMYK color model

#ADBEF5 color CMYK value is (29,22,0,4).

  • cyan value is 29.39%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(29,22,0,4)
C29M22Y0K4 
(29%,22%,0%,4%)
(0.29/0.22/0.00/0.04)	

CMYK percentages

%29.39
%22.45
%0
%3.92

Codes

Color #ADBEF5 in popluar color models

ADBEF5
RGB173190245
HSL226°78.26%81.96%
HSB/HSV226°29.39%96.08%
CMYK29.39%22.45%0.00%
3.92%

Color #ADBEF5 in popluar number systems.

HEXADBEF5
Decimal173190245
Binary101011011011111011110101
Octal255276365

Shades and tints

Shades of #ADBEF5

#ADBEF5
(173,190,245)
#9EADDF
(158,173,223)
#8F9CC9
(143,156,201)
#808BB3
(128,139,179)
#717A9D
(113,122,157)
#626987
(98,105,135)
#535871
(83,88,113)
#44475B
(68,71,91)
#353645
(53,54,69)
#26252F
(38,37,47)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADBEF5

#ADBEF5
(173,190,245)
#B4C3F5
(180,195,245)
#BBC8F5
(187,200,245)
#C2CDF5
(194,205,245)
#C9D2F5
(201,210,245)
#D0D7F5
(208,215,245)
#D7DCF5
(215,220,245)
#DEE1F5
(222,225,245)
#E5E6F5
(229,230,245)
#ECEBF5
(236,235,245)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBEF5 color. Also use rgb(173,190,245) instead hex code.

Text Font Color

.myTextColor { color: #ADBEF5; }

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

This text font color is #ADBEF5.


Background Color

.myBgColor { background-color: #ADBEF5; }

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

This div background color is #ADBEF5.


Border color

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

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

This div border color is #ADBEF5.


Opacity

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

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

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

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

This text has shadow with #ADBEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBEF5 on black background.


Color preview on white background

This text has color #ADBEF5 on white background.



Black color preview on #ADBEF5 background

This text has black color on #ADBEF5 background.


White color preview on #ADBEF5 background

This text has white color on #ADBEF5 background.