COLOR #B7B7E4

HEX: #B7B7E4
RGB: (183,183,228)

Color info

#B7B7E4 contains red, green and blue colors in about the same proportion. Web safe color of #B7B7E4 is #CCCCCC (or #CCC).

RGB color model

#B7B7E4 color RGB value is (183,183,228).

  • red value is 183;
  • green value is 183;
  • blue value is 228.
RGB:
(183,183,228)
(72%,72%,89%)

RGB channels and saturation

R 183 of 255 = 72%
G 183 of 255 = 72%
B 228 of 255 = 89%

183
183
228

R + G + B ~ 78%. #B7B7E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 183 + 228 = 594 (100%)
R 183 of 594 ~ 30.81%
G 183 of 594 ~ 30.81%
B 228 of 594 ~ 38.38%

%30.81
%30.81
%38.38

CMYK color model

#B7B7E4 color CMYK value is (20,20,0,11).

  • cyan value is 19.74%
  • magenta value is 19.74%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(20,20,0,11)
C20M20Y0K11 
(20%,20%,0%,11%)
(0.20/0.20/0.00/0.11)	

CMYK percentages

%19.74
%19.74
%0
%10.59

Codes

Color #B7B7E4 in popluar color models

B7B7E4
RGB183183228
HSL240°45.45%80.59%
HSB/HSV240°19.74%89.41%
CMYK19.74%19.74%0.00%
10.59%

Color #B7B7E4 in popluar number systems.

HEXB7B7E4
Decimal183183228
Binary101101111011011111100100
Octal267267344

Shades and tints

Shades of #B7B7E4

#B7B7E4
(183,183,228)
#A7A7D0
(167,167,208)
#9797BC
(151,151,188)
#8787A8
(135,135,168)
#777794
(119,119,148)
#676780
(103,103,128)
#57576C
(87,87,108)
#474758
(71,71,88)
#373744
(55,55,68)
#272730
(39,39,48)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #B7B7E4

#B7B7E4
(183,183,228)
#BDBDE6
(189,189,230)
#C3C3E8
(195,195,232)
#C9C9EA
(201,201,234)
#CFCFEC
(207,207,236)
#D5D5EE
(213,213,238)
#DBDBF0
(219,219,240)
#E1E1F2
(225,225,242)
#E7E7F4
(231,231,244)
#EDEDF6
(237,237,246)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B7E4; }

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

This text font color is #B7B7E4.


Background Color

.myBgColor { background-color: #B7B7E4; }

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

This div background color is #B7B7E4.


Border color

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

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

This div border color is #B7B7E4.


Opacity

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

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

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

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

This text has shadow with #B7B7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7B7E4 on black background.


Color preview on white background

This text has color #B7B7E4 on white background.



Black color preview on #B7B7E4 background

This text has black color on #B7B7E4 background.


White color preview on #B7B7E4 background

This text has white color on #B7B7E4 background.