COLOR #B5DD9F

HEX: #B5DD9F RGB: (181,221,159)

Color info

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

RGB color model

#B5DD9F color RGB value is (181,221,159).

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

RGB channels and saturation

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

181
221
159

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

Portions of RGB colors in percentages

R + G + B = 181 + 221 + 159 = 561 (100%)
R 181 of 561 ~ 32.26%
G 221 of 561 ~ 39.39%
B 159 of 561 ~ 28.34'%

%32.26
%39.39
%28.34

CMYK color model

#B5DD9F color CMYK value is (18,0,28,13).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 28.05%
  • key color value is 13.33%

CMYK: (18,0,28,13)
C18M0Y28K13 (18%, 0%, 28%, 13%)
(0.18 / 0.00 / 0.28 / 0.13)

CMYK percentages

%18.1
%0
%28.05
%13.33

Codes

Color #B5DD9F in popluar color models

B5 DD 9F
RGB 181 221 159
HSL 99° 47.69% 74.51%
HSB/HSV 99° 28.05% 86.67%
CMYK 18.10% 0.00% 28.05%
13.33%

Color #B5DD9F in popluar number systems.

HEX B5 DD 9F
Decimal 181 221 159
Binary 10110101 11011101 10011111
Octal 265 335 237

Shades and tints

Shades of #B5DD9F

#B5DD9F
(181,221,159)
#A5C991
(165,201,145)
#95B583
(149,181,131)
#85A175
(133,161,117)
#758D67
(117,141,103)
#657959
(101,121,89)
#55654B
(85,101,75)
#45513D
(69,81,61)
#353D2F
(53,61,47)
#252921
(37,41,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #B5DD9F

#B5DD9F
(181,221,159)
#BBE0A7
(187,224,167)
#C1E3AF
(193,227,175)
#C7E6B7
(199,230,183)
#CDE9BF
(205,233,191)
#D3ECC7
(211,236,199)
#D9EFCF
(217,239,207)
#DFF2D7
(223,242,215)
#E5F5DF
(229,245,223)
#EBF8E7
(235,248,231)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DD9F; }

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

This text font color is #B5DD9F.

Background Color

.myBgColor { background-color: #B5DD9F; }

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

This div background color is #B5DD9F.

Border color

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

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

This div border color is #B5DD9F.

Opacity

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

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

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

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

This text has shadow with #B5DD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DD9F.

Preview

Color preview on black background

This text has color #B5DD9F on black background.


Color preview on white background

This text has color #B5DD9F on white background.


Black color preview on #B5DD9F background

This text has black color on #B5DD9F background.


White color preview on #B5DD9F background

This text has white color on #B5DD9F background.


Related colors

Complementary color

Complementary color for #hex is #4A2260.


I love getcolorcode.com

Triadic colors

1 #9FB5DD and #DD9FB5 with #B5DD9F are triadic colors.

2 #9FDDB5 and #DDB59F with #B5DD9F are triadic colors.