COLOR #B5D79D

HEX: #B5D79D RGB: (181,215,157)

Color info

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

RGB color model

#B5D79D color RGB value is (181,215,157).

RGB: (181,215,157) (71%, 84%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 215 of 255 = 84%
B 157 of 255 = 62%

181
215
157

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

Portions of RGB colors in percentages

R + G + B = 181 + 215 + 157 = 553 (100%)
R 181 of 553 ~ 32.73%
G 215 of 553 ~ 38.88%
B 157 of 553 ~ 28.39'%

%32.73
%38.88
%28.39

CMYK color model

#B5D79D color CMYK value is (16,0,27,16).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 15.69%

CMYK: (16,0,27,16)
C16M0Y27K16 (16%, 0%, 27%, 16%)
(0.16 / 0.00 / 0.27 / 0.16)

CMYK percentages

%15.81
%0
%26.98
%15.69

Codes

Color #B5D79D in popluar color models

B5 D7 9D
RGB 181 215 157
HSL 95° 42.03% 72.94%
HSB/HSV 95° 26.98% 84.31%
CMYK 15.81% 0.00% 26.98%
15.69%

Color #B5D79D in popluar number systems.

HEX B5 D7 9D
Decimal 181 215 157
Binary 10110101 11010111 10011101
Octal 265 327 235

Shades and tints

Shades of #B5D79D

#B5D79D
(181,215,157)
#A5C48F
(165,196,143)
#95B181
(149,177,129)
#859E73
(133,158,115)
#758B65
(117,139,101)
#657857
(101,120,87)
#556549
(85,101,73)
#45523B
(69,82,59)
#353F2D
(53,63,45)
#252C1F
(37,44,31)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #B5D79D

#B5D79D
(181,215,157)
#BBDAA5
(187,218,165)
#C1DDAD
(193,221,173)
#C7E0B5
(199,224,181)
#CDE3BD
(205,227,189)
#D3E6C5
(211,230,197)
#D9E9CD
(217,233,205)
#DFECD5
(223,236,213)
#E5EFDD
(229,239,221)
#EBF2E5
(235,242,229)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D79D color. Also use rgb(181,215,157) instead hex code.

Text Font Color

.myTextColor { color: #B5D79D; }

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

This text font color is #B5D79D.

Background Color

.myBgColor { background-color: #B5D79D; }

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

This div background color is #B5D79D.

Border color

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

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

This div border color is #B5D79D.

Opacity

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

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

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

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

This text has shadow with #B5D79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D79D.

Preview

Color preview on black background

This text has color #B5D79D on black background.


Color preview on white background

This text has color #B5D79D on white background.


Black color preview on #B5D79D background

This text has black color on #B5D79D background.


White color preview on #B5D79D background

This text has white color on #B5D79D background.


Related colors

Complementary color

Complementary color for #hex is #4A2862.


I love getcolorcode.com

Triadic colors

1 #9DB5D7 and #D79DB5 with #B5D79D are triadic colors.

2 #9DD7B5 and #D7B59D with #B5D79D are triadic colors.