COLOR #B6D5BE

HEX: #B6D5BE
RGB: (182,213,190)

Color info

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

RGB color model

#B6D5BE color RGB value is (182,213,190).

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

RGB channels and saturation

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

182
213
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 213 + 190 = 585 (100%)
R 182 of 585 ~ 31.11%
G 213 of 585 ~ 36.41%
B 190 of 585 ~ 32.48%

%31.11
%36.41
%32.48

CMYK color model

#B6D5BE color CMYK value is (15,0,11,16).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(15,0,11,16)
C15M0Y11K16 
(15%,0%,11%,16%)
(0.15/0.00/0.11/0.16)	

CMYK percentages

%14.55
%0
%10.8
%16.47

Codes

Color #B6D5BE in popluar color models

B6D5BE
RGB182213190
HSL135°26.96%77.45%
HSB/HSV135°14.55%83.53%
CMYK14.55%0.00%10.80%
16.47%

Color #B6D5BE in popluar number systems.

HEXB6D5BE
Decimal182213190
Binary101101101101010110111110
Octal266325276

Shades and tints

Shades of #B6D5BE

#B6D5BE
(182,213,190)
#A6C2AD
(166,194,173)
#96AF9C
(150,175,156)
#869C8B
(134,156,139)
#76897A
(118,137,122)
#667669
(102,118,105)
#566358
(86,99,88)
#465047
(70,80,71)
#363D36
(54,61,54)
#262A25
(38,42,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #B6D5BE

#B6D5BE
(182,213,190)
#BCD8C3
(188,216,195)
#C2DBC8
(194,219,200)
#C8DECD
(200,222,205)
#CEE1D2
(206,225,210)
#D4E4D7
(212,228,215)
#DAE7DC
(218,231,220)
#E0EAE1
(224,234,225)
#E6EDE6
(230,237,230)
#ECF0EB
(236,240,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D5BE; }

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

This text font color is #B6D5BE.


Background Color

.myBgColor { background-color: #B6D5BE; }

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

This div background color is #B6D5BE.


Border color

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

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

This div border color is #B6D5BE.


Opacity

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

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

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

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

This text has shadow with #B6D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D5BE on black background.


Color preview on white background

This text has color #B6D5BE on white background.



Black color preview on #B6D5BE background

This text has black color on #B6D5BE background.


White color preview on #B6D5BE background

This text has white color on #B6D5BE background.