COLOR #B6D7BE

HEX: #B6D7BE
RGB: (182,215,190)

Color info

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

RGB color model

#B6D7BE color RGB value is (182,215,190).

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

RGB channels and saturation

R 182 of 255 = 71%
G 215 of 255 = 84%
B 190 of 255 = 75%

182
215
190

R + G + B ~ 77%. #B6D7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 215 + 190 = 587 (100%)
R 182 of 587 ~ 31.01%
G 215 of 587 ~ 36.63%
B 190 of 587 ~ 32.37%

%31.01
%36.63
%32.37

CMYK color model

#B6D7BE color CMYK value is (15,0,12,16).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(15,0,12,16)
C15M0Y12K16 
(15%,0%,12%,16%)
(0.15/0.00/0.12/0.16)	

CMYK percentages

%15.35
%0
%11.63
%15.69

Codes

Color #B6D7BE in popluar color models

B6D7BE
RGB182215190
HSL135°29.20%77.84%
HSB/HSV135°15.35%84.31%
CMYK15.35%0.00%11.63%
15.69%

Color #B6D7BE in popluar number systems.

HEXB6D7BE
Decimal182215190
Binary101101101101011110111110
Octal266327276

Shades and tints

Shades of #B6D7BE

#B6D7BE
(182,215,190)
#A6C4AD
(166,196,173)
#96B19C
(150,177,156)
#869E8B
(134,158,139)
#768B7A
(118,139,122)
#667869
(102,120,105)
#566558
(86,101,88)
#465247
(70,82,71)
#363F36
(54,63,54)
#262C25
(38,44,37)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #B6D7BE

#B6D7BE
(182,215,190)
#BCDAC3
(188,218,195)
#C2DDC8
(194,221,200)
#C8E0CD
(200,224,205)
#CEE3D2
(206,227,210)
#D4E6D7
(212,230,215)
#DAE9DC
(218,233,220)
#E0ECE1
(224,236,225)
#E6EFE6
(230,239,230)
#ECF2EB
(236,242,235)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D7BE; }

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

This text font color is #B6D7BE.


Background Color

.myBgColor { background-color: #B6D7BE; }

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

This div background color is #B6D7BE.


Border color

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

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

This div border color is #B6D7BE.


Opacity

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

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

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

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

This text has shadow with #B6D7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D7BE on black background.


Color preview on white background

This text has color #B6D7BE on white background.



Black color preview on #B6D7BE background

This text has black color on #B6D7BE background.


White color preview on #B6D7BE background

This text has white color on #B6D7BE background.