COLOR #B0CCA9

HEX: #B0CCA9
RGB: (176,204,169)

Color info

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

RGB color model

#B0CCA9 color RGB value is (176,204,169).

  • red value is 176;
  • green value is 204;
  • blue value is 169.
RGB:
(176,204,169)
(69%,80%,66%)

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 169 of 255 = 66%

176
204
169

R + G + B ~ 72%. #B0CCA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 169 = 549 (100%)
R 176 of 549 ~ 32.06%
G 204 of 549 ~ 37.16%
B 169 of 549 ~ 30.78%

%32.06
%37.16
%30.78

CMYK color model

#B0CCA9 color CMYK value is (14,0,17,20).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 20.00%
CMYK:
(14,0,17,20)
C14M0Y17K20 
(14%,0%,17%,20%)
(0.14/0.00/0.17/0.20)	

CMYK percentages

%13.73
%0
%17.16
%20

Codes

Color #B0CCA9 in popluar color models

B0CCA9
RGB176204169
HSL108°25.55%73.14%
HSB/HSV108°17.16%80.00%
CMYK13.73%0.00%17.16%
20.00%

Color #B0CCA9 in popluar number systems.

HEXB0CCA9
Decimal176204169
Binary101100001100110010101001
Octal260314251

Shades and tints

Shades of #B0CCA9

#B0CCA9
(176,204,169)
#A0BA9A
(160,186,154)
#90A88B
(144,168,139)
#80967C
(128,150,124)
#70846D
(112,132,109)
#60725E
(96,114,94)
#50604F
(80,96,79)
#404E40
(64,78,64)
#303C31
(48,60,49)
#202A22
(32,42,34)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #B0CCA9

#B0CCA9
(176,204,169)
#B7D0B0
(183,208,176)
#BED4B7
(190,212,183)
#C5D8BE
(197,216,190)
#CCDCC5
(204,220,197)
#D3E0CC
(211,224,204)
#DAE4D3
(218,228,211)
#E1E8DA
(225,232,218)
#E8ECE1
(232,236,225)
#EFF0E8
(239,240,232)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CCA9 color. Also use rgb(176,204,169) instead hex code.

Text Font Color

.myTextColor { color: #B0CCA9; }

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

This text font color is #B0CCA9.


Background Color

.myBgColor { background-color: #B0CCA9; }

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

This div background color is #B0CCA9.


Border color

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

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

This div border color is #B0CCA9.


Opacity

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

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

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

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

This text has shadow with #B0CCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CCA9 on black background.


Color preview on white background

This text has color #B0CCA9 on white background.



Black color preview on #B0CCA9 background

This text has black color on #B0CCA9 background.


White color preview on #B0CCA9 background

This text has white color on #B0CCA9 background.