COLOR #B5B0E7

HEX: #B5B0E7 RGB: (181,176,231)

Color info

#B5B0E7 contains red, green and blue colors in about the same proportion. Web safe color of #B5B0E7 is #CC99FF (or #C9F).

RGB color model

#B5B0E7 color RGB value is (181,176,231).

RGB: (181,176,231) (71%, 69%, 91%)

RGB channels and saturation

R 181 of 255 = 71%
G 176 of 255 = 69%
B 231 of 255 = 91%

181
176
231

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

Portions of RGB colors in percentages

R + G + B = 181 + 176 + 231 = 588 (100%)
R 181 of 588 ~ 30.78%
G 176 of 588 ~ 29.93%
B 231 of 588 ~ 39.29'%

%30.78
%29.93
%39.29

CMYK color model

#B5B0E7 color CMYK value is (22,24,0,9).

  • cyan value is 21.65%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (22,24,0,9)
C22M24Y0K9 (22%, 24%, 0%, 9%)
(0.22 / 0.24 / 0.00 / 0.09)

CMYK percentages

%21.65
%23.81
%0
%9.41

Codes

Color #B5B0E7 in popluar color models

B5 B0 E7
RGB 181 176 231
HSL 245° 53.40% 79.80%
HSB/HSV 245° 23.81% 90.59%
CMYK 21.65% 23.81% 0.00%
9.41%

Color #B5B0E7 in popluar number systems.

HEX B5 B0 E7
Decimal 181 176 231
Binary 10110101 10110000 11100111
Octal 265 260 347

Shades and tints

Shades of #B5B0E7

#B5B0E7
(181,176,231)
#A5A0D2
(165,160,210)
#9590BD
(149,144,189)
#8580A8
(133,128,168)
#757093
(117,112,147)
#65607E
(101,96,126)
#555069
(85,80,105)
#454054
(69,64,84)
#35303F
(53,48,63)
#25202A
(37,32,42)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #B5B0E7

#B5B0E7
(181,176,231)
#BBB7E9
(187,183,233)
#C1BEEB
(193,190,235)
#C7C5ED
(199,197,237)
#CDCCEF
(205,204,239)
#D3D3F1
(211,211,241)
#D9DAF3
(217,218,243)
#DFE1F5
(223,225,245)
#E5E8F7
(229,232,247)
#EBEFF9
(235,239,249)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B0E7 color. Also use rgb(181,176,231) instead hex code.

Text Font Color

.myTextColor { color: #B5B0E7; }

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

This text font color is #B5B0E7.

Background Color

.myBgColor { background-color: #B5B0E7; }

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

This div background color is #B5B0E7.

Border color

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

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

This div border color is #B5B0E7.

Opacity

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

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

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

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

This text has shadow with #B5B0E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5B0E7.

Preview

Color preview on black background

This text has color #B5B0E7 on black background.


Color preview on white background

This text has color #B5B0E7 on white background.


Black color preview on #B5B0E7 background

This text has black color on #B5B0E7 background.


White color preview on #B5B0E7 background

This text has white color on #B5B0E7 background.


Related colors

Complementary color

Complementary color for #hex is #4A4F18.


I love getcolorcode.com

Triadic colors

1 #E7B5B0 and #B0E7B5 with #B5B0E7 are triadic colors.

2 #E7B0B5 and #B0B5E7 with #B5B0E7 are triadic colors.