COLOR #B5D2BC

HEX: #B5D2BC
RGB: (181,210,188)

Color info

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

RGB color model

#B5D2BC color RGB value is (181,210,188).

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

RGB channels and saturation

R 181 of 255 = 71%
G 210 of 255 = 82%
B 188 of 255 = 74%

181
210
188

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

Portions of RGB colors in percentages

R + G + B =
181 + 210 + 188 = 579 (100%)
R 181 of 579 ~ 31.26%
G 210 of 579 ~ 36.27%
B 188 of 579 ~ 32.47%

%31.26
%36.27
%32.47

CMYK color model

#B5D2BC color CMYK value is (14,0,10,18).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 17.65%
CMYK:
(14,0,10,18)
C14M0Y10K18 
(14%,0%,10%,18%)
(0.14/0.00/0.10/0.18)	

CMYK percentages

%13.81
%0
%10.48
%17.65

Codes

Color #B5D2BC in popluar color models

B5D2BC
RGB181210188
HSL134°24.37%76.67%
HSB/HSV134°13.81%82.35%
CMYK13.81%0.00%10.48%
17.65%

Color #B5D2BC in popluar number systems.

HEXB5D2BC
Decimal181210188
Binary101101011101001010111100
Octal265322274

Shades and tints

Shades of #B5D2BC

#B5D2BC
(181,210,188)
#A5BFAB
(165,191,171)
#95AC9A
(149,172,154)
#859989
(133,153,137)
#758678
(117,134,120)
#657367
(101,115,103)
#556056
(85,96,86)
#454D45
(69,77,69)
#353A34
(53,58,52)
#252723
(37,39,35)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5D2BC

#B5D2BC
(181,210,188)
#BBD6C2
(187,214,194)
#C1DAC8
(193,218,200)
#C7DECE
(199,222,206)
#CDE2D4
(205,226,212)
#D3E6DA
(211,230,218)
#D9EAE0
(217,234,224)
#DFEEE6
(223,238,230)
#E5F2EC
(229,242,236)
#EBF6F2
(235,246,242)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D2BC; }

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

This text font color is #B5D2BC.


Background Color

.myBgColor { background-color: #B5D2BC; }

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

This div background color is #B5D2BC.


Border color

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

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

This div border color is #B5D2BC.


Opacity

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

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

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

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

This text has shadow with #B5D2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D2BC on black background.


Color preview on white background

This text has color #B5D2BC on white background.



Black color preview on #B5D2BC background

This text has black color on #B5D2BC background.


White color preview on #B5D2BC background

This text has white color on #B5D2BC background.