COLOR #B7C88D

HEX: #B7C88D
RGB: (183,200,141)

Color info

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

RGB color model

#B7C88D color RGB value is (183,200,141).

  • red value is 183;
  • green value is 200;
  • blue value is 141.
RGB:
(183,200,141)
(72%,78%,55%)

RGB channels and saturation

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

183
200
141

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

Portions of RGB colors in percentages

R + G + B =
183 + 200 + 141 = 524 (100%)
R 183 of 524 ~ 34.92%
G 200 of 524 ~ 38.17%
B 141 of 524 ~ 26.91%

%34.92
%38.17
%26.91

CMYK color model

#B7C88D color CMYK value is (9,0,30,22).

  • cyan value is 8.50%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK:
(9,0,30,22)
C9M0Y30K22 
(9%,0%,30%,22%)
(0.09/0.00/0.30/0.22)	

CMYK percentages

%8.5
%0
%29.5
%21.57

Codes

Color #B7C88D in popluar color models

B7C88D
RGB183200141
HSL77°34.91%66.86%
HSB/HSV77°29.50%78.43%
CMYK8.50%0.00%29.50%
21.57%

Color #B7C88D in popluar number systems.

HEXB7C88D
Decimal183200141
Binary101101111100100010001101
Octal267310215

Shades and tints

Shades of #B7C88D

#B7C88D
(183,200,141)
#A7B681
(167,182,129)
#97A475
(151,164,117)
#879269
(135,146,105)
#77805D
(119,128,93)
#676E51
(103,110,81)
#575C45
(87,92,69)
#474A39
(71,74,57)
#37382D
(55,56,45)
#272621
(39,38,33)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #B7C88D

#B7C88D
(183,200,141)
#BDCD97
(189,205,151)
#C3D2A1
(195,210,161)
#C9D7AB
(201,215,171)
#CFDCB5
(207,220,181)
#D5E1BF
(213,225,191)
#DBE6C9
(219,230,201)
#E1EBD3
(225,235,211)
#E7F0DD
(231,240,221)
#EDF5E7
(237,245,231)
#F3FAF1
(243,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7C88D; }

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

This text font color is #B7C88D.


Background Color

.myBgColor { background-color: #B7C88D; }

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

This div background color is #B7C88D.


Border color

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

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

This div border color is #B7C88D.


Opacity

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

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

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

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

This text has shadow with #B7C88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7C88D on black background.


Color preview on white background

This text has color #B7C88D on white background.



Black color preview on #B7C88D background

This text has black color on #B7C88D background.


White color preview on #B7C88D background

This text has white color on #B7C88D background.