COLOR #B7B0E0

HEX: #B7B0E0 RGB: (183,176,224)

Color info

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

RGB color model

#B7B0E0 color RGB value is (183,176,224).

RGB: (183,176,224) (72%, 69%, 88%)

RGB channels and saturation

R 183 of 255 = 72%
G 176 of 255 = 69%
B 224 of 255 = 88%

183
176
224

R + G + B ~ 76%. #B7B0E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 176 + 224 = 583 (100%)
R 183 of 583 ~ 31.39%
G 176 of 583 ~ 30.19%
B 224 of 583 ~ 38.42'%

%31.39
%30.19
%38.42

CMYK color model

#B7B0E0 color CMYK value is (18,21,0,12).

  • cyan value is 18.30%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (18,21,0,12)
C18M21Y0K12 (18%, 21%, 0%, 12%)
(0.18 / 0.21 / 0.00 / 0.12)

CMYK percentages

%18.3
%21.43
%0
%12.16

Codes

Color #B7B0E0 in popluar color models

B7 B0 E0
RGB 183 176 224
HSL 249° 43.64% 78.43%
HSB/HSV 249° 21.43% 87.84%
CMYK 18.30% 21.43% 0.00%
12.16%

Color #B7B0E0 in popluar number systems.

HEX B7 B0 E0
Decimal 183 176 224
Binary 10110111 10110000 11100000
Octal 267 260 340

Shades and tints

Shades of #B7B0E0

#B7B0E0
(183,176,224)
#A7A0CC
(167,160,204)
#9790B8
(151,144,184)
#8780A4
(135,128,164)
#777090
(119,112,144)
#67607C
(103,96,124)
#575068
(87,80,104)
#474054
(71,64,84)
#373040
(55,48,64)
#27202C
(39,32,44)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #B7B0E0

#B7B0E0
(183,176,224)
#BDB7E2
(189,183,226)
#C3BEE4
(195,190,228)
#C9C5E6
(201,197,230)
#CFCCE8
(207,204,232)
#D5D3EA
(213,211,234)
#DBDAEC
(219,218,236)
#E1E1EE
(225,225,238)
#E7E8F0
(231,232,240)
#EDEFF2
(237,239,242)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B0E0; }

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

This text font color is #B7B0E0.

Background Color

.myBgColor { background-color: #B7B0E0; }

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

This div background color is #B7B0E0.

Border color

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

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

This div border color is #B7B0E0.

Opacity

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

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

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

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

This text has shadow with #B7B0E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B0E0.

Preview

Color preview on black background

This text has color #B7B0E0 on black background.


Color preview on white background

This text has color #B7B0E0 on white background.


Black color preview on #B7B0E0 background

This text has black color on #B7B0E0 background.


White color preview on #B7B0E0 background

This text has white color on #B7B0E0 background.


Related colors

Complementary color

Complementary color for #hex is #484F1F.


I love getcolorcode.com

Triadic colors

1 #E0B7B0 and #B0E0B7 with #B7B0E0 are triadic colors.

2 #E0B0B7 and #B0B7E0 with #B7B0E0 are triadic colors.