COLOR #B0CDCB

HEX: #B0CDCB
RGB: (176,205,203)

Color info

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

RGB color model

#B0CDCB color RGB value is (176,205,203).

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

RGB channels and saturation

R 176 of 255 = 69%
G 205 of 255 = 80%
B 203 of 255 = 80%

176
205
203

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

Portions of RGB colors in percentages

R + G + B =
176 + 205 + 203 = 584 (100%)
R 176 of 584 ~ 30.14%
G 205 of 584 ~ 35.1%
B 203 of 584 ~ 34.76%

%30.14
%35.1
%34.76

CMYK color model

#B0CDCB color CMYK value is (14,0,1,20).

  • cyan value is 14.15%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 19.61%
CMYK:
(14,0,1,20)
C14M0Y1K20 
(14%,0%,1%,20%)
(0.14/0.00/0.01/0.20)	

CMYK percentages

%14.15
%0
%0.98
%19.61

Codes

Color #B0CDCB in popluar color models

B0CDCB
RGB176205203
HSL176°22.48%74.71%
HSB/HSV176°14.15%80.39%
CMYK14.15%0.00%0.98%
19.61%

Color #B0CDCB in popluar number systems.

HEXB0CDCB
Decimal176205203
Binary101100001100110111001011
Octal260315313

Shades and tints

Shades of #B0CDCB

#B0CDCB
(176,205,203)
#A0BBB9
(160,187,185)
#90A9A7
(144,169,167)
#809795
(128,151,149)
#708583
(112,133,131)
#607371
(96,115,113)
#50615F
(80,97,95)
#404F4D
(64,79,77)
#303D3B
(48,61,59)
#202B29
(32,43,41)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #B0CDCB

#B0CDCB
(176,205,203)
#B7D1CF
(183,209,207)
#BED5D3
(190,213,211)
#C5D9D7
(197,217,215)
#CCDDDB
(204,221,219)
#D3E1DF
(211,225,223)
#DAE5E3
(218,229,227)
#E1E9E7
(225,233,231)
#E8EDEB
(232,237,235)
#EFF1EF
(239,241,239)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CDCB; }

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

This text font color is #B0CDCB.


Background Color

.myBgColor { background-color: #B0CDCB; }

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

This div background color is #B0CDCB.


Border color

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

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

This div border color is #B0CDCB.


Opacity

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

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

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

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

This text has shadow with #B0CDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CDCB on black background.


Color preview on white background

This text has color #B0CDCB on white background.



Black color preview on #B0CDCB background

This text has black color on #B0CDCB background.


White color preview on #B0CDCB background

This text has white color on #B0CDCB background.