COLOR #ADBEEA

HEX: #ADBEEA
RGB: (173,190,234)

Color info

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

RGB color model

#ADBEEA color RGB value is (173,190,234).

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

RGB channels and saturation

R 173 of 255 = 68%
G 190 of 255 = 75%
B 234 of 255 = 92%

173
190
234

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

Portions of RGB colors in percentages

R + G + B =
173 + 190 + 234 = 597 (100%)
R 173 of 597 ~ 28.98%
G 190 of 597 ~ 31.83%
B 234 of 597 ~ 39.2%

%28.98
%31.83
%39.2

CMYK color model

#ADBEEA color CMYK value is (26,19,0,8).

  • cyan value is 26.07%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(26,19,0,8)
C26M19Y0K8 
(26%,19%,0%,8%)
(0.26/0.19/0.00/0.08)	

CMYK percentages

%26.07
%18.8
%0
%8.24

Codes

Color #ADBEEA in popluar color models

ADBEEA
RGB173190234
HSL223°59.22%79.80%
HSB/HSV223°26.07%91.76%
CMYK26.07%18.80%0.00%
8.24%

Color #ADBEEA in popluar number systems.

HEXADBEEA
Decimal173190234
Binary101011011011111011101010
Octal255276352

Shades and tints

Shades of #ADBEEA

#ADBEEA
(173,190,234)
#9EADD5
(158,173,213)
#8F9CC0
(143,156,192)
#808BAB
(128,139,171)
#717A96
(113,122,150)
#626981
(98,105,129)
#53586C
(83,88,108)
#444757
(68,71,87)
#353642
(53,54,66)
#26252D
(38,37,45)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #ADBEEA

#ADBEEA
(173,190,234)
#B4C3EB
(180,195,235)
#BBC8EC
(187,200,236)
#C2CDED
(194,205,237)
#C9D2EE
(201,210,238)
#D0D7EF
(208,215,239)
#D7DCF0
(215,220,240)
#DEE1F1
(222,225,241)
#E5E6F2
(229,230,242)
#ECEBF3
(236,235,243)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBEEA; }

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

This text font color is #ADBEEA.


Background Color

.myBgColor { background-color: #ADBEEA; }

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

This div background color is #ADBEEA.


Border color

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

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

This div border color is #ADBEEA.


Opacity

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

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

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

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

This text has shadow with #ADBEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBEEA on black background.


Color preview on white background

This text has color #ADBEEA on white background.



Black color preview on #ADBEEA background

This text has black color on #ADBEEA background.


White color preview on #ADBEEA background

This text has white color on #ADBEEA background.