COLOR #B0CDD6

HEX: #B0CDD6
RGB: (176,205,214)

Color info

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

RGB color model

#B0CDD6 color RGB value is (176,205,214).

  • red value is 176;
  • green value is 205;
  • blue value is 214.
RGB:
(176,205,214)
(69%,80%,84%)

RGB channels and saturation

R 176 of 255 = 69%
G 205 of 255 = 80%
B 214 of 255 = 84%

176
205
214

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

Portions of RGB colors in percentages

R + G + B =
176 + 205 + 214 = 595 (100%)
R 176 of 595 ~ 29.58%
G 205 of 595 ~ 34.45%
B 214 of 595 ~ 35.97%

%29.58
%34.45
%35.97

CMYK color model

#B0CDD6 color CMYK value is (18,4,0,16).

  • cyan value is 17.76%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(18,4,0,16)
C18M4Y0K16 
(18%,4%,0%,16%)
(0.18/0.04/0.00/0.16)	

CMYK percentages

%17.76
%4.21
%0
%16.08

Codes

Color #B0CDD6 in popluar color models

B0CDD6
RGB176205214
HSL194°31.67%76.47%
HSB/HSV194°17.76%83.92%
CMYK17.76%4.21%0.00%
16.08%

Color #B0CDD6 in popluar number systems.

HEXB0CDD6
Decimal176205214
Binary101100001100110111010110
Octal260315326

Shades and tints

Shades of #B0CDD6

#B0CDD6
(176,205,214)
#A0BBC3
(160,187,195)
#90A9B0
(144,169,176)
#80979D
(128,151,157)
#70858A
(112,133,138)
#607377
(96,115,119)
#506164
(80,97,100)
#404F51
(64,79,81)
#303D3E
(48,61,62)
#202B2B
(32,43,43)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #B0CDD6

#B0CDD6
(176,205,214)
#B7D1D9
(183,209,217)
#BED5DC
(190,213,220)
#C5D9DF
(197,217,223)
#CCDDE2
(204,221,226)
#D3E1E5
(211,225,229)
#DAE5E8
(218,229,232)
#E1E9EB
(225,233,235)
#E8EDEE
(232,237,238)
#EFF1F1
(239,241,241)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CDD6 color. Also use rgb(176,205,214) instead hex code.

Text Font Color

.myTextColor { color: #B0CDD6; }

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

This text font color is #B0CDD6.


Background Color

.myBgColor { background-color: #B0CDD6; }

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

This div background color is #B0CDD6.


Border color

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

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

This div border color is #B0CDD6.


Opacity

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

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

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

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

This text has shadow with #B0CDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CDD6 on black background.


Color preview on white background

This text has color #B0CDD6 on white background.



Black color preview on #B0CDD6 background

This text has black color on #B0CDD6 background.


White color preview on #B0CDD6 background

This text has white color on #B0CDD6 background.