COLOR #B9B7EA

HEX: #B9B7EA
RGB: (185,183,234)

Color info

#B9B7EA contains red, green and blue colors in about the same proportion. Web safe color of #B9B7EA is #CCCCFF (or #CCF).

RGB color model

#B9B7EA color RGB value is (185,183,234).

  • red value is 185;
  • green value is 183;
  • blue value is 234.
RGB:
(185,183,234)
(73%,72%,92%)

RGB channels and saturation

R 185 of 255 = 73%
G 183 of 255 = 72%
B 234 of 255 = 92%

185
183
234

R + G + B ~ 79%. #B9B7EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 183 + 234 = 602 (100%)
R 185 of 602 ~ 30.73%
G 183 of 602 ~ 30.4%
B 234 of 602 ~ 38.87%

%30.73
%30.4
%38.87

CMYK color model

#B9B7EA color CMYK value is (21,22,0,8).

  • cyan value is 20.94%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(21,22,0,8)
C21M22Y0K8 
(21%,22%,0%,8%)
(0.21/0.22/0.00/0.08)	

CMYK percentages

%20.94
%21.79
%0
%8.24

Codes

Color #B9B7EA in popluar color models

B9B7EA
RGB185183234
HSL242°54.84%81.76%
HSB/HSV242°21.79%91.76%
CMYK20.94%21.79%0.00%
8.24%

Color #B9B7EA in popluar number systems.

HEXB9B7EA
Decimal185183234
Binary101110011011011111101010
Octal271267352

Shades and tints

Shades of #B9B7EA

#B9B7EA
(185,183,234)
#A9A7D5
(169,167,213)
#9997C0
(153,151,192)
#8987AB
(137,135,171)
#797796
(121,119,150)
#696781
(105,103,129)
#59576C
(89,87,108)
#494757
(73,71,87)
#393742
(57,55,66)
#29272D
(41,39,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #B9B7EA

#B9B7EA
(185,183,234)
#BFBDEB
(191,189,235)
#C5C3EC
(197,195,236)
#CBC9ED
(203,201,237)
#D1CFEE
(209,207,238)
#D7D5EF
(215,213,239)
#DDDBF0
(221,219,240)
#E3E1F1
(227,225,241)
#E9E7F2
(233,231,242)
#EFEDF3
(239,237,243)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9B7EA; }

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

This text font color is #B9B7EA.


Background Color

.myBgColor { background-color: #B9B7EA; }

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

This div background color is #B9B7EA.


Border color

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

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

This div border color is #B9B7EA.


Opacity

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

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

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

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

This text has shadow with #B9B7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9B7EA on black background.


Color preview on white background

This text has color #B9B7EA on white background.



Black color preview on #B9B7EA background

This text has black color on #B9B7EA background.


White color preview on #B9B7EA background

This text has white color on #B9B7EA background.