COLOR #B5DBBB

HEX: #B5DBBB
RGB: (181,219,187)

Color info

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

RGB color model

#B5DBBB color RGB value is (181,219,187).

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

RGB channels and saturation

R 181 of 255 = 71%
G 219 of 255 = 86%
B 187 of 255 = 73%

181
219
187

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

Portions of RGB colors in percentages

R + G + B =
181 + 219 + 187 = 587 (100%)
R 181 of 587 ~ 30.83%
G 219 of 587 ~ 37.31%
B 187 of 587 ~ 31.86%

%30.83
%37.31
%31.86

CMYK color model

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

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 14.12%
CMYK:
(17,0,15,14)
C17M0Y15K14 
(17%,0%,15%,14%)
(0.17/0.00/0.15/0.14)	

CMYK percentages

%17.35
%0
%14.61
%14.12

Codes

Color #B5DBBB in popluar color models

B5DBBB
RGB181219187
HSL129°34.55%78.43%
HSB/HSV129°17.35%85.88%
CMYK17.35%0.00%14.61%
14.12%

Color #B5DBBB in popluar number systems.

HEXB5DBBB
Decimal181219187
Binary101101011101101110111011
Octal265333273

Shades and tints

Shades of #B5DBBB

#B5DBBB
(181,219,187)
#A5C8AA
(165,200,170)
#95B599
(149,181,153)
#85A288
(133,162,136)
#758F77
(117,143,119)
#657C66
(101,124,102)
#556955
(85,105,85)
#455644
(69,86,68)
#354333
(53,67,51)
#253022
(37,48,34)
#151D11
(21,29,17)
#000000
(0,0,0)

Tints of #B5DBBB

#B5DBBB
(181,219,187)
#BBDEC1
(187,222,193)
#C1E1C7
(193,225,199)
#C7E4CD
(199,228,205)
#CDE7D3
(205,231,211)
#D3EAD9
(211,234,217)
#D9EDDF
(217,237,223)
#DFF0E5
(223,240,229)
#E5F3EB
(229,243,235)
#EBF6F1
(235,246,241)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DBBB; }

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

This text font color is #B5DBBB.


Background Color

.myBgColor { background-color: #B5DBBB; }

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

This div background color is #B5DBBB.


Border color

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

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

This div border color is #B5DBBB.


Opacity

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

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

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

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

This text has shadow with #B5DBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DBBB on black background.


Color preview on white background

This text has color #B5DBBB on white background.



Black color preview on #B5DBBB background

This text has black color on #B5DBBB background.


White color preview on #B5DBBB background

This text has white color on #B5DBBB background.