COLOR #B9CFDC

HEX: #B9CFDC RGB: (185,207,220)

Color info

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

RGB color model

#B9CFDC color RGB value is (185,207,220).

RGB: (185,207,220) (73%, 81%, 86%)

RGB channels and saturation

R 185 of 255 = 73%
G 207 of 255 = 81%
B 220 of 255 = 86%

185
207
220

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

Portions of RGB colors in percentages

R + G + B = 185 + 207 + 220 = 612 (100%)
R 185 of 612 ~ 30.23%
G 207 of 612 ~ 33.82%
B 220 of 612 ~ 35.95'%

%30.23
%33.82
%35.95

CMYK color model

#B9CFDC color CMYK value is (16,6,0,14).

  • cyan value is 15.91%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (16,6,0,14)
C16M6Y0K14 (16%, 6%, 0%, 14%)
(0.16 / 0.06 / 0.00 / 0.14)

CMYK percentages

%15.91
%5.91
%0
%13.73

Codes

Color #B9CFDC in popluar color models

B9 CF DC
RGB 185 207 220
HSL 202° 33.33% 79.41%
HSB/HSV 202° 15.91% 86.27%
CMYK 15.91% 5.91% 0.00%
13.73%

Color #B9CFDC in popluar number systems.

HEX B9 CF DC
Decimal 185 207 220
Binary 10111001 11001111 11011100
Octal 271 317 334

Shades and tints

Shades of #B9CFDC

#B9CFDC
(185,207,220)
#A9BDC8
(169,189,200)
#99ABB4
(153,171,180)
#8999A0
(137,153,160)
#79878C
(121,135,140)
#697578
(105,117,120)
#596364
(89,99,100)
#495150
(73,81,80)
#393F3C
(57,63,60)
#292D28
(41,45,40)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #B9CFDC

#B9CFDC
(185,207,220)
#BFD3DF
(191,211,223)
#C5D7E2
(197,215,226)
#CBDBE5
(203,219,229)
#D1DFE8
(209,223,232)
#D7E3EB
(215,227,235)
#DDE7EE
(221,231,238)
#E3EBF1
(227,235,241)
#E9EFF4
(233,239,244)
#EFF3F7
(239,243,247)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CFDC; }

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

This text font color is #B9CFDC.

Background Color

.myBgColor { background-color: #B9CFDC; }

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

This div background color is #B9CFDC.

Border color

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

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

This div border color is #B9CFDC.

Opacity

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

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

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

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

This text has shadow with #B9CFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CFDC.

Preview

Color preview on black background

This text has color #B9CFDC on black background.


Color preview on white background

This text has color #B9CFDC on white background.


Black color preview on #B9CFDC background

This text has black color on #B9CFDC background.


White color preview on #B9CFDC background

This text has white color on #B9CFDC background.


Related colors

Complementary color

Complementary color for #hex is #463023.


I love getcolorcode.com

Triadic colors

1 #DCB9CF and #CFDCB9 with #B9CFDC are triadic colors.

2 #DCCFB9 and #CFB9DC with #B9CFDC are triadic colors.