COLOR #ADB4EB

HEX: #ADB4EB
RGB: (173,180,235)

Color info

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

RGB color model

#ADB4EB color RGB value is (173,180,235).

  • red value is 173;
  • green value is 180;
  • blue value is 235.
RGB:
(173,180,235)
(68%,71%,92%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 235 of 255 = 92%

173
180
235

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

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 235 = 588 (100%)
R 173 of 588 ~ 29.42%
G 180 of 588 ~ 30.61%
B 235 of 588 ~ 39.97%

%29.42
%30.61
%39.97

CMYK color model

#ADB4EB color CMYK value is (26,23,0,8).

  • cyan value is 26.38%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,23,0,8)
C26M23Y0K8 
(26%,23%,0%,8%)
(0.26/0.23/0.00/0.08)	

CMYK percentages

%26.38
%23.4
%0
%7.84

Codes

Color #ADB4EB in popluar color models

ADB4EB
RGB173180235
HSL233°60.78%80.00%
HSB/HSV233°26.38%92.16%
CMYK26.38%23.40%0.00%
7.84%

Color #ADB4EB in popluar number systems.

HEXADB4EB
Decimal173180235
Binary101011011011010011101011
Octal255264353

Shades and tints

Shades of #ADB4EB

#ADB4EB
(173,180,235)
#9EA4D6
(158,164,214)
#8F94C1
(143,148,193)
#8084AC
(128,132,172)
#717497
(113,116,151)
#626482
(98,100,130)
#53546D
(83,84,109)
#444458
(68,68,88)
#353443
(53,52,67)
#26242E
(38,36,46)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #ADB4EB

#ADB4EB
(173,180,235)
#B4BAEC
(180,186,236)
#BBC0ED
(187,192,237)
#C2C6EE
(194,198,238)
#C9CCEF
(201,204,239)
#D0D2F0
(208,210,240)
#D7D8F1
(215,216,241)
#DEDEF2
(222,222,242)
#E5E4F3
(229,228,243)
#ECEAF4
(236,234,244)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB4EB color. Also use rgb(173,180,235) instead hex code.

Text Font Color

.myTextColor { color: #ADB4EB; }

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

This text font color is #ADB4EB.


Background Color

.myBgColor { background-color: #ADB4EB; }

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

This div background color is #ADB4EB.


Border color

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

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

This div border color is #ADB4EB.


Opacity

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

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

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

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

This text has shadow with #ADB4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB4EB on black background.


Color preview on white background

This text has color #ADB4EB on white background.



Black color preview on #ADB4EB background

This text has black color on #ADB4EB background.


White color preview on #ADB4EB background

This text has white color on #ADB4EB background.