COLOR #B6D7CA

HEX: #B6D7CA
RGB: (182,215,202)

Color info

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

RGB color model

#B6D7CA color RGB value is (182,215,202).

  • red value is 182;
  • green value is 215;
  • blue value is 202.
RGB:
(182,215,202)
(71%,84%,79%)

RGB channels and saturation

R 182 of 255 = 71%
G 215 of 255 = 84%
B 202 of 255 = 79%

182
215
202

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

Portions of RGB colors in percentages

R + G + B =
182 + 215 + 202 = 599 (100%)
R 182 of 599 ~ 30.38%
G 215 of 599 ~ 35.89%
B 202 of 599 ~ 33.72%

%30.38
%35.89
%33.72

CMYK color model

#B6D7CA color CMYK value is (15,0,6,16).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 6.05%
  • key color value is 15.69%
CMYK:
(15,0,6,16)
C15M0Y6K16 
(15%,0%,6%,16%)
(0.15/0.00/0.06/0.16)	

CMYK percentages

%15.35
%0
%6.05
%15.69

Codes

Color #B6D7CA in popluar color models

B6D7CA
RGB182215202
HSL156°29.20%77.84%
HSB/HSV156°15.35%84.31%
CMYK15.35%0.00%6.05%
15.69%

Color #B6D7CA in popluar number systems.

HEXB6D7CA
Decimal182215202
Binary101101101101011111001010
Octal266327312

Shades and tints

Shades of #B6D7CA

#B6D7CA
(182,215,202)
#A6C4B8
(166,196,184)
#96B1A6
(150,177,166)
#869E94
(134,158,148)
#768B82
(118,139,130)
#667870
(102,120,112)
#56655E
(86,101,94)
#46524C
(70,82,76)
#363F3A
(54,63,58)
#262C28
(38,44,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #B6D7CA

#B6D7CA
(182,215,202)
#BCDACE
(188,218,206)
#C2DDD2
(194,221,210)
#C8E0D6
(200,224,214)
#CEE3DA
(206,227,218)
#D4E6DE
(212,230,222)
#DAE9E2
(218,233,226)
#E0ECE6
(224,236,230)
#E6EFEA
(230,239,234)
#ECF2EE
(236,242,238)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D7CA color. Also use rgb(182,215,202) instead hex code.

Text Font Color

.myTextColor { color: #B6D7CA; }

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

This text font color is #B6D7CA.


Background Color

.myBgColor { background-color: #B6D7CA; }

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

This div background color is #B6D7CA.


Border color

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

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

This div border color is #B6D7CA.


Opacity

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

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

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

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

This text has shadow with #B6D7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D7CA on black background.


Color preview on white background

This text has color #B6D7CA on white background.



Black color preview on #B6D7CA background

This text has black color on #B6D7CA background.


White color preview on #B6D7CA background

This text has white color on #B6D7CA background.