COLOR #B7C88B

HEX: #B7C88B RGB: (183,200,139)

Color info

#B7C88B contains mainly red and green colors. Web safe color of #B7C88B is #CCCC99 (or #CC9).

RGB color model

#B7C88B color RGB value is (183,200,139).

RGB: (183,200,139) (72%, 78%, 55%)

RGB channels and saturation

R 183 of 255 = 72%
G 200 of 255 = 78%
B 139 of 255 = 55%

183
200
139

R + G + B ~ 68%. #B7C88B is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 200 + 139 = 522 (100%)
R 183 of 522 ~ 35.06%
G 200 of 522 ~ 38.31%
B 139 of 522 ~ 26.63'%

%35.06
%38.31
%26.63

CMYK color model

#B7C88B color CMYK value is (9,0,31,22).

  • cyan value is 8.50%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 21.57%

CMYK: (9,0,31,22)
C9M0Y31K22 (9%, 0%, 31%, 22%)
(0.09 / 0.00 / 0.31 / 0.22)

CMYK percentages

%8.5
%0
%30.5
%21.57

Codes

Color #B7C88B in popluar color models

B7 C8 8B
RGB 183 200 139
HSL 77° 35.67% 66.47%
HSB/HSV 77° 30.50% 78.43%
CMYK 8.50% 0.00% 30.50%
21.57%

Color #B7C88B in popluar number systems.

HEX B7 C8 8B
Decimal 183 200 139
Binary 10110111 11001000 10001011
Octal 267 310 213

Shades and tints

Shades of #B7C88B

#B7C88B
(183,200,139)
#A7B67F
(167,182,127)
#97A473
(151,164,115)
#879267
(135,146,103)
#77805B
(119,128,91)
#676E4F
(103,110,79)
#575C43
(87,92,67)
#474A37
(71,74,55)
#37382B
(55,56,43)
#27261F
(39,38,31)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B7C88B

#B7C88B
(183,200,139)
#BDCD95
(189,205,149)
#C3D29F
(195,210,159)
#C9D7A9
(201,215,169)
#CFDCB3
(207,220,179)
#D5E1BD
(213,225,189)
#DBE6C7
(219,230,199)
#E1EBD1
(225,235,209)
#E7F0DB
(231,240,219)
#EDF5E5
(237,245,229)
#F3FAEF
(243,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7C88B color. Also use rgb(183,200,139) instead hex code.

Text Font Color

.myTextColor { color: #B7C88B; }

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

This text font color is #B7C88B.

Background Color

.myBgColor { background-color: #B7C88B; }

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

This div background color is #B7C88B.

Border color

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

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

This div border color is #B7C88B.

Opacity

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

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

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

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

This text has shadow with #B7C88B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7C88B.

Preview

Color preview on black background

This text has color #B7C88B on black background.


Color preview on white background

This text has color #B7C88B on white background.


Black color preview on #B7C88B background

This text has black color on #B7C88B background.


White color preview on #B7C88B background

This text has white color on #B7C88B background.


Related colors

Complementary color

Complementary color for #hex is #483774.


I love getcolorcode.com

Triadic colors

1 #8BB7C8 and #C88BB7 with #B7C88B are triadic colors.

2 #8BC8B7 and #C8B78B with #B7C88B are triadic colors.