COLOR #B0D0C5

HEX: #B0D0C5
RGB: (176,208,197)

Color info

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

RGB color model

#B0D0C5 color RGB value is (176,208,197).

  • red value is 176;
  • green value is 208;
  • blue value is 197.
RGB:
(176,208,197)
(69%,82%,77%)

RGB channels and saturation

R 176 of 255 = 69%
G 208 of 255 = 82%
B 197 of 255 = 77%

176
208
197

R + G + B ~ 76%. #B0D0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 208 + 197 = 581 (100%)
R 176 of 581 ~ 30.29%
G 208 of 581 ~ 35.8%
B 197 of 581 ~ 33.91%

%30.29
%35.8
%33.91

CMYK color model

#B0D0C5 color CMYK value is (15,0,5,18).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • key color value is 18.43%
CMYK:
(15,0,5,18)
C15M0Y5K18 
(15%,0%,5%,18%)
(0.15/0.00/0.05/0.18)	

CMYK percentages

%15.38
%0
%5.29
%18.43

Codes

Color #B0D0C5 in popluar color models

B0D0C5
RGB176208197
HSL159°25.40%75.29%
HSB/HSV159°15.38%81.57%
CMYK15.38%0.00%5.29%
18.43%

Color #B0D0C5 in popluar number systems.

HEXB0D0C5
Decimal176208197
Binary101100001101000011000101
Octal260320305

Shades and tints

Shades of #B0D0C5

#B0D0C5
(176,208,197)
#A0BEB4
(160,190,180)
#90ACA3
(144,172,163)
#809A92
(128,154,146)
#708881
(112,136,129)
#607670
(96,118,112)
#50645F
(80,100,95)
#40524E
(64,82,78)
#30403D
(48,64,61)
#202E2C
(32,46,44)
#101C1B
(16,28,27)
#000000
(0,0,0)

Tints of #B0D0C5

#B0D0C5
(176,208,197)
#B7D4CA
(183,212,202)
#BED8CF
(190,216,207)
#C5DCD4
(197,220,212)
#CCE0D9
(204,224,217)
#D3E4DE
(211,228,222)
#DAE8E3
(218,232,227)
#E1ECE8
(225,236,232)
#E8F0ED
(232,240,237)
#EFF4F2
(239,244,242)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D0C5 color. Also use rgb(176,208,197) instead hex code.

Text Font Color

.myTextColor { color: #B0D0C5; }

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

This text font color is #B0D0C5.


Background Color

.myBgColor { background-color: #B0D0C5; }

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

This div background color is #B0D0C5.


Border color

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

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

This div border color is #B0D0C5.


Opacity

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

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

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

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

This text has shadow with #B0D0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D0C5 on black background.


Color preview on white background

This text has color #B0D0C5 on white background.



Black color preview on #B0D0C5 background

This text has black color on #B0D0C5 background.


White color preview on #B0D0C5 background

This text has white color on #B0D0C5 background.