COLOR #B0CD99

HEX: #B0CD99
RGB: (176,205,153)

Color info

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

RGB color model

#B0CD99 color RGB value is (176,205,153).

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

RGB channels and saturation

R 176 of 255 = 69%
G 205 of 255 = 80%
B 153 of 255 = 60%

176
205
153

R + G + B ~ 70%. #B0CD99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 205 + 153 = 534 (100%)
R 176 of 534 ~ 32.96%
G 205 of 534 ~ 38.39%
B 153 of 534 ~ 28.65%

%32.96
%38.39
%28.65

CMYK color model

#B0CD99 color CMYK value is (14,0,25,20).

  • cyan value is 14.15%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 19.61%
CMYK:
(14,0,25,20)
C14M0Y25K20 
(14%,0%,25%,20%)
(0.14/0.00/0.25/0.20)	

CMYK percentages

%14.15
%0
%25.37
%19.61

Codes

Color #B0CD99 in popluar color models

B0CD99
RGB176205153
HSL93°34.21%70.20%
HSB/HSV93°25.37%80.39%
CMYK14.15%0.00%25.37%
19.61%

Color #B0CD99 in popluar number systems.

HEXB0CD99
Decimal176205153
Binary101100001100110110011001
Octal260315231

Shades and tints

Shades of #B0CD99

#B0CD99
(176,205,153)
#A0BB8C
(160,187,140)
#90A97F
(144,169,127)
#809772
(128,151,114)
#708565
(112,133,101)
#607358
(96,115,88)
#50614B
(80,97,75)
#404F3E
(64,79,62)
#303D31
(48,61,49)
#202B24
(32,43,36)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #B0CD99

#B0CD99
(176,205,153)
#B7D1A2
(183,209,162)
#BED5AB
(190,213,171)
#C5D9B4
(197,217,180)
#CCDDBD
(204,221,189)
#D3E1C6
(211,225,198)
#DAE5CF
(218,229,207)
#E1E9D8
(225,233,216)
#E8EDE1
(232,237,225)
#EFF1EA
(239,241,234)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CD99; }

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

This text font color is #B0CD99.


Background Color

.myBgColor { background-color: #B0CD99; }

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

This div background color is #B0CD99.


Border color

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

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

This div border color is #B0CD99.


Opacity

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

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

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

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

This text has shadow with #B0CD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CD99 on black background.


Color preview on white background

This text has color #B0CD99 on white background.



Black color preview on #B0CD99 background

This text has black color on #B0CD99 background.


White color preview on #B0CD99 background

This text has white color on #B0CD99 background.