COLOR #B5D3CB

HEX: #B5D3CB
RGB: (181,211,203)

Color info

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

RGB color model

#B5D3CB color RGB value is (181,211,203).

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

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 203 of 255 = 80%

181
211
203

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

Portions of RGB colors in percentages

R + G + B =
181 + 211 + 203 = 595 (100%)
R 181 of 595 ~ 30.42%
G 211 of 595 ~ 35.46%
B 203 of 595 ~ 34.12%

%30.42
%35.46
%34.12

CMYK color model

#B5D3CB color CMYK value is (14,0,4,17).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 3.79%
  • key color value is 17.25%
CMYK:
(14,0,4,17)
C14M0Y4K17 
(14%,0%,4%,17%)
(0.14/0.00/0.04/0.17)	

CMYK percentages

%14.22
%0
%3.79
%17.25

Codes

Color #B5D3CB in popluar color models

B5D3CB
RGB181211203
HSL164°25.42%76.86%
HSB/HSV164°14.22%82.75%
CMYK14.22%0.00%3.79%
17.25%

Color #B5D3CB in popluar number systems.

HEXB5D3CB
Decimal181211203
Binary101101011101001111001011
Octal265323313

Shades and tints

Shades of #B5D3CB

#B5D3CB
(181,211,203)
#A5C0B9
(165,192,185)
#95ADA7
(149,173,167)
#859A95
(133,154,149)
#758783
(117,135,131)
#657471
(101,116,113)
#55615F
(85,97,95)
#454E4D
(69,78,77)
#353B3B
(53,59,59)
#252829
(37,40,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #B5D3CB

#B5D3CB
(181,211,203)
#BBD7CF
(187,215,207)
#C1DBD3
(193,219,211)
#C7DFD7
(199,223,215)
#CDE3DB
(205,227,219)
#D3E7DF
(211,231,223)
#D9EBE3
(217,235,227)
#DFEFE7
(223,239,231)
#E5F3EB
(229,243,235)
#EBF7EF
(235,247,239)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D3CB; }

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

This text font color is #B5D3CB.


Background Color

.myBgColor { background-color: #B5D3CB; }

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

This div background color is #B5D3CB.


Border color

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

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

This div border color is #B5D3CB.


Opacity

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

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

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

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

This text has shadow with #B5D3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D3CB on black background.


Color preview on white background

This text has color #B5D3CB on white background.



Black color preview on #B5D3CB background

This text has black color on #B5D3CB background.


White color preview on #B5D3CB background

This text has white color on #B5D3CB background.