COLOR #B5D3BA

HEX: #B5D3BA
RGB: (181,211,186)

Color info

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

RGB color model

#B5D3BA color RGB value is (181,211,186).

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

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 186 of 255 = 73%

181
211
186

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

Portions of RGB colors in percentages

R + G + B =
181 + 211 + 186 = 578 (100%)
R 181 of 578 ~ 31.31%
G 211 of 578 ~ 36.51%
B 186 of 578 ~ 32.18%

%31.31
%36.51
%32.18

CMYK color model

#B5D3BA color CMYK value is (14,0,12,17).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 17.25%
CMYK:
(14,0,12,17)
C14M0Y12K17 
(14%,0%,12%,17%)
(0.14/0.00/0.12/0.17)	

CMYK percentages

%14.22
%0
%11.85
%17.25

Codes

Color #B5D3BA in popluar color models

B5D3BA
RGB181211186
HSL130°25.42%76.86%
HSB/HSV130°14.22%82.75%
CMYK14.22%0.00%11.85%
17.25%

Color #B5D3BA in popluar number systems.

HEXB5D3BA
Decimal181211186
Binary101101011101001110111010
Octal265323272

Shades and tints

Shades of #B5D3BA

#B5D3BA
(181,211,186)
#A5C0AA
(165,192,170)
#95AD9A
(149,173,154)
#859A8A
(133,154,138)
#75877A
(117,135,122)
#65746A
(101,116,106)
#55615A
(85,97,90)
#454E4A
(69,78,74)
#353B3A
(53,59,58)
#25282A
(37,40,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #B5D3BA

#B5D3BA
(181,211,186)
#BBD7C0
(187,215,192)
#C1DBC6
(193,219,198)
#C7DFCC
(199,223,204)
#CDE3D2
(205,227,210)
#D3E7D8
(211,231,216)
#D9EBDE
(217,235,222)
#DFEFE4
(223,239,228)
#E5F3EA
(229,243,234)
#EBF7F0
(235,247,240)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D3BA; }

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

This text font color is #B5D3BA.


Background Color

.myBgColor { background-color: #B5D3BA; }

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

This div background color is #B5D3BA.


Border color

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

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

This div border color is #B5D3BA.


Opacity

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

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

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

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

This text has shadow with #B5D3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D3BA on black background.


Color preview on white background

This text has color #B5D3BA on white background.



Black color preview on #B5D3BA background

This text has black color on #B5D3BA background.


White color preview on #B5D3BA background

This text has white color on #B5D3BA background.