COLOR #B9BEE3

HEX: #B9BEE3
RGB: (185,190,227)

Color info

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

RGB color model

#B9BEE3 color RGB value is (185,190,227).

  • red value is 185;
  • green value is 190;
  • blue value is 227.
RGB:
(185,190,227)
(73%,75%,89%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 227 of 255 = 89%

185
190
227

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

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 227 = 602 (100%)
R 185 of 602 ~ 30.73%
G 190 of 602 ~ 31.56%
B 227 of 602 ~ 37.71%

%30.73
%31.56
%37.71

CMYK color model

#B9BEE3 color CMYK value is (19,16,0,11).

  • cyan value is 18.50%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(19,16,0,11)
C19M16Y0K11 
(19%,16%,0%,11%)
(0.19/0.16/0.00/0.11)	

CMYK percentages

%18.5
%16.3
%0
%10.98

Codes

Color #B9BEE3 in popluar color models

B9BEE3
RGB185190227
HSL233°42.86%80.78%
HSB/HSV233°18.50%89.02%
CMYK18.50%16.30%0.00%
10.98%

Color #B9BEE3 in popluar number systems.

HEXB9BEE3
Decimal185190227
Binary101110011011111011100011
Octal271276343

Shades and tints

Shades of #B9BEE3

#B9BEE3
(185,190,227)
#A9ADCF
(169,173,207)
#999CBB
(153,156,187)
#898BA7
(137,139,167)
#797A93
(121,122,147)
#69697F
(105,105,127)
#59586B
(89,88,107)
#494757
(73,71,87)
#393643
(57,54,67)
#29252F
(41,37,47)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #B9BEE3

#B9BEE3
(185,190,227)
#BFC3E5
(191,195,229)
#C5C8E7
(197,200,231)
#CBCDE9
(203,205,233)
#D1D2EB
(209,210,235)
#D7D7ED
(215,215,237)
#DDDCEF
(221,220,239)
#E3E1F1
(227,225,241)
#E9E6F3
(233,230,243)
#EFEBF5
(239,235,245)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BEE3 color. Also use rgb(185,190,227) instead hex code.

Text Font Color

.myTextColor { color: #B9BEE3; }

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

This text font color is #B9BEE3.


Background Color

.myBgColor { background-color: #B9BEE3; }

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

This div background color is #B9BEE3.


Border color

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

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

This div border color is #B9BEE3.


Opacity

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

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

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

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

This text has shadow with #B9BEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BEE3 on black background.


Color preview on white background

This text has color #B9BEE3 on white background.



Black color preview on #B9BEE3 background

This text has black color on #B9BEE3 background.


White color preview on #B9BEE3 background

This text has white color on #B9BEE3 background.