COLOR #B0D2CA

HEX: #B0D2CA
RGB: (176,210,202)

Color info

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

RGB color model

#B0D2CA color RGB value is (176,210,202).

  • red value is 176;
  • green value is 210;
  • blue value is 202.
RGB:
(176,210,202)
(69%,82%,79%)

RGB channels and saturation

R 176 of 255 = 69%
G 210 of 255 = 82%
B 202 of 255 = 79%

176
210
202

R + G + B ~ 77%. #B0D2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 210 + 202 = 588 (100%)
R 176 of 588 ~ 29.93%
G 210 of 588 ~ 35.71%
B 202 of 588 ~ 34.35%

%29.93
%35.71
%34.35

CMYK color model

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

  • cyan value is 16.19%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(16,0,4,18)
C16M0Y4K18 
(16%,0%,4%,18%)
(0.16/0.00/0.04/0.18)	

CMYK percentages

%16.19
%0
%3.81
%17.65

Codes

Color #B0D2CA in popluar color models

B0D2CA
RGB176210202
HSL166°27.42%75.69%
HSB/HSV166°16.19%82.35%
CMYK16.19%0.00%3.81%
17.65%

Color #B0D2CA in popluar number systems.

HEXB0D2CA
Decimal176210202
Binary101100001101001011001010
Octal260322312

Shades and tints

Shades of #B0D2CA

#B0D2CA
(176,210,202)
#A0BFB8
(160,191,184)
#90ACA6
(144,172,166)
#809994
(128,153,148)
#708682
(112,134,130)
#607370
(96,115,112)
#50605E
(80,96,94)
#404D4C
(64,77,76)
#303A3A
(48,58,58)
#202728
(32,39,40)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #B0D2CA

#B0D2CA
(176,210,202)
#B7D6CE
(183,214,206)
#BEDAD2
(190,218,210)
#C5DED6
(197,222,214)
#CCE2DA
(204,226,218)
#D3E6DE
(211,230,222)
#DAEAE2
(218,234,226)
#E1EEE6
(225,238,230)
#E8F2EA
(232,242,234)
#EFF6EE
(239,246,238)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D2CA color. Also use rgb(176,210,202) instead hex code.

Text Font Color

.myTextColor { color: #B0D2CA; }

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

This text font color is #B0D2CA.


Background Color

.myBgColor { background-color: #B0D2CA; }

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

This div background color is #B0D2CA.


Border color

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

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

This div border color is #B0D2CA.


Opacity

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

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

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

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

This text has shadow with #B0D2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D2CA on black background.


Color preview on white background

This text has color #B0D2CA on white background.



Black color preview on #B0D2CA background

This text has black color on #B0D2CA background.


White color preview on #B0D2CA background

This text has white color on #B0D2CA background.