COLOR #B5D0BF

HEX: #B5D0BF
RGB: (181,208,191)

Color info

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

RGB color model

#B5D0BF color RGB value is (181,208,191).

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

RGB channels and saturation

R 181 of 255 = 71%
G 208 of 255 = 82%
B 191 of 255 = 75%

181
208
191

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

Portions of RGB colors in percentages

R + G + B =
181 + 208 + 191 = 580 (100%)
R 181 of 580 ~ 31.21%
G 208 of 580 ~ 35.86%
B 191 of 580 ~ 32.93%

%31.21
%35.86
%32.93

CMYK color model

#B5D0BF color CMYK value is (13,0,8,18).

  • cyan value is 12.98%
  • magenta value is 0.00%
  • yellow value is 8.17%
  • key color value is 18.43%
CMYK:
(13,0,8,18)
C13M0Y8K18 
(13%,0%,8%,18%)
(0.13/0.00/0.08/0.18)	

CMYK percentages

%12.98
%0
%8.17
%18.43

Codes

Color #B5D0BF in popluar color models

B5D0BF
RGB181208191
HSL142°22.31%76.27%
HSB/HSV142°12.98%81.57%
CMYK12.98%0.00%8.17%
18.43%

Color #B5D0BF in popluar number systems.

HEXB5D0BF
Decimal181208191
Binary101101011101000010111111
Octal265320277

Shades and tints

Shades of #B5D0BF

#B5D0BF
(181,208,191)
#A5BEAE
(165,190,174)
#95AC9D
(149,172,157)
#859A8C
(133,154,140)
#75887B
(117,136,123)
#65766A
(101,118,106)
#556459
(85,100,89)
#455248
(69,82,72)
#354037
(53,64,55)
#252E26
(37,46,38)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #B5D0BF

#B5D0BF
(181,208,191)
#BBD4C4
(187,212,196)
#C1D8C9
(193,216,201)
#C7DCCE
(199,220,206)
#CDE0D3
(205,224,211)
#D3E4D8
(211,228,216)
#D9E8DD
(217,232,221)
#DFECE2
(223,236,226)
#E5F0E7
(229,240,231)
#EBF4EC
(235,244,236)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D0BF; }

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

This text font color is #B5D0BF.


Background Color

.myBgColor { background-color: #B5D0BF; }

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

This div background color is #B5D0BF.


Border color

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

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

This div border color is #B5D0BF.


Opacity

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

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

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

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

This text has shadow with #B5D0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D0BF on black background.


Color preview on white background

This text has color #B5D0BF on white background.



Black color preview on #B5D0BF background

This text has black color on #B5D0BF background.


White color preview on #B5D0BF background

This text has white color on #B5D0BF background.