COLOR #B7D49B

HEX: #B7D49B
RGB: (183,212,155)

Color info

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

RGB color model

#B7D49B color RGB value is (183,212,155).

  • red value is 183;
  • green value is 212;
  • blue value is 155.
RGB:
(183,212,155)
(72%,83%,61%)

RGB channels and saturation

R 183 of 255 = 72%
G 212 of 255 = 83%
B 155 of 255 = 61%

183
212
155

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

Portions of RGB colors in percentages

R + G + B =
183 + 212 + 155 = 550 (100%)
R 183 of 550 ~ 33.27%
G 212 of 550 ~ 38.55%
B 155 of 550 ~ 28.18%

%33.27
%38.55
%28.18

CMYK color model

#B7D49B color CMYK value is (14,0,27,17).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 16.86%
CMYK:
(14,0,27,17)
C14M0Y27K17 
(14%,0%,27%,17%)
(0.14/0.00/0.27/0.17)	

CMYK percentages

%13.68
%0
%26.89
%16.86

Codes

Color #B7D49B in popluar color models

B7D49B
RGB183212155
HSL91°39.86%71.96%
HSB/HSV91°26.89%83.14%
CMYK13.68%0.00%26.89%
16.86%

Color #B7D49B in popluar number systems.

HEXB7D49B
Decimal183212155
Binary101101111101010010011011
Octal267324233

Shades and tints

Shades of #B7D49B

#B7D49B
(183,212,155)
#A7C18D
(167,193,141)
#97AE7F
(151,174,127)
#879B71
(135,155,113)
#778863
(119,136,99)
#677555
(103,117,85)
#576247
(87,98,71)
#474F39
(71,79,57)
#373C2B
(55,60,43)
#27291D
(39,41,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #B7D49B

#B7D49B
(183,212,155)
#BDD7A4
(189,215,164)
#C3DAAD
(195,218,173)
#C9DDB6
(201,221,182)
#CFE0BF
(207,224,191)
#D5E3C8
(213,227,200)
#DBE6D1
(219,230,209)
#E1E9DA
(225,233,218)
#E7ECE3
(231,236,227)
#EDEFEC
(237,239,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D49B color. Also use rgb(183,212,155) instead hex code.

Text Font Color

.myTextColor { color: #B7D49B; }

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

This text font color is #B7D49B.


Background Color

.myBgColor { background-color: #B7D49B; }

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

This div background color is #B7D49B.


Border color

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

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

This div border color is #B7D49B.


Opacity

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

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

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

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

This text has shadow with #B7D49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D49B on black background.


Color preview on white background

This text has color #B7D49B on white background.



Black color preview on #B7D49B background

This text has black color on #B7D49B background.


White color preview on #B7D49B background

This text has white color on #B7D49B background.