COLOR #B9CFD8

HEX: #B9CFD8
RGB: (185,207,216)

Color info

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

RGB color model

#B9CFD8 color RGB value is (185,207,216).

  • red value is 185;
  • green value is 207;
  • blue value is 216.
RGB:
(185,207,216)
(73%,81%,85%)

RGB channels and saturation

R 185 of 255 = 73%
G 207 of 255 = 81%
B 216 of 255 = 85%

185
207
216

R + G + B ~ 80%. #B9CFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 207 + 216 = 608 (100%)
R 185 of 608 ~ 30.43%
G 207 of 608 ~ 34.05%
B 216 of 608 ~ 35.53%

%30.43
%34.05
%35.53

CMYK color model

#B9CFD8 color CMYK value is (14,4,0,15).

  • cyan value is 14.35%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(14,4,0,15)
C14M4Y0K15 
(14%,4%,0%,15%)
(0.14/0.04/0.00/0.15)	

CMYK percentages

%14.35
%4.17
%0
%15.29

Codes

Color #B9CFD8 in popluar color models

B9CFD8
RGB185207216
HSL197°28.44%78.63%
HSB/HSV197°14.35%84.71%
CMYK14.35%4.17%0.00%
15.29%

Color #B9CFD8 in popluar number systems.

HEXB9CFD8
Decimal185207216
Binary101110011100111111011000
Octal271317330

Shades and tints

Shades of #B9CFD8

#B9CFD8
(185,207,216)
#A9BDC5
(169,189,197)
#99ABB2
(153,171,178)
#89999F
(137,153,159)
#79878C
(121,135,140)
#697579
(105,117,121)
#596366
(89,99,102)
#495153
(73,81,83)
#393F40
(57,63,64)
#292D2D
(41,45,45)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #B9CFD8

#B9CFD8
(185,207,216)
#BFD3DB
(191,211,219)
#C5D7DE
(197,215,222)
#CBDBE1
(203,219,225)
#D1DFE4
(209,223,228)
#D7E3E7
(215,227,231)
#DDE7EA
(221,231,234)
#E3EBED
(227,235,237)
#E9EFF0
(233,239,240)
#EFF3F3
(239,243,243)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CFD8 color. Also use rgb(185,207,216) instead hex code.

Text Font Color

.myTextColor { color: #B9CFD8; }

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

This text font color is #B9CFD8.


Background Color

.myBgColor { background-color: #B9CFD8; }

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

This div background color is #B9CFD8.


Border color

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

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

This div border color is #B9CFD8.


Opacity

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

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

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

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

This text has shadow with #B9CFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CFD8 on black background.


Color preview on white background

This text has color #B9CFD8 on white background.



Black color preview on #B9CFD8 background

This text has black color on #B9CFD8 background.


White color preview on #B9CFD8 background

This text has white color on #B9CFD8 background.