COLOR #B9CCD5

HEX: #B9CCD5
RGB: (185,204,213)

Color info

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

RGB color model

#B9CCD5 color RGB value is (185,204,213).

  • red value is 185;
  • green value is 204;
  • blue value is 213.
RGB:
(185,204,213)
(73%,80%,84%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 213 of 255 = 84%

185
204
213

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

Portions of RGB colors in percentages

R + G + B =
185 + 204 + 213 = 602 (100%)
R 185 of 602 ~ 30.73%
G 204 of 602 ~ 33.89%
B 213 of 602 ~ 35.38%

%30.73
%33.89
%35.38

CMYK color model

#B9CCD5 color CMYK value is (13,4,0,16).

  • cyan value is 13.15%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(13,4,0,16)
C13M4Y0K16 
(13%,4%,0%,16%)
(0.13/0.04/0.00/0.16)	

CMYK percentages

%13.15
%4.23
%0
%16.47

Codes

Color #B9CCD5 in popluar color models

B9CCD5
RGB185204213
HSL199°25.00%78.04%
HSB/HSV199°13.15%83.53%
CMYK13.15%4.23%0.00%
16.47%

Color #B9CCD5 in popluar number systems.

HEXB9CCD5
Decimal185204213
Binary101110011100110011010101
Octal271314325

Shades and tints

Shades of #B9CCD5

#B9CCD5
(185,204,213)
#A9BAC2
(169,186,194)
#99A8AF
(153,168,175)
#89969C
(137,150,156)
#798489
(121,132,137)
#697276
(105,114,118)
#596063
(89,96,99)
#494E50
(73,78,80)
#393C3D
(57,60,61)
#292A2A
(41,42,42)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #B9CCD5

#B9CCD5
(185,204,213)
#BFD0D8
(191,208,216)
#C5D4DB
(197,212,219)
#CBD8DE
(203,216,222)
#D1DCE1
(209,220,225)
#D7E0E4
(215,224,228)
#DDE4E7
(221,228,231)
#E3E8EA
(227,232,234)
#E9ECED
(233,236,237)
#EFF0F0
(239,240,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CCD5 color. Also use rgb(185,204,213) instead hex code.

Text Font Color

.myTextColor { color: #B9CCD5; }

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

This text font color is #B9CCD5.


Background Color

.myBgColor { background-color: #B9CCD5; }

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

This div background color is #B9CCD5.


Border color

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

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

This div border color is #B9CCD5.


Opacity

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

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

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

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

This text has shadow with #B9CCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CCD5 on black background.


Color preview on white background

This text has color #B9CCD5 on white background.



Black color preview on #B9CCD5 background

This text has black color on #B9CCD5 background.


White color preview on #B9CCD5 background

This text has white color on #B9CCD5 background.