COLOR #B0CFDB

HEX: #B0CFDB
RGB: (176,207,219)

Color info

#B0CFDB contains red, green and blue colors in about the same proportion. Web safe color of #B0CFDB is #99CCCC (or #9CC).

RGB color model

#B0CFDB color RGB value is (176,207,219).

  • red value is 176;
  • green value is 207;
  • blue value is 219.
RGB:
(176,207,219)
(69%,81%,86%)

RGB channels and saturation

R 176 of 255 = 69%
G 207 of 255 = 81%
B 219 of 255 = 86%

176
207
219

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

Portions of RGB colors in percentages

R + G + B =
176 + 207 + 219 = 602 (100%)
R 176 of 602 ~ 29.24%
G 207 of 602 ~ 34.39%
B 219 of 602 ~ 36.38%

%29.24
%34.39
%36.38

CMYK color model

#B0CFDB color CMYK value is (20,5,0,14).

  • cyan value is 19.63%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(20,5,0,14)
C20M5Y0K14 
(20%,5%,0%,14%)
(0.20/0.05/0.00/0.14)	

CMYK percentages

%19.63
%5.48
%0
%14.12

Codes

Color #B0CFDB in popluar color models

B0CFDB
RGB176207219
HSL197°37.39%77.45%
HSB/HSV197°19.63%85.88%
CMYK19.63%5.48%0.00%
14.12%

Color #B0CFDB in popluar number systems.

HEXB0CFDB
Decimal176207219
Binary101100001100111111011011
Octal260317333

Shades and tints

Shades of #B0CFDB

#B0CFDB
(176,207,219)
#A0BDC8
(160,189,200)
#90ABB5
(144,171,181)
#8099A2
(128,153,162)
#70878F
(112,135,143)
#60757C
(96,117,124)
#506369
(80,99,105)
#405156
(64,81,86)
#303F43
(48,63,67)
#202D30
(32,45,48)
#101B1D
(16,27,29)
#000000
(0,0,0)

Tints of #B0CFDB

#B0CFDB
(176,207,219)
#B7D3DE
(183,211,222)
#BED7E1
(190,215,225)
#C5DBE4
(197,219,228)
#CCDFE7
(204,223,231)
#D3E3EA
(211,227,234)
#DAE7ED
(218,231,237)
#E1EBF0
(225,235,240)
#E8EFF3
(232,239,243)
#EFF3F6
(239,243,246)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CFDB color. Also use rgb(176,207,219) instead hex code.

Text Font Color

.myTextColor { color: #B0CFDB; }

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

This text font color is #B0CFDB.


Background Color

.myBgColor { background-color: #B0CFDB; }

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

This div background color is #B0CFDB.


Border color

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

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

This div border color is #B0CFDB.


Opacity

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

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

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

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

This text has shadow with #B0CFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CFDB on black background.


Color preview on white background

This text has color #B0CFDB on white background.



Black color preview on #B0CFDB background

This text has black color on #B0CFDB background.


White color preview on #B0CFDB background

This text has white color on #B0CFDB background.