COLOR #B7B0E5

HEX: #B7B0E5
RGB: (183,176,229)

Color info

#B7B0E5 contains red, green and blue colors in about the same proportion. Web safe color of #B7B0E5 is #CC99CC (or #C9C).

RGB color model

#B7B0E5 color RGB value is (183,176,229).

  • red value is 183;
  • green value is 176;
  • blue value is 229.
RGB:
(183,176,229)
(72%,69%,90%)

RGB channels and saturation

R 183 of 255 = 72%
G 176 of 255 = 69%
B 229 of 255 = 90%

183
176
229

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

Portions of RGB colors in percentages

R + G + B =
183 + 176 + 229 = 588 (100%)
R 183 of 588 ~ 31.12%
G 176 of 588 ~ 29.93%
B 229 of 588 ~ 38.95%

%31.12
%29.93
%38.95

CMYK color model

#B7B0E5 color CMYK value is (20,23,0,10).

  • cyan value is 20.09%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(20,23,0,10)
C20M23Y0K10 
(20%,23%,0%,10%)
(0.20/0.23/0.00/0.10)	

CMYK percentages

%20.09
%23.14
%0
%10.2

Codes

Color #B7B0E5 in popluar color models

B7B0E5
RGB183176229
HSL248°50.48%79.41%
HSB/HSV248°23.14%89.80%
CMYK20.09%23.14%0.00%
10.20%

Color #B7B0E5 in popluar number systems.

HEXB7B0E5
Decimal183176229
Binary101101111011000011100101
Octal267260345

Shades and tints

Shades of #B7B0E5

#B7B0E5
(183,176,229)
#A7A0D1
(167,160,209)
#9790BD
(151,144,189)
#8780A9
(135,128,169)
#777095
(119,112,149)
#676081
(103,96,129)
#57506D
(87,80,109)
#474059
(71,64,89)
#373045
(55,48,69)
#272031
(39,32,49)
#17101D
(23,16,29)
#000000
(0,0,0)

Tints of #B7B0E5

#B7B0E5
(183,176,229)
#BDB7E7
(189,183,231)
#C3BEE9
(195,190,233)
#C9C5EB
(201,197,235)
#CFCCED
(207,204,237)
#D5D3EF
(213,211,239)
#DBDAF1
(219,218,241)
#E1E1F3
(225,225,243)
#E7E8F5
(231,232,245)
#EDEFF7
(237,239,247)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B0E5 color. Also use rgb(183,176,229) instead hex code.

Text Font Color

.myTextColor { color: #B7B0E5; }

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

This text font color is #B7B0E5.


Background Color

.myBgColor { background-color: #B7B0E5; }

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

This div background color is #B7B0E5.


Border color

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

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

This div border color is #B7B0E5.


Opacity

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

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

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

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

This text has shadow with #B7B0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B0E5 on black background.


Color preview on white background

This text has color #B7B0E5 on white background.



Black color preview on #B7B0E5 background

This text has black color on #B7B0E5 background.


White color preview on #B7B0E5 background

This text has white color on #B7B0E5 background.