COLOR #B7D47C

HEX: #B7D47C RGB: (183,212,124)

Color info

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

RGB color model

#B7D47C color RGB value is (183,212,124).

RGB: (183,212,124) (72%, 83%, 49%)

RGB channels and saturation

R 183 of 255 = 72%
G 212 of 255 = 83%
B 124 of 255 = 49%

183
212
124

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

Portions of RGB colors in percentages

R + G + B = 183 + 212 + 124 = 519 (100%)
R 183 of 519 ~ 35.26%
G 212 of 519 ~ 40.85%
B 124 of 519 ~ 23.89'%

%35.26
%40.85
%23.89

CMYK color model

#B7D47C color CMYK value is (14,0,42,17).

  • cyan value is 13.68%
  • magenta value is 0.00%
  • yellow value is 41.51%
  • key color value is 16.86%

CMYK: (14,0,42,17)
C14M0Y42K17 (14%, 0%, 42%, 17%)
(0.14 / 0.00 / 0.42 / 0.17)

CMYK percentages

%13.68
%0
%41.51
%16.86

Codes

Color #B7D47C in popluar color models

B7 D4 7C
RGB 183 212 124
HSL 80° 50.57% 65.88%
HSB/HSV 80° 41.51% 83.14%
CMYK 13.68% 0.00% 41.51%
16.86%

Color #B7D47C in popluar number systems.

HEX B7 D4 7C
Decimal 183 212 124
Binary 10110111 11010100 1111100
Octal 267 324 174

Shades and tints

Shades of #B7D47C

#B7D47C
(183,212,124)
#A7C171
(167,193,113)
#97AE66
(151,174,102)
#879B5B
(135,155,91)
#778850
(119,136,80)
#677545
(103,117,69)
#57623A
(87,98,58)
#474F2F
(71,79,47)
#373C24
(55,60,36)
#272919
(39,41,25)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #B7D47C

#B7D47C
(183,212,124)
#BDD787
(189,215,135)
#C3DA92
(195,218,146)
#C9DD9D
(201,221,157)
#CFE0A8
(207,224,168)
#D5E3B3
(213,227,179)
#DBE6BE
(219,230,190)
#E1E9C9
(225,233,201)
#E7ECD4
(231,236,212)
#EDEFDF
(237,239,223)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D47C; }

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

This text font color is #B7D47C.

Background Color

.myBgColor { background-color: #B7D47C; }

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

This div background color is #B7D47C.

Border color

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

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

This div border color is #B7D47C.

Opacity

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

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

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

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

This text has shadow with #B7D47C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7D47C.

Preview

Color preview on black background

This text has color #B7D47C on black background.


Color preview on white background

This text has color #B7D47C on white background.


Black color preview on #B7D47C background

This text has black color on #B7D47C background.


White color preview on #B7D47C background

This text has white color on #B7D47C background.


Related colors

Complementary color

Complementary color for #hex is #482B83.


I love getcolorcode.com

Triadic colors

1 #7CB7D4 and #D47CB7 with #B7D47C are triadic colors.

2 #7CD4B7 and #D4B77C with #B7D47C are triadic colors.