COLOR #B0CDBD

HEX: #B0CDBD
RGB: (176,205,189)

Color info

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

RGB color model

#B0CDBD color RGB value is (176,205,189).

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

RGB channels and saturation

R 176 of 255 = 69%
G 205 of 255 = 80%
B 189 of 255 = 74%

176
205
189

R + G + B ~ 74%. #B0CDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 205 + 189 = 570 (100%)
R 176 of 570 ~ 30.88%
G 205 of 570 ~ 35.96%
B 189 of 570 ~ 33.16%

%30.88
%35.96
%33.16

CMYK color model

#B0CDBD color CMYK value is (14,0,8,20).

  • cyan value is 14.15%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 19.61%
CMYK:
(14,0,8,20)
C14M0Y8K20 
(14%,0%,8%,20%)
(0.14/0.00/0.08/0.20)	

CMYK percentages

%14.15
%0
%7.8
%19.61

Codes

Color #B0CDBD in popluar color models

B0CDBD
RGB176205189
HSL147°22.48%74.71%
HSB/HSV147°14.15%80.39%
CMYK14.15%0.00%7.80%
19.61%

Color #B0CDBD in popluar number systems.

HEXB0CDBD
Decimal176205189
Binary101100001100110110111101
Octal260315275

Shades and tints

Shades of #B0CDBD

#B0CDBD
(176,205,189)
#A0BBAC
(160,187,172)
#90A99B
(144,169,155)
#80978A
(128,151,138)
#708579
(112,133,121)
#607368
(96,115,104)
#506157
(80,97,87)
#404F46
(64,79,70)
#303D35
(48,61,53)
#202B24
(32,43,36)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #B0CDBD

#B0CDBD
(176,205,189)
#B7D1C3
(183,209,195)
#BED5C9
(190,213,201)
#C5D9CF
(197,217,207)
#CCDDD5
(204,221,213)
#D3E1DB
(211,225,219)
#DAE5E1
(218,229,225)
#E1E9E7
(225,233,231)
#E8EDED
(232,237,237)
#EFF1F3
(239,241,243)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CDBD; }

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

This text font color is #B0CDBD.


Background Color

.myBgColor { background-color: #B0CDBD; }

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

This div background color is #B0CDBD.


Border color

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

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

This div border color is #B0CDBD.


Opacity

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

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

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

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

This text has shadow with #B0CDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CDBD on black background.


Color preview on white background

This text has color #B0CDBD on white background.



Black color preview on #B0CDBD background

This text has black color on #B0CDBD background.


White color preview on #B0CDBD background

This text has white color on #B0CDBD background.