COLOR #B7B4E3

HEX: #B7B4E3 RGB: (183,180,227)

Color info

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

RGB color model

#B7B4E3 color RGB value is (183,180,227).

RGB: (183,180,227) (72%, 71%, 89%)

RGB channels and saturation

R 183 of 255 = 72%
G 180 of 255 = 71%
B 227 of 255 = 89%

183
180
227

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

Portions of RGB colors in percentages

R + G + B = 183 + 180 + 227 = 590 (100%)
R 183 of 590 ~ 31.02%
G 180 of 590 ~ 30.51%
B 227 of 590 ~ 38.47'%

%31.02
%30.51
%38.47

CMYK color model

#B7B4E3 color CMYK value is (19,21,0,11).

  • cyan value is 19.38%
  • magenta value is 20.70%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (19,21,0,11)
C19M21Y0K11 (19%, 21%, 0%, 11%)
(0.19 / 0.21 / 0.00 / 0.11)

CMYK percentages

%19.38
%20.7
%0
%10.98

Codes

Color #B7B4E3 in popluar color models

B7 B4 E3
RGB 183 180 227
HSL 244° 45.63% 79.80%
HSB/HSV 244° 20.70% 89.02%
CMYK 19.38% 20.70% 0.00%
10.98%

Color #B7B4E3 in popluar number systems.

HEX B7 B4 E3
Decimal 183 180 227
Binary 10110111 10110100 11100011
Octal 267 264 343

Shades and tints

Shades of #B7B4E3

#B7B4E3
(183,180,227)
#A7A4CF
(167,164,207)
#9794BB
(151,148,187)
#8784A7
(135,132,167)
#777493
(119,116,147)
#67647F
(103,100,127)
#57546B
(87,84,107)
#474457
(71,68,87)
#373443
(55,52,67)
#27242F
(39,36,47)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #B7B4E3

#B7B4E3
(183,180,227)
#BDBAE5
(189,186,229)
#C3C0E7
(195,192,231)
#C9C6E9
(201,198,233)
#CFCCEB
(207,204,235)
#D5D2ED
(213,210,237)
#DBD8EF
(219,216,239)
#E1DEF1
(225,222,241)
#E7E4F3
(231,228,243)
#EDEAF5
(237,234,245)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7B4E3; }

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

This text font color is #B7B4E3.

Background Color

.myBgColor { background-color: #B7B4E3; }

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

This div background color is #B7B4E3.

Border color

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

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

This div border color is #B7B4E3.

Opacity

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

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

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

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

This text has shadow with #B7B4E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B4E3.

Preview

Color preview on black background

This text has color #B7B4E3 on black background.


Color preview on white background

This text has color #B7B4E3 on white background.


Black color preview on #B7B4E3 background

This text has black color on #B7B4E3 background.


White color preview on #B7B4E3 background

This text has white color on #B7B4E3 background.


Related colors

Complementary color

Complementary color for #hex is #484B1C.


I love getcolorcode.com

Triadic colors

1 #E3B7B4 and #B4E3B7 with #B7B4E3 are triadic colors.

2 #E3B4B7 and #B4B7E3 with #B7B4E3 are triadic colors.