COLOR #B6D7B8

HEX: #B6D7B8
RGB: (182,215,184)

Color info

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

RGB color model

#B6D7B8 color RGB value is (182,215,184).

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

RGB channels and saturation

R 182 of 255 = 71%
G 215 of 255 = 84%
B 184 of 255 = 72%

182
215
184

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

Portions of RGB colors in percentages

R + G + B =
182 + 215 + 184 = 581 (100%)
R 182 of 581 ~ 31.33%
G 215 of 581 ~ 37.01%
B 184 of 581 ~ 31.67%

%31.33
%37.01
%31.67

CMYK color model

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

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

CMYK percentages

%15.35
%0
%14.42
%15.69

Codes

Color #B6D7B8 in popluar color models

B6D7B8
RGB182215184
HSL124°29.20%77.84%
HSB/HSV124°15.35%84.31%
CMYK15.35%0.00%14.42%
15.69%

Color #B6D7B8 in popluar number systems.

HEXB6D7B8
Decimal182215184
Binary101101101101011110111000
Octal266327270

Shades and tints

Shades of #B6D7B8

#B6D7B8
(182,215,184)
#A6C4A8
(166,196,168)
#96B198
(150,177,152)
#869E88
(134,158,136)
#768B78
(118,139,120)
#667868
(102,120,104)
#566558
(86,101,88)
#465248
(70,82,72)
#363F38
(54,63,56)
#262C28
(38,44,40)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #B6D7B8

#B6D7B8
(182,215,184)
#BCDABE
(188,218,190)
#C2DDC4
(194,221,196)
#C8E0CA
(200,224,202)
#CEE3D0
(206,227,208)
#D4E6D6
(212,230,214)
#DAE9DC
(218,233,220)
#E0ECE2
(224,236,226)
#E6EFE8
(230,239,232)
#ECF2EE
(236,242,238)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D7B8; }

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

This text font color is #B6D7B8.


Background Color

.myBgColor { background-color: #B6D7B8; }

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

This div background color is #B6D7B8.


Border color

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

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

This div border color is #B6D7B8.


Opacity

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

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

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

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

This text has shadow with #B6D7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D7B8 on black background.


Color preview on white background

This text has color #B6D7B8 on white background.



Black color preview on #B6D7B8 background

This text has black color on #B6D7B8 background.


White color preview on #B6D7B8 background

This text has white color on #B6D7B8 background.