COLOR #B7D473

HEX: #B7D473
RGB: (183,212,115)

Color info

#B7D473 contains mainly red and green colors. Web safe color of #B7D473 is #CCCC66 (or #CC6).

RGB color model

#B7D473 color RGB value is (183,212,115).

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

RGB channels and saturation

R 183 of 255 = 72%
G 212 of 255 = 83%
B 115 of 255 = 45%

183
212
115

R + G + B ~ 67%. #B7D473 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 212 + 115 = 510 (100%)
R 183 of 510 ~ 35.88%
G 212 of 510 ~ 41.57%
B 115 of 510 ~ 22.55%

%35.88
%41.57
%22.55

CMYK color model

#B7D473 color CMYK value is (14,0,46,17).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 45.75%
  • key color value is 16.86%
CMYK:
(14,0,46,17)
C14M0Y46K17 
(14%,0%,46%,17%)
(0.14/0.00/0.46/0.17)	

CMYK percentages

%13.68
%0
%45.75
%16.86

Codes

Color #B7D473 in popluar color models

B7D473
RGB183212115
HSL78°53.01%64.12%
HSB/HSV78°45.75%83.14%
CMYK13.68%0.00%45.75%
16.86%

Color #B7D473 in popluar number systems.

HEXB7D473
Decimal183212115
Binary10110111110101001110011
Octal267324163

Shades and tints

Shades of #B7D473

#B7D473
(183,212,115)
#A7C169
(167,193,105)
#97AE5F
(151,174,95)
#879B55
(135,155,85)
#77884B
(119,136,75)
#677541
(103,117,65)
#576237
(87,98,55)
#474F2D
(71,79,45)
#373C23
(55,60,35)
#272919
(39,41,25)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #B7D473

#B7D473
(183,212,115)
#BDD77F
(189,215,127)
#C3DA8B
(195,218,139)
#C9DD97
(201,221,151)
#CFE0A3
(207,224,163)
#D5E3AF
(213,227,175)
#DBE6BB
(219,230,187)
#E1E9C7
(225,233,199)
#E7ECD3
(231,236,211)
#EDEFDF
(237,239,223)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D473; }

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

This text font color is #B7D473.


Background Color

.myBgColor { background-color: #B7D473; }

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

This div background color is #B7D473.


Border color

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

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

This div border color is #B7D473.


Opacity

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

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

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

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

This text has shadow with #B7D473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D473 on black background.


Color preview on white background

This text has color #B7D473 on white background.



Black color preview on #B7D473 background

This text has black color on #B7D473 background.


White color preview on #B7D473 background

This text has white color on #B7D473 background.