COLOR #B7D48A

HEX: #B7D48A
RGB: (183,212,138)

Color info

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

RGB color model

#B7D48A color RGB value is (183,212,138).

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

RGB channels and saturation

R 183 of 255 = 72%
G 212 of 255 = 83%
B 138 of 255 = 54%

183
212
138

R + G + B ~ 70%. #B7D48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 212 + 138 = 533 (100%)
R 183 of 533 ~ 34.33%
G 212 of 533 ~ 39.77%
B 138 of 533 ~ 25.89%

%34.33
%39.77
%25.89

CMYK color model

#B7D48A color CMYK value is (14,0,35,17).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 34.91%
  • key color value is 16.86%
CMYK:
(14,0,35,17)
C14M0Y35K17 
(14%,0%,35%,17%)
(0.14/0.00/0.35/0.17)	

CMYK percentages

%13.68
%0
%34.91
%16.86

Codes

Color #B7D48A in popluar color models

B7D48A
RGB183212138
HSL84°46.25%68.63%
HSB/HSV84°34.91%83.14%
CMYK13.68%0.00%34.91%
16.86%

Color #B7D48A in popluar number systems.

HEXB7D48A
Decimal183212138
Binary101101111101010010001010
Octal267324212

Shades and tints

Shades of #B7D48A

#B7D48A
(183,212,138)
#A7C17E
(167,193,126)
#97AE72
(151,174,114)
#879B66
(135,155,102)
#77885A
(119,136,90)
#67754E
(103,117,78)
#576242
(87,98,66)
#474F36
(71,79,54)
#373C2A
(55,60,42)
#27291E
(39,41,30)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #B7D48A

#B7D48A
(183,212,138)
#BDD794
(189,215,148)
#C3DA9E
(195,218,158)
#C9DDA8
(201,221,168)
#CFE0B2
(207,224,178)
#D5E3BC
(213,227,188)
#DBE6C6
(219,230,198)
#E1E9D0
(225,233,208)
#E7ECDA
(231,236,218)
#EDEFE4
(237,239,228)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D48A; }

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

This text font color is #B7D48A.


Background Color

.myBgColor { background-color: #B7D48A; }

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

This div background color is #B7D48A.


Border color

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

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

This div border color is #B7D48A.


Opacity

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

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

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

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

This text has shadow with #B7D48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D48A on black background.


Color preview on white background

This text has color #B7D48A on white background.



Black color preview on #B7D48A background

This text has black color on #B7D48A background.


White color preview on #B7D48A background

This text has white color on #B7D48A background.