COLOR #B5DABB

HEX: #B5DABB
RGB: (181,218,187)

Color info

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

RGB color model

#B5DABB color RGB value is (181,218,187).

  • red value is 181;
  • green value is 218;
  • blue value is 187.
RGB:
(181,218,187)
(71%,85%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 218 of 255 = 85%
B 187 of 255 = 73%

181
218
187

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

Portions of RGB colors in percentages

R + G + B =
181 + 218 + 187 = 586 (100%)
R 181 of 586 ~ 30.89%
G 218 of 586 ~ 37.2%
B 187 of 586 ~ 31.91%

%30.89
%37.2
%31.91

CMYK color model

#B5DABB color CMYK value is (17,0,14,15).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(17,0,14,15)
C17M0Y14K15 
(17%,0%,14%,15%)
(0.17/0.00/0.14/0.15)	

CMYK percentages

%16.97
%0
%14.22
%14.51

Codes

Color #B5DABB in popluar color models

B5DABB
RGB181218187
HSL130°33.33%78.24%
HSB/HSV130°16.97%85.49%
CMYK16.97%0.00%14.22%
14.51%

Color #B5DABB in popluar number systems.

HEXB5DABB
Decimal181218187
Binary101101011101101010111011
Octal265332273

Shades and tints

Shades of #B5DABB

#B5DABB
(181,218,187)
#A5C7AA
(165,199,170)
#95B499
(149,180,153)
#85A188
(133,161,136)
#758E77
(117,142,119)
#657B66
(101,123,102)
#556855
(85,104,85)
#455544
(69,85,68)
#354233
(53,66,51)
#252F22
(37,47,34)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #B5DABB

#B5DABB
(181,218,187)
#BBDDC1
(187,221,193)
#C1E0C7
(193,224,199)
#C7E3CD
(199,227,205)
#CDE6D3
(205,230,211)
#D3E9D9
(211,233,217)
#D9ECDF
(217,236,223)
#DFEFE5
(223,239,229)
#E5F2EB
(229,242,235)
#EBF5F1
(235,245,241)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DABB color. Also use rgb(181,218,187) instead hex code.

Text Font Color

.myTextColor { color: #B5DABB; }

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

This text font color is #B5DABB.


Background Color

.myBgColor { background-color: #B5DABB; }

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

This div background color is #B5DABB.


Border color

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

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

This div border color is #B5DABB.


Opacity

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

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

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

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

This text has shadow with #B5DABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DABB on black background.


Color preview on white background

This text has color #B5DABB on white background.



Black color preview on #B5DABB background

This text has black color on #B5DABB background.


White color preview on #B5DABB background

This text has white color on #B5DABB background.