COLOR #B5D2CE

HEX: #B5D2CE
RGB: (181,210,206)

Color info

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

RGB color model

#B5D2CE color RGB value is (181,210,206).

  • red value is 181;
  • green value is 210;
  • blue value is 206.
RGB:
(181,210,206)
(71%,82%,81%)

RGB channels and saturation

R 181 of 255 = 71%
G 210 of 255 = 82%
B 206 of 255 = 81%

181
210
206

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

Portions of RGB colors in percentages

R + G + B =
181 + 210 + 206 = 597 (100%)
R 181 of 597 ~ 30.32%
G 210 of 597 ~ 35.18%
B 206 of 597 ~ 34.51%

%30.32
%35.18
%34.51

CMYK color model

#B5D2CE color CMYK value is (14,0,2,18).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.65%
CMYK:
(14,0,2,18)
C14M0Y2K18 
(14%,0%,2%,18%)
(0.14/0.00/0.02/0.18)	

CMYK percentages

%13.81
%0
%1.9
%17.65

Codes

Color #B5D2CE in popluar color models

B5D2CE
RGB181210206
HSL172°24.37%76.67%
HSB/HSV172°13.81%82.35%
CMYK13.81%0.00%1.90%
17.65%

Color #B5D2CE in popluar number systems.

HEXB5D2CE
Decimal181210206
Binary101101011101001011001110
Octal265322316

Shades and tints

Shades of #B5D2CE

#B5D2CE
(181,210,206)
#A5BFBC
(165,191,188)
#95ACAA
(149,172,170)
#859998
(133,153,152)
#758686
(117,134,134)
#657374
(101,115,116)
#556062
(85,96,98)
#454D50
(69,77,80)
#353A3E
(53,58,62)
#25272C
(37,39,44)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #B5D2CE

#B5D2CE
(181,210,206)
#BBD6D2
(187,214,210)
#C1DAD6
(193,218,214)
#C7DEDA
(199,222,218)
#CDE2DE
(205,226,222)
#D3E6E2
(211,230,226)
#D9EAE6
(217,234,230)
#DFEEEA
(223,238,234)
#E5F2EE
(229,242,238)
#EBF6F2
(235,246,242)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D2CE color. Also use rgb(181,210,206) instead hex code.

Text Font Color

.myTextColor { color: #B5D2CE; }

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

This text font color is #B5D2CE.


Background Color

.myBgColor { background-color: #B5D2CE; }

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

This div background color is #B5D2CE.


Border color

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

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

This div border color is #B5D2CE.


Opacity

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

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

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

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

This text has shadow with #B5D2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D2CE on black background.


Color preview on white background

This text has color #B5D2CE on white background.



Black color preview on #B5D2CE background

This text has black color on #B5D2CE background.


White color preview on #B5D2CE background

This text has white color on #B5D2CE background.