COLOR #B5D2BB

HEX: #B5D2BB
RGB: (181,210,187)

Color info

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

RGB color model

#B5D2BB color RGB value is (181,210,187).

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

RGB channels and saturation

R 181 of 255 = 71%
G 210 of 255 = 82%
B 187 of 255 = 73%

181
210
187

R + G + B ~ 75%. #B5D2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 210 + 187 = 578 (100%)
R 181 of 578 ~ 31.31%
G 210 of 578 ~ 36.33%
B 187 of 578 ~ 32.35%

%31.31
%36.33
%32.35

CMYK color model

#B5D2BB color CMYK value is (14,0,11,18).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(14,0,11,18)
C14M0Y11K18 
(14%,0%,11%,18%)
(0.14/0.00/0.11/0.18)	

CMYK percentages

%13.81
%0
%10.95
%17.65

Codes

Color #B5D2BB in popluar color models

B5D2BB
RGB181210187
HSL132°24.37%76.67%
HSB/HSV132°13.81%82.35%
CMYK13.81%0.00%10.95%
17.65%

Color #B5D2BB in popluar number systems.

HEXB5D2BB
Decimal181210187
Binary101101011101001010111011
Octal265322273

Shades and tints

Shades of #B5D2BB

#B5D2BB
(181,210,187)
#A5BFAA
(165,191,170)
#95AC99
(149,172,153)
#859988
(133,153,136)
#758677
(117,134,119)
#657366
(101,115,102)
#556055
(85,96,85)
#454D44
(69,77,68)
#353A33
(53,58,51)
#252722
(37,39,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #B5D2BB

#B5D2BB
(181,210,187)
#BBD6C1
(187,214,193)
#C1DAC7
(193,218,199)
#C7DECD
(199,222,205)
#CDE2D3
(205,226,211)
#D3E6D9
(211,230,217)
#D9EADF
(217,234,223)
#DFEEE5
(223,238,229)
#E5F2EB
(229,242,235)
#EBF6F1
(235,246,241)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D2BB; }

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

This text font color is #B5D2BB.


Background Color

.myBgColor { background-color: #B5D2BB; }

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

This div background color is #B5D2BB.


Border color

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

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

This div border color is #B5D2BB.


Opacity

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

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

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

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

This text has shadow with #B5D2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D2BB on black background.


Color preview on white background

This text has color #B5D2BB on white background.



Black color preview on #B5D2BB background

This text has black color on #B5D2BB background.


White color preview on #B5D2BB background

This text has white color on #B5D2BB background.