COLOR #B9CDAD

HEX: #B9CDAD
RGB: (185,205,173)

Color info

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

RGB color model

#B9CDAD color RGB value is (185,205,173).

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

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 173 of 255 = 68%

185
205
173

R + G + B ~ 74%. #B9CDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 205 + 173 = 563 (100%)
R 185 of 563 ~ 32.86%
G 205 of 563 ~ 36.41%
B 173 of 563 ~ 30.73%

%32.86
%36.41
%30.73

CMYK color model

#B9CDAD color CMYK value is (10,0,16,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 19.61%
CMYK:
(10,0,16,20)
C10M0Y16K20 
(10%,0%,16%,20%)
(0.10/0.00/0.16/0.20)	

CMYK percentages

%9.76
%0
%15.61
%19.61

Codes

Color #B9CDAD in popluar color models

B9CDAD
RGB185205173
HSL98°24.24%74.12%
HSB/HSV98°15.61%80.39%
CMYK9.76%0.00%15.61%
19.61%

Color #B9CDAD in popluar number systems.

HEXB9CDAD
Decimal185205173
Binary101110011100110110101101
Octal271315255

Shades and tints

Shades of #B9CDAD

#B9CDAD
(185,205,173)
#A9BB9E
(169,187,158)
#99A98F
(153,169,143)
#899780
(137,151,128)
#798571
(121,133,113)
#697362
(105,115,98)
#596153
(89,97,83)
#494F44
(73,79,68)
#393D35
(57,61,53)
#292B26
(41,43,38)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #B9CDAD

#B9CDAD
(185,205,173)
#BFD1B4
(191,209,180)
#C5D5BB
(197,213,187)
#CBD9C2
(203,217,194)
#D1DDC9
(209,221,201)
#D7E1D0
(215,225,208)
#DDE5D7
(221,229,215)
#E3E9DE
(227,233,222)
#E9EDE5
(233,237,229)
#EFF1EC
(239,241,236)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CDAD; }

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

This text font color is #B9CDAD.


Background Color

.myBgColor { background-color: #B9CDAD; }

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

This div background color is #B9CDAD.


Border color

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

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

This div border color is #B9CDAD.


Opacity

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

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

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

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

This text has shadow with #B9CDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CDAD on black background.


Color preview on white background

This text has color #B9CDAD on white background.



Black color preview on #B9CDAD background

This text has black color on #B9CDAD background.


White color preview on #B9CDAD background

This text has white color on #B9CDAD background.