COLOR #ADBBEA

HEX: #ADBBEA RGB: (173,187,234)

Color info

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

RGB color model

#ADBBEA color RGB value is (173,187,234).

RGB: (173,187,234) (68%, 73%, 92%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 234 of 255 = 92%

173
187
234

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

Portions of RGB colors in percentages

R + G + B = 173 + 187 + 234 = 594 (100%)
R 173 of 594 ~ 29.12%
G 187 of 594 ~ 31.48%
B 234 of 594 ~ 39.39'%

%29.12
%31.48
%39.39

CMYK color model

#ADBBEA color CMYK value is (26,20,0,8).

  • cyan value is 26.07%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (26,20,0,8)
C26M20Y0K8 (26%, 20%, 0%, 8%)
(0.26 / 0.20 / 0.00 / 0.08)

CMYK percentages

%26.07
%20.09
%0
%8.24

Codes

Color #ADBBEA in popluar color models

AD BB EA
RGB 173 187 234
HSL 226° 59.22% 79.80%
HSB/HSV 226° 26.07% 91.76%
CMYK 26.07% 20.09% 0.00%
8.24%

Color #ADBBEA in popluar number systems.

HEX AD BB EA
Decimal 173 187 234
Binary 10101101 10111011 11101010
Octal 255 273 352

Shades and tints

Shades of #ADBBEA

#ADBBEA
(173,187,234)
#9EAAD5
(158,170,213)
#8F99C0
(143,153,192)
#8088AB
(128,136,171)
#717796
(113,119,150)
#626681
(98,102,129)
#53556C
(83,85,108)
#444457
(68,68,87)
#353342
(53,51,66)
#26222D
(38,34,45)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #ADBBEA

#ADBBEA
(173,187,234)
#B4C1EB
(180,193,235)
#BBC7EC
(187,199,236)
#C2CDED
(194,205,237)
#C9D3EE
(201,211,238)
#D0D9EF
(208,217,239)
#D7DFF0
(215,223,240)
#DEE5F1
(222,229,241)
#E5EBF2
(229,235,242)
#ECF1F3
(236,241,243)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBBEA; }

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

This text font color is #ADBBEA.

Background Color

.myBgColor { background-color: #ADBBEA; }

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

This div background color is #ADBBEA.

Border color

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

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

This div border color is #ADBBEA.

Opacity

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

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

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

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

This text has shadow with #ADBBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBBEA.

Preview

Color preview on black background

This text has color #ADBBEA on black background.


Color preview on white background

This text has color #ADBBEA on white background.


Black color preview on #ADBBEA background

This text has black color on #ADBBEA background.


White color preview on #ADBBEA background

This text has white color on #ADBBEA background.


Related colors

Complementary color

Complementary color for #hex is #524415.


I love getcolorcode.com

Triadic colors

1 #EAADBB and #BBEAAD with #ADBBEA are triadic colors.

2 #EABBAD and #BBADEA with #ADBBEA are triadic colors.