COLOR #B6D5CE

HEX: #B6D5CE
RGB: (182,213,206)

Color info

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

RGB color model

#B6D5CE color RGB value is (182,213,206).

  • red value is 182;
  • green value is 213;
  • blue value is 206.
RGB: (182,213,206) (71%,84%,81%)

RGB channels and saturation

R 182 of 255 = 71%
G 213 of 255 = 84%
B 206 of 255 = 81%

182
213
206

R + G + B ~ 79%. #B6D5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 213 + 206 = 601 (100%)
R 182 of 601 ~ 30.28%
G 213 of 601 ~ 35.44%
B 206 of 601 ~ 34.28%

%30.28
%35.44
%34.28

CMYK color model

#B6D5CE color CMYK value is (15,0,3,16).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%
CMYK: (15,0,3,16) C15M0Y3K16 (15%,0%,3%,16%) (0.15/0.00/0.03/0.16)

CMYK percentages

%14.55
%0
%3.29
%16.47

Codes

Color #B6D5CE in popluar color models

B6D5CE
RGB182213206
HSL166°26.96%77.45%
HSB/HSV166°14.55%83.53%
CMYK14.55%0.00%3.29%
16.47%

Color #B6D5CE in popluar number systems.

HEXB6D5CE
Decimal182213206
Binary101101101101010111001110
Octal266325316

Shades and tints

Shades of #B6D5CE

#B6D5CE
(182,213,206)
#A6C2BC
(166,194,188)
#96AFAA
(150,175,170)
#869C98
(134,156,152)
#768986
(118,137,134)
#667674
(102,118,116)
#566362
(86,99,98)
#465050
(70,80,80)
#363D3E
(54,61,62)
#262A2C
(38,42,44)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #B6D5CE

#B6D5CE
(182,213,206)
#BCD8D2
(188,216,210)
#C2DBD6
(194,219,214)
#C8DEDA
(200,222,218)
#CEE1DE
(206,225,222)
#D4E4E2
(212,228,226)
#DAE7E6
(218,231,230)
#E0EAEA
(224,234,234)
#E6EDEE
(230,237,238)
#ECF0F2
(236,240,242)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D5CE color. Also use rgb(182,213,206) instead hex code.

Text Font Color

.myTextColor { color: #B6D5CE; }

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

This text font color is #B6D5CE.


Background Color

.myBgColor { background-color: #B6D5CE; }

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

This div background color is #B6D5CE.


Border color

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

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

This div border color is #B6D5CE.


Opacity

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

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

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

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

This text has shadow with #B6D5CE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B6D5CE on black background.


Color preview on white background

This text has color #B6D5CE on white background.



Black color preview on #B6D5CE background

This text has black color on #B6D5CE background.


White color preview on #B6D5CE background

This text has white color on #B6D5CE background.