COLOR #B6CDAD

HEX: #B6CDAD
RGB: (182,205,173)

Color info

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

RGB color model

#B6CDAD color RGB value is (182,205,173).

  • red value is 182;
  • green value is 205;
  • blue value is 173.
RGB:
(182,205,173)
(71%,80%,68%)

RGB channels and saturation

R 182 of 255 = 71%
G 205 of 255 = 80%
B 173 of 255 = 68%

182
205
173

R + G + B ~ 73%. #B6CDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 205 + 173 = 560 (100%)
R 182 of 560 ~ 32.5%
G 205 of 560 ~ 36.61%
B 173 of 560 ~ 30.89%

%32.5
%36.61
%30.89

CMYK color model

#B6CDAD color CMYK value is (11,0,16,20).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 19.61%
CMYK:
(11,0,16,20)
C11M0Y16K20 
(11%,0%,16%,20%)
(0.11/0.00/0.16/0.20)	

CMYK percentages

%11.22
%0
%15.61
%19.61

Codes

Color #B6CDAD in popluar color models

B6CDAD
RGB182205173
HSL103°24.24%74.12%
HSB/HSV103°15.61%80.39%
CMYK11.22%0.00%15.61%
19.61%

Color #B6CDAD in popluar number systems.

HEXB6CDAD
Decimal182205173
Binary101101101100110110101101
Octal266315255

Shades and tints

Shades of #B6CDAD

#B6CDAD
(182,205,173)
#A6BB9E
(166,187,158)
#96A98F
(150,169,143)
#869780
(134,151,128)
#768571
(118,133,113)
#667362
(102,115,98)
#566153
(86,97,83)
#464F44
(70,79,68)
#363D35
(54,61,53)
#262B26
(38,43,38)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #B6CDAD

#B6CDAD
(182,205,173)
#BCD1B4
(188,209,180)
#C2D5BB
(194,213,187)
#C8D9C2
(200,217,194)
#CEDDC9
(206,221,201)
#D4E1D0
(212,225,208)
#DAE5D7
(218,229,215)
#E0E9DE
(224,233,222)
#E6EDE5
(230,237,229)
#ECF1EC
(236,241,236)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CDAD color. Also use rgb(182,205,173) instead hex code.

Text Font Color

.myTextColor { color: #B6CDAD; }

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

This text font color is #B6CDAD.


Background Color

.myBgColor { background-color: #B6CDAD; }

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

This div background color is #B6CDAD.


Border color

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

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

This div border color is #B6CDAD.


Opacity

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

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

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

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

This text has shadow with #B6CDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CDAD on black background.


Color preview on white background

This text has color #B6CDAD on white background.



Black color preview on #B6CDAD background

This text has black color on #B6CDAD background.


White color preview on #B6CDAD background

This text has white color on #B6CDAD background.