COLOR #B6D6B7

HEX: #B6D6B7
RGB: (182,214,183)

Color info

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

RGB color model

#B6D6B7 color RGB value is (182,214,183).

  • red value is 182;
  • green value is 214;
  • blue value is 183.
RGB:
(182,214,183)
(71%,84%,72%)

RGB channels and saturation

R 182 of 255 = 71%
G 214 of 255 = 84%
B 183 of 255 = 72%

182
214
183

R + G + B ~ 76%. #B6D6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 214 + 183 = 579 (100%)
R 182 of 579 ~ 31.43%
G 214 of 579 ~ 36.96%
B 183 of 579 ~ 31.61%

%31.43
%36.96
%31.61

CMYK color model

#B6D6B7 color CMYK value is (15,0,14,16).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK:
(15,0,14,16)
C15M0Y14K16 
(15%,0%,14%,16%)
(0.15/0.00/0.14/0.16)	

CMYK percentages

%14.95
%0
%14.49
%16.08

Codes

Color #B6D6B7 in popluar color models

B6D6B7
RGB182214183
HSL122°28.07%77.65%
HSB/HSV122°14.95%83.92%
CMYK14.95%0.00%14.49%
16.08%

Color #B6D6B7 in popluar number systems.

HEXB6D6B7
Decimal182214183
Binary101101101101011010110111
Octal266326267

Shades and tints

Shades of #B6D6B7

#B6D6B7
(182,214,183)
#A6C3A7
(166,195,167)
#96B097
(150,176,151)
#869D87
(134,157,135)
#768A77
(118,138,119)
#667767
(102,119,103)
#566457
(86,100,87)
#465147
(70,81,71)
#363E37
(54,62,55)
#262B27
(38,43,39)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #B6D6B7

#B6D6B7
(182,214,183)
#BCD9BD
(188,217,189)
#C2DCC3
(194,220,195)
#C8DFC9
(200,223,201)
#CEE2CF
(206,226,207)
#D4E5D5
(212,229,213)
#DAE8DB
(218,232,219)
#E0EBE1
(224,235,225)
#E6EEE7
(230,238,231)
#ECF1ED
(236,241,237)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D6B7 color. Also use rgb(182,214,183) instead hex code.

Text Font Color

.myTextColor { color: #B6D6B7; }

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

This text font color is #B6D6B7.


Background Color

.myBgColor { background-color: #B6D6B7; }

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

This div background color is #B6D6B7.


Border color

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

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

This div border color is #B6D6B7.


Opacity

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

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

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

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

This text has shadow with #B6D6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D6B7 on black background.


Color preview on white background

This text has color #B6D6B7 on white background.



Black color preview on #B6D6B7 background

This text has black color on #B6D6B7 background.


White color preview on #B6D6B7 background

This text has white color on #B6D6B7 background.