COLOR #B7CC9C

HEX: #B7CC9C
RGB: (183,204,156)

Color info

#B7CC9C contains red, green and blue colors in about the same proportion. Web safe color of #B7CC9C is #CCCC99 (or #CC9).

RGB color model

#B7CC9C color RGB value is (183,204,156).

  • red value is 183;
  • green value is 204;
  • blue value is 156.
RGB:
(183,204,156)
(72%,80%,61%)

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 156 of 255 = 61%

183
204
156

R + G + B ~ 71%. #B7CC9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 204 + 156 = 543 (100%)
R 183 of 543 ~ 33.7%
G 204 of 543 ~ 37.57%
B 156 of 543 ~ 28.73%

%33.7
%37.57
%28.73

CMYK color model

#B7CC9C color CMYK value is (10,0,24,20).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(10,0,24,20)
C10M0Y24K20 
(10%,0%,24%,20%)
(0.10/0.00/0.24/0.20)	

CMYK percentages

%10.29
%0
%23.53
%20

Codes

Color #B7CC9C in popluar color models

B7CC9C
RGB183204156
HSL86°32.00%70.59%
HSB/HSV86°23.53%80.00%
CMYK10.29%0.00%23.53%
20.00%

Color #B7CC9C in popluar number systems.

HEXB7CC9C
Decimal183204156
Binary101101111100110010011100
Octal267314234

Shades and tints

Shades of #B7CC9C

#B7CC9C
(183,204,156)
#A7BA8E
(167,186,142)
#97A880
(151,168,128)
#879672
(135,150,114)
#778464
(119,132,100)
#677256
(103,114,86)
#576048
(87,96,72)
#474E3A
(71,78,58)
#373C2C
(55,60,44)
#272A1E
(39,42,30)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #B7CC9C

#B7CC9C
(183,204,156)
#BDD0A5
(189,208,165)
#C3D4AE
(195,212,174)
#C9D8B7
(201,216,183)
#CFDCC0
(207,220,192)
#D5E0C9
(213,224,201)
#DBE4D2
(219,228,210)
#E1E8DB
(225,232,219)
#E7ECE4
(231,236,228)
#EDF0ED
(237,240,237)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CC9C color. Also use rgb(183,204,156) instead hex code.

Text Font Color

.myTextColor { color: #B7CC9C; }

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

This text font color is #B7CC9C.


Background Color

.myBgColor { background-color: #B7CC9C; }

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

This div background color is #B7CC9C.


Border color

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

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

This div border color is #B7CC9C.


Opacity

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

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

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

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

This text has shadow with #B7CC9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CC9C on black background.


Color preview on white background

This text has color #B7CC9C on white background.



Black color preview on #B7CC9C background

This text has black color on #B7CC9C background.


White color preview on #B7CC9C background

This text has white color on #B7CC9C background.