COLOR #B5DD9D

HEX: #B5DD9D RGB: (181,221,157)

Color info

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

RGB color model

#B5DD9D color RGB value is (181,221,157).

RGB: (181,221,157) (71%, 87%, 62%)

RGB channels and saturation

R 181 of 255 = 71%
G 221 of 255 = 87%
B 157 of 255 = 62%

181
221
157

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

Portions of RGB colors in percentages

R + G + B = 181 + 221 + 157 = 559 (100%)
R 181 of 559 ~ 32.38%
G 221 of 559 ~ 39.53%
B 157 of 559 ~ 28.09'%

%32.38
%39.53
%28.09

CMYK color model

#B5DD9D color CMYK value is (18,0,29,13).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 13.33%
CMYK: (18,0,29,13) C18M0Y29K13 (18%,0%,29%,13%) (0.18/0.00/0.29/0.13) 

CMYK percentages

%18.1
%0
%28.96
%13.33

Codes

Color #B5DD9D in popluar color models

B5 DD 9D
RGB 181 221 157
HSL 98° 48.48% 74.12%
HSB/HSV 98° 28.96% 86.67%
CMYK 18.10% 0.00% 28.96%
13.33%

Color #B5DD9D in popluar number systems.

HEX B5 DD 9D
Decimal 181 221 157
Binary 10110101 11011101 10011101
Octal 265 335 235

Shades and tints

Shades of #B5DD9D

#B5DD9D
(181,221,157)
#A5C98F
(165,201,143)
#95B581
(149,181,129)
#85A173
(133,161,115)
#758D65
(117,141,101)
#657957
(101,121,87)
#556549
(85,101,73)
#45513B
(69,81,59)
#353D2D
(53,61,45)
#25291F
(37,41,31)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #B5DD9D

#B5DD9D
(181,221,157)
#BBE0A5
(187,224,165)
#C1E3AD
(193,227,173)
#C7E6B5
(199,230,181)
#CDE9BD
(205,233,189)
#D3ECC5
(211,236,197)
#D9EFCD
(217,239,205)
#DFF2D5
(223,242,213)
#E5F5DD
(229,245,221)
#EBF8E5
(235,248,229)
#F1FBED
(241,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DD9D; }

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

This text font color is #B5DD9D.

Background Color

.myBgColor { background-color: #B5DD9D; }

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

This div background color is #B5DD9D.

Border color

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

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

This div border color is #B5DD9D.

Opacity

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

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

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

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

This text has shadow with #B5DD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DD9D.

Preview

Color preview on black background

This text has color #B5DD9D on black background.


Color preview on white background

This text has color #B5DD9D on white background.


Black color preview on #B5DD9D background

This text has black color on #B5DD9D background.


White color preview on #B5DD9D background

This text has white color on #B5DD9D background.


Related colors

Complementary color

Complementary color for #hex is #4A2262.


I love getcolorcode.com

Triadic colors

1 #9DB5DD and #DD9DB5 with #B5DD9D are triadic colors.

2 #9DDDB5 and #DDB59D with #B5DD9D are triadic colors.