COLOR #B6D8C5

HEX: #B6D8C5
RGB: (182,216,197)

Color info

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

RGB color model

#B6D8C5 color RGB value is (182,216,197).

  • red value is 182;
  • green value is 216;
  • blue value is 197.
RGB: (182,216,197) (71%,85%,77%)

RGB channels and saturation

R 182 of 255 = 71%
G 216 of 255 = 85%
B 197 of 255 = 77%

182
216
197

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

Portions of RGB colors in percentages

R + G + B =
182 + 216 + 197 = 595 (100%)
R 182 of 595 ~ 30.59%
G 216 of 595 ~ 36.3%
B 197 of 595 ~ 33.11%

%30.59
%36.3
%33.11

CMYK color model

#B6D8C5 color CMYK value is (16,0,9,15).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 15.29%
CMYK: (16,0,9,15) C16M0Y9K15 (16%,0%,9%,15%) (0.16/0.00/0.09/0.15)

CMYK percentages

%15.74
%0
%8.8
%15.29

Codes

Color #B6D8C5 in popluar color models

B6D8C5
RGB182216197
HSL146°30.36%78.04%
HSB/HSV146°15.74%84.71%
CMYK15.74%0.00%8.80%
15.29%

Color #B6D8C5 in popluar number systems.

HEXB6D8C5
Decimal182216197
Binary101101101101100011000101
Octal266330305

Shades and tints

Shades of #B6D8C5

#B6D8C5
(182,216,197)
#A6C5B4
(166,197,180)
#96B2A3
(150,178,163)
#869F92
(134,159,146)
#768C81
(118,140,129)
#667970
(102,121,112)
#56665F
(86,102,95)
#46534E
(70,83,78)
#36403D
(54,64,61)
#262D2C
(38,45,44)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #B6D8C5

#B6D8C5
(182,216,197)
#BCDBCA
(188,219,202)
#C2DECF
(194,222,207)
#C8E1D4
(200,225,212)
#CEE4D9
(206,228,217)
#D4E7DE
(212,231,222)
#DAEAE3
(218,234,227)
#E0EDE8
(224,237,232)
#E6F0ED
(230,240,237)
#ECF3F2
(236,243,242)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D8C5 color. Also use rgb(182,216,197) instead hex code.

Text Font Color

.myTextColor { color: #B6D8C5; }

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

This text font color is #B6D8C5.


Background Color

.myBgColor { background-color: #B6D8C5; }

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

This div background color is #B6D8C5.


Border color

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

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

This div border color is #B6D8C5.


Opacity

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

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

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

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

This text has shadow with #B6D8C5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B6D8C5 on black background.


Color preview on white background

This text has color #B6D8C5 on white background.



Black color preview on #B6D8C5 background

This text has black color on #B6D8C5 background.


White color preview on #B6D8C5 background

This text has white color on #B6D8C5 background.