COLOR #B5D4C2

HEX: #B5D4C2
RGB: (181,212,194)

Color info

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

RGB color model

#B5D4C2 color RGB value is (181,212,194).

  • red value is 181;
  • green value is 212;
  • blue value is 194.
RGB:
(181,212,194)
(71%,83%,76%)

RGB channels and saturation

R 181 of 255 = 71%
G 212 of 255 = 83%
B 194 of 255 = 76%

181
212
194

R + G + B ~ 77%. #B5D4C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 212 + 194 = 587 (100%)
R 181 of 587 ~ 30.83%
G 212 of 587 ~ 36.12%
B 194 of 587 ~ 33.05%

%30.83
%36.12
%33.05

CMYK color model

#B5D4C2 color CMYK value is (15,0,8,17).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 8.49%
  • key color value is 16.86%
CMYK:
(15,0,8,17)
C15M0Y8K17 
(15%,0%,8%,17%)
(0.15/0.00/0.08/0.17)	

CMYK percentages

%14.62
%0
%8.49
%16.86

Codes

Color #B5D4C2 in popluar color models

B5D4C2
RGB181212194
HSL145°26.50%77.06%
HSB/HSV145°14.62%83.14%
CMYK14.62%0.00%8.49%
16.86%

Color #B5D4C2 in popluar number systems.

HEXB5D4C2
Decimal181212194
Binary101101011101010011000010
Octal265324302

Shades and tints

Shades of #B5D4C2

#B5D4C2
(181,212,194)
#A5C1B1
(165,193,177)
#95AEA0
(149,174,160)
#859B8F
(133,155,143)
#75887E
(117,136,126)
#65756D
(101,117,109)
#55625C
(85,98,92)
#454F4B
(69,79,75)
#353C3A
(53,60,58)
#252929
(37,41,41)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #B5D4C2

#B5D4C2
(181,212,194)
#BBD7C7
(187,215,199)
#C1DACC
(193,218,204)
#C7DDD1
(199,221,209)
#CDE0D6
(205,224,214)
#D3E3DB
(211,227,219)
#D9E6E0
(217,230,224)
#DFE9E5
(223,233,229)
#E5ECEA
(229,236,234)
#EBEFEF
(235,239,239)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D4C2 color. Also use rgb(181,212,194) instead hex code.

Text Font Color

.myTextColor { color: #B5D4C2; }

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

This text font color is #B5D4C2.


Background Color

.myBgColor { background-color: #B5D4C2; }

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

This div background color is #B5D4C2.


Border color

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

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

This div border color is #B5D4C2.


Opacity

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

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

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

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

This text has shadow with #B5D4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D4C2 on black background.


Color preview on white background

This text has color #B5D4C2 on white background.



Black color preview on #B5D4C2 background

This text has black color on #B5D4C2 background.


White color preview on #B5D4C2 background

This text has white color on #B5D4C2 background.