COLOR #B5DA9D

HEX: #B5DA9D RGB: (181,218,157)

Color info

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

RGB color model

#B5DA9D color RGB value is (181,218,157).

RGB: (181,218,157) (71%, 85%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 218 of 255 = 85%
B 157 of 255 = 62%

181
218
157

R + G + B ~ 73%. #B5DA9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 218 + 157 = 556 (100%)
R 181 of 556 ~ 32.55%
G 218 of 556 ~ 39.21%
B 157 of 556 ~ 28.24'%

%32.55
%39.21
%28.24

CMYK color model

#B5DA9D color CMYK value is (17,0,28,15).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 14.51%

CMYK: (17,0,28,15)
C17M0Y28K15 (17%, 0%, 28%, 15%)
(0.17 / 0.00 / 0.28 / 0.15)

CMYK percentages

%16.97
%0
%27.98
%14.51

Codes

Color #B5DA9D in popluar color models

B5 DA 9D
RGB 181 218 157
HSL 96° 45.19% 73.53%
HSB/HSV 96° 27.98% 85.49%
CMYK 16.97% 0.00% 27.98%
14.51%

Color #B5DA9D in popluar number systems.

HEX B5 DA 9D
Decimal 181 218 157
Binary 10110101 11011010 10011101
Octal 265 332 235

Shades and tints

Shades of #B5DA9D

#B5DA9D
(181,218,157)
#A5C78F
(165,199,143)
#95B481
(149,180,129)
#85A173
(133,161,115)
#758E65
(117,142,101)
#657B57
(101,123,87)
#556849
(85,104,73)
#45553B
(69,85,59)
#35422D
(53,66,45)
#252F1F
(37,47,31)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #B5DA9D

#B5DA9D
(181,218,157)
#BBDDA5
(187,221,165)
#C1E0AD
(193,224,173)
#C7E3B5
(199,227,181)
#CDE6BD
(205,230,189)
#D3E9C5
(211,233,197)
#D9ECCD
(217,236,205)
#DFEFD5
(223,239,213)
#E5F2DD
(229,242,221)
#EBF5E5
(235,245,229)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DA9D; }

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

This text font color is #B5DA9D.

Background Color

.myBgColor { background-color: #B5DA9D; }

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

This div background color is #B5DA9D.

Border color

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

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

This div border color is #B5DA9D.

Opacity

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

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

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

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

This text has shadow with #B5DA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DA9D.

Preview

Color preview on black background

This text has color #B5DA9D on black background.


Color preview on white background

This text has color #B5DA9D on white background.


Black color preview on #B5DA9D background

This text has black color on #B5DA9D background.


White color preview on #B5DA9D background

This text has white color on #B5DA9D background.


Related colors

Complementary color

Complementary color for #hex is #4A2562.


I love getcolorcode.com

Triadic colors

1 #9DB5DA and #DA9DB5 with #B5DA9D are triadic colors.

2 #9DDAB5 and #DAB59D with #B5DA9D are triadic colors.