COLOR #B5D6CB

HEX: #B5D6CB
RGB: (181,214,203)

Color info

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

RGB color model

#B5D6CB color RGB value is (181,214,203).

  • red value is 181;
  • green value is 214;
  • blue value is 203.
RGB:
(181,214,203)
(71%,84%,80%)

RGB channels and saturation

R 181 of 255 = 71%
G 214 of 255 = 84%
B 203 of 255 = 80%

181
214
203

R + G + B ~ 78%. #B5D6CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 214 + 203 = 598 (100%)
R 181 of 598 ~ 30.27%
G 214 of 598 ~ 35.79%
B 203 of 598 ~ 33.95%

%30.27
%35.79
%33.95

CMYK color model

#B5D6CB color CMYK value is (15,0,5,16).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 16.08%
CMYK:
(15,0,5,16)
C15M0Y5K16 
(15%,0%,5%,16%)
(0.15/0.00/0.05/0.16)	

CMYK percentages

%15.42
%0
%5.14
%16.08

Codes

Color #B5D6CB in popluar color models

B5D6CB
RGB181214203
HSL160°28.70%77.45%
HSB/HSV160°15.42%83.92%
CMYK15.42%0.00%5.14%
16.08%

Color #B5D6CB in popluar number systems.

HEXB5D6CB
Decimal181214203
Binary101101011101011011001011
Octal265326313

Shades and tints

Shades of #B5D6CB

#B5D6CB
(181,214,203)
#A5C3B9
(165,195,185)
#95B0A7
(149,176,167)
#859D95
(133,157,149)
#758A83
(117,138,131)
#657771
(101,119,113)
#55645F
(85,100,95)
#45514D
(69,81,77)
#353E3B
(53,62,59)
#252B29
(37,43,41)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #B5D6CB

#B5D6CB
(181,214,203)
#BBD9CF
(187,217,207)
#C1DCD3
(193,220,211)
#C7DFD7
(199,223,215)
#CDE2DB
(205,226,219)
#D3E5DF
(211,229,223)
#D9E8E3
(217,232,227)
#DFEBE7
(223,235,231)
#E5EEEB
(229,238,235)
#EBF1EF
(235,241,239)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D6CB color. Also use rgb(181,214,203) instead hex code.

Text Font Color

.myTextColor { color: #B5D6CB; }

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

This text font color is #B5D6CB.


Background Color

.myBgColor { background-color: #B5D6CB; }

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

This div background color is #B5D6CB.


Border color

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

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

This div border color is #B5D6CB.


Opacity

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

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

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

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

This text has shadow with #B5D6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D6CB on black background.


Color preview on white background

This text has color #B5D6CB on white background.



Black color preview on #B5D6CB background

This text has black color on #B5D6CB background.


White color preview on #B5D6CB background

This text has white color on #B5D6CB background.