COLOR #B5DDB3

HEX: #B5DDB3
RGB: (181,221,179)

Color info

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

RGB color model

#B5DDB3 color RGB value is (181,221,179).

  • red value is 181;
  • green value is 221;
  • blue value is 179.
RGB:
(181,221,179)
(71%,87%,70%)

RGB channels and saturation

R 181 of 255 = 71%
G 221 of 255 = 87%
B 179 of 255 = 70%

181
221
179

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

Portions of RGB colors in percentages

R + G + B =
181 + 221 + 179 = 581 (100%)
R 181 of 581 ~ 31.15%
G 221 of 581 ~ 38.04%
B 179 of 581 ~ 30.81%

%31.15
%38.04
%30.81

CMYK color model

#B5DDB3 color CMYK value is (18,0,19,13).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 13.33%
CMYK:
(18,0,19,13)
C18M0Y19K13 
(18%,0%,19%,13%)
(0.18/0.00/0.19/0.13)	

CMYK percentages

%18.1
%0
%19
%13.33

Codes

Color #B5DDB3 in popluar color models

B5DDB3
RGB181221179
HSL117°38.18%78.43%
HSB/HSV117°19.00%86.67%
CMYK18.10%0.00%19.00%
13.33%

Color #B5DDB3 in popluar number systems.

HEXB5DDB3
Decimal181221179
Binary101101011101110110110011
Octal265335263

Shades and tints

Shades of #B5DDB3

#B5DDB3
(181,221,179)
#A5C9A3
(165,201,163)
#95B593
(149,181,147)
#85A183
(133,161,131)
#758D73
(117,141,115)
#657963
(101,121,99)
#556553
(85,101,83)
#455143
(69,81,67)
#353D33
(53,61,51)
#252923
(37,41,35)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #B5DDB3

#B5DDB3
(181,221,179)
#BBE0B9
(187,224,185)
#C1E3BF
(193,227,191)
#C7E6C5
(199,230,197)
#CDE9CB
(205,233,203)
#D3ECD1
(211,236,209)
#D9EFD7
(217,239,215)
#DFF2DD
(223,242,221)
#E5F5E3
(229,245,227)
#EBF8E9
(235,248,233)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DDB3; }

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

This text font color is #B5DDB3.


Background Color

.myBgColor { background-color: #B5DDB3; }

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

This div background color is #B5DDB3.


Border color

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

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

This div border color is #B5DDB3.


Opacity

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

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

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

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

This text has shadow with #B5DDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DDB3 on black background.


Color preview on white background

This text has color #B5DDB3 on white background.



Black color preview on #B5DDB3 background

This text has black color on #B5DDB3 background.


White color preview on #B5DDB3 background

This text has white color on #B5DDB3 background.