COLOR #B9CECA

HEX: #B9CECA
RGB: (185,206,202)

Color info

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

RGB color model

#B9CECA color RGB value is (185,206,202).

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

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 202 of 255 = 79%

185
206
202

R + G + B ~ 78%. #B9CECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 202 = 593 (100%)
R 185 of 593 ~ 31.2%
G 206 of 593 ~ 34.74%
B 202 of 593 ~ 34.06%

%31.2
%34.74
%34.06

CMYK color model

#B9CECA color CMYK value is (10,0,2,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 1.94%
  • key color value is 19.22%
CMYK:
(10,0,2,19)
C10M0Y2K19 
(10%,0%,2%,19%)
(0.10/0.00/0.02/0.19)	

CMYK percentages

%10.19
%0
%1.94
%19.22

Codes

Color #B9CECA in popluar color models

B9CECA
RGB185206202
HSL169°17.65%76.67%
HSB/HSV169°10.19%80.78%
CMYK10.19%0.00%1.94%
19.22%

Color #B9CECA in popluar number systems.

HEXB9CECA
Decimal185206202
Binary101110011100111011001010
Octal271316312

Shades and tints

Shades of #B9CECA

#B9CECA
(185,206,202)
#A9BCB8
(169,188,184)
#99AAA6
(153,170,166)
#899894
(137,152,148)
#798682
(121,134,130)
#697470
(105,116,112)
#59625E
(89,98,94)
#49504C
(73,80,76)
#393E3A
(57,62,58)
#292C28
(41,44,40)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #B9CECA

#B9CECA
(185,206,202)
#BFD2CE
(191,210,206)
#C5D6D2
(197,214,210)
#CBDAD6
(203,218,214)
#D1DEDA
(209,222,218)
#D7E2DE
(215,226,222)
#DDE6E2
(221,230,226)
#E3EAE6
(227,234,230)
#E9EEEA
(233,238,234)
#EFF2EE
(239,242,238)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CECA; }

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

This text font color is #B9CECA.


Background Color

.myBgColor { background-color: #B9CECA; }

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

This div background color is #B9CECA.


Border color

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

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

This div border color is #B9CECA.


Opacity

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

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

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

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

This text has shadow with #B9CECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CECA on black background.


Color preview on white background

This text has color #B9CECA on white background.



Black color preview on #B9CECA background

This text has black color on #B9CECA background.


White color preview on #B9CECA background

This text has white color on #B9CECA background.