COLOR #B6DBAE

HEX: #B6DBAE
RGB: (182,219,174)

Color info

#B6DBAE contains red, green and blue colors in about the same proportion. Web safe color of #B6DBAE is #CCCC99 (or #CC9).

RGB color model

#B6DBAE color RGB value is (182,219,174).

  • red value is 182;
  • green value is 219;
  • blue value is 174.
RGB:
(182,219,174)
(71%,86%,68%)

RGB channels and saturation

R 182 of 255 = 71%
G 219 of 255 = 86%
B 174 of 255 = 68%

182
219
174

R + G + B ~ 75%. #B6DBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 219 + 174 = 575 (100%)
R 182 of 575 ~ 31.65%
G 219 of 575 ~ 38.09%
B 174 of 575 ~ 30.26%

%31.65
%38.09
%30.26

CMYK color model

#B6DBAE color CMYK value is (17,0,21,14).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(17,0,21,14)
C17M0Y21K14 
(17%,0%,21%,14%)
(0.17/0.00/0.21/0.14)	

CMYK percentages

%16.89
%0
%20.55
%14.12

Codes

Color #B6DBAE in popluar color models

B6DBAE
RGB182219174
HSL109°38.46%77.06%
HSB/HSV109°20.55%85.88%
CMYK16.89%0.00%20.55%
14.12%

Color #B6DBAE in popluar number systems.

HEXB6DBAE
Decimal182219174
Binary101101101101101110101110
Octal266333256

Shades and tints

Shades of #B6DBAE

#B6DBAE
(182,219,174)
#A6C89F
(166,200,159)
#96B590
(150,181,144)
#86A281
(134,162,129)
#768F72
(118,143,114)
#667C63
(102,124,99)
#566954
(86,105,84)
#465645
(70,86,69)
#364336
(54,67,54)
#263027
(38,48,39)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #B6DBAE

#B6DBAE
(182,219,174)
#BCDEB5
(188,222,181)
#C2E1BC
(194,225,188)
#C8E4C3
(200,228,195)
#CEE7CA
(206,231,202)
#D4EAD1
(212,234,209)
#DAEDD8
(218,237,216)
#E0F0DF
(224,240,223)
#E6F3E6
(230,243,230)
#ECF6ED
(236,246,237)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6DBAE color. Also use rgb(182,219,174) instead hex code.

Text Font Color

.myTextColor { color: #B6DBAE; }

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

This text font color is #B6DBAE.


Background Color

.myBgColor { background-color: #B6DBAE; }

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

This div background color is #B6DBAE.


Border color

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

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

This div border color is #B6DBAE.


Opacity

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

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

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

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

This text has shadow with #B6DBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6DBAE on black background.


Color preview on white background

This text has color #B6DBAE on white background.



Black color preview on #B6DBAE background

This text has black color on #B6DBAE background.


White color preview on #B6DBAE background

This text has white color on #B6DBAE background.