COLOR #B5DDBD

HEX: #B5DDBD
RGB: (181,221,189)

Color info

#B5DDBD contains red, green and blue colors in about the same proportion. Web safe color of #B5DDBD is #CCCCCC (or #CCC).

RGB color model

#B5DDBD color RGB value is (181,221,189).

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

RGB channels and saturation

R 181 of 255 = 71%
G 221 of 255 = 87%
B 189 of 255 = 74%

181
221
189

R + G + B ~ 77%. #B5DDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 221 + 189 = 591 (100%)
R 181 of 591 ~ 30.63%
G 221 of 591 ~ 37.39%
B 189 of 591 ~ 31.98%

%30.63
%37.39
%31.98

CMYK color model

#B5DDBD color CMYK value is (18,0,14,13).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(18,0,14,13)
C18M0Y14K13 
(18%,0%,14%,13%)
(0.18/0.00/0.14/0.13)	

CMYK percentages

%18.1
%0
%14.48
%13.33

Codes

Color #B5DDBD in popluar color models

B5DDBD
RGB181221189
HSL132°37.04%78.82%
HSB/HSV132°18.10%86.67%
CMYK18.10%0.00%14.48%
13.33%

Color #B5DDBD in popluar number systems.

HEXB5DDBD
Decimal181221189
Binary101101011101110110111101
Octal265335275

Shades and tints

Shades of #B5DDBD

#B5DDBD
(181,221,189)
#A5C9AC
(165,201,172)
#95B59B
(149,181,155)
#85A18A
(133,161,138)
#758D79
(117,141,121)
#657968
(101,121,104)
#556557
(85,101,87)
#455146
(69,81,70)
#353D35
(53,61,53)
#252924
(37,41,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #B5DDBD

#B5DDBD
(181,221,189)
#BBE0C3
(187,224,195)
#C1E3C9
(193,227,201)
#C7E6CF
(199,230,207)
#CDE9D5
(205,233,213)
#D3ECDB
(211,236,219)
#D9EFE1
(217,239,225)
#DFF2E7
(223,242,231)
#E5F5ED
(229,245,237)
#EBF8F3
(235,248,243)
#F1FBF9
(241,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DDBD; }

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

This text font color is #B5DDBD.


Background Color

.myBgColor { background-color: #B5DDBD; }

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

This div background color is #B5DDBD.


Border color

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

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

This div border color is #B5DDBD.


Opacity

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

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

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

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

This text has shadow with #B5DDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DDBD on black background.


Color preview on white background

This text has color #B5DDBD on white background.



Black color preview on #B5DDBD background

This text has black color on #B5DDBD background.


White color preview on #B5DDBD background

This text has white color on #B5DDBD background.