COLOR #B0CE9A

HEX: #B0CE9A
RGB: (176,206,154)

Color info

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

RGB color model

#B0CE9A color RGB value is (176,206,154).

  • red value is 176;
  • green value is 206;
  • blue value is 154.
RGB:
(176,206,154)
(69%,81%,60%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 154 of 255 = 60%

176
206
154

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

Portions of RGB colors in percentages

R + G + B =
176 + 206 + 154 = 536 (100%)
R 176 of 536 ~ 32.84%
G 206 of 536 ~ 38.43%
B 154 of 536 ~ 28.73%

%32.84
%38.43
%28.73

CMYK color model

#B0CE9A color CMYK value is (15,0,25,19).

  • cyan value is 14.56%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 19.22%
CMYK:
(15,0,25,19)
C15M0Y25K19 
(15%,0%,25%,19%)
(0.15/0.00/0.25/0.19)	

CMYK percentages

%14.56
%0
%25.24
%19.22

Codes

Color #B0CE9A in popluar color models

B0CE9A
RGB176206154
HSL95°34.67%70.59%
HSB/HSV95°25.24%80.78%
CMYK14.56%0.00%25.24%
19.22%

Color #B0CE9A in popluar number systems.

HEXB0CE9A
Decimal176206154
Binary101100001100111010011010
Octal260316232

Shades and tints

Shades of #B0CE9A

#B0CE9A
(176,206,154)
#A0BC8C
(160,188,140)
#90AA7E
(144,170,126)
#809870
(128,152,112)
#708662
(112,134,98)
#607454
(96,116,84)
#506246
(80,98,70)
#405038
(64,80,56)
#303E2A
(48,62,42)
#202C1C
(32,44,28)
#101A0E
(16,26,14)
#000000
(0,0,0)

Tints of #B0CE9A

#B0CE9A
(176,206,154)
#B7D2A3
(183,210,163)
#BED6AC
(190,214,172)
#C5DAB5
(197,218,181)
#CCDEBE
(204,222,190)
#D3E2C7
(211,226,199)
#DAE6D0
(218,230,208)
#E1EAD9
(225,234,217)
#E8EEE2
(232,238,226)
#EFF2EB
(239,242,235)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CE9A color. Also use rgb(176,206,154) instead hex code.

Text Font Color

.myTextColor { color: #B0CE9A; }

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

This text font color is #B0CE9A.


Background Color

.myBgColor { background-color: #B0CE9A; }

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

This div background color is #B0CE9A.


Border color

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

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

This div border color is #B0CE9A.


Opacity

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

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

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

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

This text has shadow with #B0CE9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CE9A on black background.


Color preview on white background

This text has color #B0CE9A on white background.



Black color preview on #B0CE9A background

This text has black color on #B0CE9A background.


White color preview on #B0CE9A background

This text has white color on #B0CE9A background.