COLOR #B9CEBC

HEX: #B9CEBC
RGB: (185,206,188)

Color info

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

RGB color model

#B9CEBC color RGB value is (185,206,188).

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

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 188 of 255 = 74%

185
206
188

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

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 188 = 579 (100%)
R 185 of 579 ~ 31.95%
G 206 of 579 ~ 35.58%
B 188 of 579 ~ 32.47%

%31.95
%35.58
%32.47

CMYK color model

#B9CEBC color CMYK value is (10,0,9,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 19.22%
CMYK:
(10,0,9,19)
C10M0Y9K19 
(10%,0%,9%,19%)
(0.10/0.00/0.09/0.19)	

CMYK percentages

%10.19
%0
%8.74
%19.22

Codes

Color #B9CEBC in popluar color models

B9CEBC
RGB185206188
HSL129°17.65%76.67%
HSB/HSV129°10.19%80.78%
CMYK10.19%0.00%8.74%
19.22%

Color #B9CEBC in popluar number systems.

HEXB9CEBC
Decimal185206188
Binary101110011100111010111100
Octal271316274

Shades and tints

Shades of #B9CEBC

#B9CEBC
(185,206,188)
#A9BCAB
(169,188,171)
#99AA9A
(153,170,154)
#899889
(137,152,137)
#798678
(121,134,120)
#697467
(105,116,103)
#596256
(89,98,86)
#495045
(73,80,69)
#393E34
(57,62,52)
#292C23
(41,44,35)
#191A12
(25,26,18)
#000000
(0,0,0)

Tints of #B9CEBC

#B9CEBC
(185,206,188)
#BFD2C2
(191,210,194)
#C5D6C8
(197,214,200)
#CBDACE
(203,218,206)
#D1DED4
(209,222,212)
#D7E2DA
(215,226,218)
#DDE6E0
(221,230,224)
#E3EAE6
(227,234,230)
#E9EEEC
(233,238,236)
#EFF2F2
(239,242,242)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CEBC; }

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

This text font color is #B9CEBC.


Background Color

.myBgColor { background-color: #B9CEBC; }

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

This div background color is #B9CEBC.


Border color

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

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

This div border color is #B9CEBC.


Opacity

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

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

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

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

This text has shadow with #B9CEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CEBC on black background.


Color preview on white background

This text has color #B9CEBC on white background.



Black color preview on #B9CEBC background

This text has black color on #B9CEBC background.


White color preview on #B9CEBC background

This text has white color on #B9CEBC background.