COLOR #B5DDB1

HEX: #B5DDB1 RGB: (181,221,177)

Color info

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

RGB color model

#B5DDB1 color RGB value is (181,221,177).

RGB: (181,221,177) (71%, 87%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 221 of 255 = 87%
B 177 of 255 = 69%

181
221
177

R + G + B ~ 76%. #B5DDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 221 + 177 = 579 (100%)
R 181 of 579 ~ 31.26%
G 221 of 579 ~ 38.17%
B 177 of 579 ~ 30.57'%

%31.26
%38.17
%30.57

CMYK color model

#B5DDB1 color CMYK value is (18,0,20,13).

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

CMYK: (18,0,20,13)
C18M0Y20K13 (18%, 0%, 20%, 13%)
(0.18 / 0.00 / 0.20 / 0.13)

CMYK percentages

%18.1
%0
%19.91
%13.33

Codes

Color #B5DDB1 in popluar color models

B5 DD B1
RGB 181 221 177
HSL 115° 39.29% 78.04%
HSB/HSV 115° 19.91% 86.67%
CMYK 18.10% 0.00% 19.91%
13.33%

Color #B5DDB1 in popluar number systems.

HEX B5 DD B1
Decimal 181 221 177
Binary 10110101 11011101 10110001
Octal 265 335 261

Shades and tints

Shades of #B5DDB1

#B5DDB1
(181,221,177)
#A5C9A1
(165,201,161)
#95B591
(149,181,145)
#85A181
(133,161,129)
#758D71
(117,141,113)
#657961
(101,121,97)
#556551
(85,101,81)
#455141
(69,81,65)
#353D31
(53,61,49)
#252921
(37,41,33)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #B5DDB1

#B5DDB1
(181,221,177)
#BBE0B8
(187,224,184)
#C1E3BF
(193,227,191)
#C7E6C6
(199,230,198)
#CDE9CD
(205,233,205)
#D3ECD4
(211,236,212)
#D9EFDB
(217,239,219)
#DFF2E2
(223,242,226)
#E5F5E9
(229,245,233)
#EBF8F0
(235,248,240)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DDB1; }

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

This text font color is #B5DDB1.

Background Color

.myBgColor { background-color: #B5DDB1; }

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

This div background color is #B5DDB1.

Border color

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

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

This div border color is #B5DDB1.

Opacity

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

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

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

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

This text has shadow with #B5DDB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DDB1.

Preview

Color preview on black background

This text has color #B5DDB1 on black background.


Color preview on white background

This text has color #B5DDB1 on white background.


Black color preview on #B5DDB1 background

This text has black color on #B5DDB1 background.


White color preview on #B5DDB1 background

This text has white color on #B5DDB1 background.


Related colors

Complementary color

Complementary color for #hex is #4A224E.


I love getcolorcode.com

Triadic colors

1 #B1B5DD and #DDB1B5 with #B5DDB1 are triadic colors.

2 #B1DDB5 and #DDB5B1 with #B5DDB1 are triadic colors.