COLOR #B5D1BC

HEX: #B5D1BC
RGB: (181,209,188)

Color info

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

RGB color model

#B5D1BC color RGB value is (181,209,188).

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

RGB channels and saturation

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

181
209
188

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

Portions of RGB colors in percentages

R + G + B =
181 + 209 + 188 = 578 (100%)
R 181 of 578 ~ 31.31%
G 209 of 578 ~ 36.16%
B 188 of 578 ~ 32.53%

%31.31
%36.16
%32.53

CMYK color model

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

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

CMYK percentages

%13.4
%0
%10.05
%18.04

Codes

Color #B5D1BC in popluar color models

B5D1BC
RGB181209188
HSL135°23.33%76.47%
HSB/HSV135°13.40%81.96%
CMYK13.40%0.00%10.05%
18.04%

Color #B5D1BC in popluar number systems.

HEXB5D1BC
Decimal181209188
Binary101101011101000110111100
Octal265321274

Shades and tints

Shades of #B5D1BC

#B5D1BC
(181,209,188)
#A5BEAB
(165,190,171)
#95AB9A
(149,171,154)
#859889
(133,152,137)
#758578
(117,133,120)
#657267
(101,114,103)
#555F56
(85,95,86)
#454C45
(69,76,69)
#353934
(53,57,52)
#252623
(37,38,35)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #B5D1BC

#B5D1BC
(181,209,188)
#BBD5C2
(187,213,194)
#C1D9C8
(193,217,200)
#C7DDCE
(199,221,206)
#CDE1D4
(205,225,212)
#D3E5DA
(211,229,218)
#D9E9E0
(217,233,224)
#DFEDE6
(223,237,230)
#E5F1EC
(229,241,236)
#EBF5F2
(235,245,242)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D1BC; }

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

This text font color is #B5D1BC.


Background Color

.myBgColor { background-color: #B5D1BC; }

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

This div background color is #B5D1BC.


Border color

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

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

This div border color is #B5D1BC.


Opacity

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

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

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

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

This text has shadow with #B5D1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D1BC on black background.


Color preview on white background

This text has color #B5D1BC on white background.



Black color preview on #B5D1BC background

This text has black color on #B5D1BC background.


White color preview on #B5D1BC background

This text has white color on #B5D1BC background.