COLOR #B7CC9D

HEX: #B7CC9D RGB: (183,204,157)

Color info

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

RGB color model

#B7CC9D color RGB value is (183,204,157).

RGB: (183,204,157) (72%, 80%, 62%)

RGB channels and saturation

R 183 of 255 = 72%
G 204 of 255 = 80%
B 157 of 255 = 62%

183
204
157

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

Portions of RGB colors in percentages

R + G + B = 183 + 204 + 157 = 544 (100%)
R 183 of 544 ~ 33.64%
G 204 of 544 ~ 37.5%
B 157 of 544 ~ 28.86'%

%33.64
%37.5
%28.86

CMYK color model

#B7CC9D color CMYK value is (10,0,23,20).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 20.00%

CMYK: (10,0,23,20)
C10M0Y23K20 (10%, 0%, 23%, 20%)
(0.10 / 0.00 / 0.23 / 0.20)

CMYK percentages

%10.29
%0
%23.04
%20

Codes

Color #B7CC9D in popluar color models

B7 CC 9D
RGB 183 204 157
HSL 87° 31.54% 70.78%
HSB/HSV 87° 23.04% 80.00%
CMYK 10.29% 0.00% 23.04%
20.00%

Color #B7CC9D in popluar number systems.

HEX B7 CC 9D
Decimal 183 204 157
Binary 10110111 11001100 10011101
Octal 267 314 235

Shades and tints

Shades of #B7CC9D

#B7CC9D
(183,204,157)
#A7BA8F
(167,186,143)
#97A881
(151,168,129)
#879673
(135,150,115)
#778465
(119,132,101)
#677257
(103,114,87)
#576049
(87,96,73)
#474E3B
(71,78,59)
#373C2D
(55,60,45)
#272A1F
(39,42,31)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #B7CC9D

#B7CC9D
(183,204,157)
#BDD0A5
(189,208,165)
#C3D4AD
(195,212,173)
#C9D8B5
(201,216,181)
#CFDCBD
(207,220,189)
#D5E0C5
(213,224,197)
#DBE4CD
(219,228,205)
#E1E8D5
(225,232,213)
#E7ECDD
(231,236,221)
#EDF0E5
(237,240,229)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CC9D; }

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

This text font color is #B7CC9D.

Background Color

.myBgColor { background-color: #B7CC9D; }

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

This div background color is #B7CC9D.

Border color

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

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

This div border color is #B7CC9D.

Opacity

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

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

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

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

This text has shadow with #B7CC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CC9D.

Preview

Color preview on black background

This text has color #B7CC9D on black background.


Color preview on white background

This text has color #B7CC9D on white background.


Black color preview on #B7CC9D background

This text has black color on #B7CC9D background.


White color preview on #B7CC9D background

This text has white color on #B7CC9D background.


Related colors

Complementary color

Complementary color for #hex is #483362.


I love getcolorcode.com

Triadic colors

1 #9DB7CC and #CC9DB7 with #B7CC9D are triadic colors.

2 #9DCCB7 and #CCB79D with #B7CC9D are triadic colors.