COLOR #B7B3E5

HEX: #B7B3E5 RGB: (183,179,229)

Color info

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

RGB color model

#B7B3E5 color RGB value is (183,179,229).

RGB: (183,179,229) (72%, 70%, 90%)

RGB channels and saturation

R 183 of 255 = 72%
G 179 of 255 = 70%
B 229 of 255 = 90%

183
179
229

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

Portions of RGB colors in percentages

R + G + B = 183 + 179 + 229 = 591 (100%)
R 183 of 591 ~ 30.96%
G 179 of 591 ~ 30.29%
B 229 of 591 ~ 38.75'%

%30.96
%30.29
%38.75

CMYK color model

#B7B3E5 color CMYK value is (20,22,0,10).

  • cyan value is 20.09%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (20,22,0,10)
C20M22Y0K10 (20%, 22%, 0%, 10%)
(0.20 / 0.22 / 0.00 / 0.10)

CMYK percentages

%20.09
%21.83
%0
%10.2

Codes

Color #B7B3E5 in popluar color models

B7 B3 E5
RGB 183 179 229
HSL 245° 49.02% 80.00%
HSB/HSV 245° 21.83% 89.80%
CMYK 20.09% 21.83% 0.00%
10.20%

Color #B7B3E5 in popluar number systems.

HEX B7 B3 E5
Decimal 183 179 229
Binary 10110111 10110011 11100101
Octal 267 263 345

Shades and tints

Shades of #B7B3E5

#B7B3E5
(183,179,229)
#A7A3D1
(167,163,209)
#9793BD
(151,147,189)
#8783A9
(135,131,169)
#777395
(119,115,149)
#676381
(103,99,129)
#57536D
(87,83,109)
#474359
(71,67,89)
#373345
(55,51,69)
#272331
(39,35,49)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #B7B3E5

#B7B3E5
(183,179,229)
#BDB9E7
(189,185,231)
#C3BFE9
(195,191,233)
#C9C5EB
(201,197,235)
#CFCBED
(207,203,237)
#D5D1EF
(213,209,239)
#DBD7F1
(219,215,241)
#E1DDF3
(225,221,243)
#E7E3F5
(231,227,245)
#EDE9F7
(237,233,247)
#F3EFF9
(243,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B3E5; }

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

This text font color is #B7B3E5.

Background Color

.myBgColor { background-color: #B7B3E5; }

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

This div background color is #B7B3E5.

Border color

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

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

This div border color is #B7B3E5.

Opacity

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

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

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

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

This text has shadow with #B7B3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B3E5.

Preview

Color preview on black background

This text has color #B7B3E5 on black background.


Color preview on white background

This text has color #B7B3E5 on white background.


Black color preview on #B7B3E5 background

This text has black color on #B7B3E5 background.


White color preview on #B7B3E5 background

This text has white color on #B7B3E5 background.


Related colors

Complementary color

Complementary color for #hex is #484C1A.


I love getcolorcode.com

Triadic colors

1 #E5B7B3 and #B3E5B7 with #B7B3E5 are triadic colors.

2 #E5B3B7 and #B3B7E5 with #B7B3E5 are triadic colors.