COLOR #B9CEBF

HEX: #B9CEBF
RGB: (185,206,191)

Color info

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

RGB color model

#B9CEBF color RGB value is (185,206,191).

  • red value is 185;
  • green value is 206;
  • blue value is 191.
RGB:
(185,206,191)
(73%,81%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 191 of 255 = 75%

185
206
191

R + G + B ~ 76%. #B9CEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 191 = 582 (100%)
R 185 of 582 ~ 31.79%
G 206 of 582 ~ 35.4%
B 191 of 582 ~ 32.82%

%31.79
%35.4
%32.82

CMYK color model

#B9CEBF color CMYK value is (10,0,7,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 7.28%
  • key color value is 19.22%
CMYK:
(10,0,7,19)
C10M0Y7K19 
(10%,0%,7%,19%)
(0.10/0.00/0.07/0.19)	

CMYK percentages

%10.19
%0
%7.28
%19.22

Codes

Color #B9CEBF in popluar color models

B9CEBF
RGB185206191
HSL137°17.65%76.67%
HSB/HSV137°10.19%80.78%
CMYK10.19%0.00%7.28%
19.22%

Color #B9CEBF in popluar number systems.

HEXB9CEBF
Decimal185206191
Binary101110011100111010111111
Octal271316277

Shades and tints

Shades of #B9CEBF

#B9CEBF
(185,206,191)
#A9BCAE
(169,188,174)
#99AA9D
(153,170,157)
#89988C
(137,152,140)
#79867B
(121,134,123)
#69746A
(105,116,106)
#596259
(89,98,89)
#495048
(73,80,72)
#393E37
(57,62,55)
#292C26
(41,44,38)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #B9CEBF

#B9CEBF
(185,206,191)
#BFD2C4
(191,210,196)
#C5D6C9
(197,214,201)
#CBDACE
(203,218,206)
#D1DED3
(209,222,211)
#D7E2D8
(215,226,216)
#DDE6DD
(221,230,221)
#E3EAE2
(227,234,226)
#E9EEE7
(233,238,231)
#EFF2EC
(239,242,236)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CEBF color. Also use rgb(185,206,191) instead hex code.

Text Font Color

.myTextColor { color: #B9CEBF; }

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

This text font color is #B9CEBF.


Background Color

.myBgColor { background-color: #B9CEBF; }

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

This div background color is #B9CEBF.


Border color

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

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

This div border color is #B9CEBF.


Opacity

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

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

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

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

This text has shadow with #B9CEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CEBF on black background.


Color preview on white background

This text has color #B9CEBF on white background.



Black color preview on #B9CEBF background

This text has black color on #B9CEBF background.


White color preview on #B9CEBF background

This text has white color on #B9CEBF background.