COLOR #B5D0BB

HEX: #B5D0BB
RGB: (181,208,187)

Color info

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

RGB color model

#B5D0BB color RGB value is (181,208,187).

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

RGB channels and saturation

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

181
208
187

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

Portions of RGB colors in percentages

R + G + B =
181 + 208 + 187 = 576 (100%)
R 181 of 576 ~ 31.42%
G 208 of 576 ~ 36.11%
B 187 of 576 ~ 32.47%

%31.42
%36.11
%32.47

CMYK color model

#B5D0BB color CMYK value is (13,0,10,18).

  • cyan value is 12.98%
  • magenta value is 0.00%
  • yellow value is 10.10%
  • key color value is 18.43%
CMYK:
(13,0,10,18)
C13M0Y10K18 
(13%,0%,10%,18%)
(0.13/0.00/0.10/0.18)	

CMYK percentages

%12.98
%0
%10.1
%18.43

Codes

Color #B5D0BB in popluar color models

B5D0BB
RGB181208187
HSL133°22.31%76.27%
HSB/HSV133°12.98%81.57%
CMYK12.98%0.00%10.10%
18.43%

Color #B5D0BB in popluar number systems.

HEXB5D0BB
Decimal181208187
Binary101101011101000010111011
Octal265320273

Shades and tints

Shades of #B5D0BB

#B5D0BB
(181,208,187)
#A5BEAA
(165,190,170)
#95AC99
(149,172,153)
#859A88
(133,154,136)
#758877
(117,136,119)
#657666
(101,118,102)
#556455
(85,100,85)
#455244
(69,82,68)
#354033
(53,64,51)
#252E22
(37,46,34)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #B5D0BB

#B5D0BB
(181,208,187)
#BBD4C1
(187,212,193)
#C1D8C7
(193,216,199)
#C7DCCD
(199,220,205)
#CDE0D3
(205,224,211)
#D3E4D9
(211,228,217)
#D9E8DF
(217,232,223)
#DFECE5
(223,236,229)
#E5F0EB
(229,240,235)
#EBF4F1
(235,244,241)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D0BB; }

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

This text font color is #B5D0BB.


Background Color

.myBgColor { background-color: #B5D0BB; }

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

This div background color is #B5D0BB.


Border color

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

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

This div border color is #B5D0BB.


Opacity

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

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

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

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

This text has shadow with #B5D0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D0BB on black background.


Color preview on white background

This text has color #B5D0BB on white background.



Black color preview on #B5D0BB background

This text has black color on #B5D0BB background.


White color preview on #B5D0BB background

This text has white color on #B5D0BB background.