COLOR #B6D5BB

HEX: #B6D5BB
RGB: (182,213,187)

Color info

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

RGB color model

#B6D5BB color RGB value is (182,213,187).

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

RGB channels and saturation

R 182 of 255 = 71%
G 213 of 255 = 84%
B 187 of 255 = 73%

182
213
187

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

Portions of RGB colors in percentages

R + G + B =
182 + 213 + 187 = 582 (100%)
R 182 of 582 ~ 31.27%
G 213 of 582 ~ 36.6%
B 187 of 582 ~ 32.13%

%31.27
%36.6
%32.13

CMYK color model

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

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

CMYK percentages

%14.55
%0
%12.21
%16.47

Codes

Color #B6D5BB in popluar color models

B6D5BB
RGB182213187
HSL130°26.96%77.45%
HSB/HSV130°14.55%83.53%
CMYK14.55%0.00%12.21%
16.47%

Color #B6D5BB in popluar number systems.

HEXB6D5BB
Decimal182213187
Binary101101101101010110111011
Octal266325273

Shades and tints

Shades of #B6D5BB

#B6D5BB
(182,213,187)
#A6C2AA
(166,194,170)
#96AF99
(150,175,153)
#869C88
(134,156,136)
#768977
(118,137,119)
#667666
(102,118,102)
#566355
(86,99,85)
#465044
(70,80,68)
#363D33
(54,61,51)
#262A22
(38,42,34)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #B6D5BB

#B6D5BB
(182,213,187)
#BCD8C1
(188,216,193)
#C2DBC7
(194,219,199)
#C8DECD
(200,222,205)
#CEE1D3
(206,225,211)
#D4E4D9
(212,228,217)
#DAE7DF
(218,231,223)
#E0EAE5
(224,234,229)
#E6EDEB
(230,237,235)
#ECF0F1
(236,240,241)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6D5BB; }

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

This text font color is #B6D5BB.


Background Color

.myBgColor { background-color: #B6D5BB; }

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

This div background color is #B6D5BB.


Border color

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

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

This div border color is #B6D5BB.


Opacity

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

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

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

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

This text has shadow with #B6D5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D5BB on black background.


Color preview on white background

This text has color #B6D5BB on white background.



Black color preview on #B6D5BB background

This text has black color on #B6D5BB background.


White color preview on #B6D5BB background

This text has white color on #B6D5BB background.