COLOR #B0CBDD

HEX: #B0CBDD RGB: (176,203,221)

Color info

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

RGB color model

#B0CBDD color RGB value is (176,203,221).

RGB: (176,203,221) (69%, 80%, 87%)

RGB channels and saturation

R 176 of 255 = 69%
G 203 of 255 = 80%
B 221 of 255 = 87%

176
203
221

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

Portions of RGB colors in percentages

R + G + B = 176 + 203 + 221 = 600 (100%)
R 176 of 600 ~ 29.33%
G 203 of 600 ~ 33.83%
B 221 of 600 ~ 36.83'%

%29.33
%33.83
%36.83

CMYK color model

#B0CBDD color CMYK value is (20,8,0,13).

  • cyan value is 20.36%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (20,8,0,13)
C20M8Y0K13 (20%, 8%, 0%, 13%)
(0.20 / 0.08 / 0.00 / 0.13)

CMYK percentages

%20.36
%8.14
%0
%13.33

Codes

Color #B0CBDD in popluar color models

B0 CB DD
RGB 176 203 221
HSL 204° 39.82% 77.84%
HSB/HSV 204° 20.36% 86.67%
CMYK 20.36% 8.14% 0.00%
13.33%

Color #B0CBDD in popluar number systems.

HEX B0 CB DD
Decimal 176 203 221
Binary 10110000 11001011 11011101
Octal 260 313 335

Shades and tints

Shades of #B0CBDD

#B0CBDD
(176,203,221)
#A0B9C9
(160,185,201)
#90A7B5
(144,167,181)
#8095A1
(128,149,161)
#70838D
(112,131,141)
#607179
(96,113,121)
#505F65
(80,95,101)
#404D51
(64,77,81)
#303B3D
(48,59,61)
#202929
(32,41,41)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #B0CBDD

#B0CBDD
(176,203,221)
#B7CFE0
(183,207,224)
#BED3E3
(190,211,227)
#C5D7E6
(197,215,230)
#CCDBE9
(204,219,233)
#D3DFEC
(211,223,236)
#DAE3EF
(218,227,239)
#E1E7F2
(225,231,242)
#E8EBF5
(232,235,245)
#EFEFF8
(239,239,248)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CBDD color. Also use rgb(176,203,221) instead hex code.

Text Font Color

.myTextColor { color: #B0CBDD; }

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

This text font color is #B0CBDD.

Background Color

.myBgColor { background-color: #B0CBDD; }

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

This div background color is #B0CBDD.

Border color

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

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

This div border color is #B0CBDD.

Opacity

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

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

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

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

This text has shadow with #B0CBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0CBDD.

Preview

Color preview on black background

This text has color #B0CBDD on black background.


Color preview on white background

This text has color #B0CBDD on white background.


Black color preview on #B0CBDD background

This text has black color on #B0CBDD background.


White color preview on #B0CBDD background

This text has white color on #B0CBDD background.


Related colors

Complementary color

Complementary color for #hex is #4F3422.


I love getcolorcode.com

Triadic colors

1 #DDB0CB and #CBDDB0 with #B0CBDD are triadic colors.

2 #DDCBB0 and #CBB0DD with #B0CBDD are triadic colors.