COLOR #B0ADEE

HEX: #B0ADEE
RGB: (176,173,238)

Color info

#B0ADEE contains mainly blue color. Web safe color of #B0ADEE is #9999FF (or #99F).

RGB color model

#B0ADEE color RGB value is (176,173,238).

  • red value is 176;
  • green value is 173;
  • blue value is 238.
RGB:
(176,173,238)
(69%,68%,93%)

RGB channels and saturation

R 176 of 255 = 69%
G 173 of 255 = 68%
B 238 of 255 = 93%

176
173
238

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

Portions of RGB colors in percentages

R + G + B =
176 + 173 + 238 = 587 (100%)
R 176 of 587 ~ 29.98%
G 173 of 587 ~ 29.47%
B 238 of 587 ~ 40.55%

%29.98
%29.47
%40.55

CMYK color model

#B0ADEE color CMYK value is (26,27,0,7).

  • cyan value is 26.05%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(26,27,0,7)
C26M27Y0K7 
(26%,27%,0%,7%)
(0.26/0.27/0.00/0.07)	

CMYK percentages

%26.05
%27.31
%0
%6.67

Codes

Color #B0ADEE in popluar color models

B0ADEE
RGB176173238
HSL243°65.66%80.59%
HSB/HSV243°27.31%93.33%
CMYK26.05%27.31%0.00%
6.67%

Color #B0ADEE in popluar number systems.

HEXB0ADEE
Decimal176173238
Binary101100001010110111101110
Octal260255356

Shades and tints

Shades of #B0ADEE

#B0ADEE
(176,173,238)
#A09ED9
(160,158,217)
#908FC4
(144,143,196)
#8080AF
(128,128,175)
#70719A
(112,113,154)
#606285
(96,98,133)
#505370
(80,83,112)
#40445B
(64,68,91)
#303546
(48,53,70)
#202631
(32,38,49)
#10171C
(16,23,28)
#000000
(0,0,0)

Tints of #B0ADEE

#B0ADEE
(176,173,238)
#B7B4EF
(183,180,239)
#BEBBF0
(190,187,240)
#C5C2F1
(197,194,241)
#CCC9F2
(204,201,242)
#D3D0F3
(211,208,243)
#DAD7F4
(218,215,244)
#E1DEF5
(225,222,245)
#E8E5F6
(232,229,246)
#EFECF7
(239,236,247)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0ADEE color. Also use rgb(176,173,238) instead hex code.

Text Font Color

.myTextColor { color: #B0ADEE; }

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

This text font color is #B0ADEE.


Background Color

.myBgColor { background-color: #B0ADEE; }

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

This div background color is #B0ADEE.


Border color

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

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

This div border color is #B0ADEE.


Opacity

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

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

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

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

This text has shadow with #B0ADEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0ADEE on black background.


Color preview on white background

This text has color #B0ADEE on white background.



Black color preview on #B0ADEE background

This text has black color on #B0ADEE background.


White color preview on #B0ADEE background

This text has white color on #B0ADEE background.