COLOR #B5CDAD

HEX: #B5CDAD
RGB: (181,205,173)

Color info

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

RGB color model

#B5CDAD color RGB value is (181,205,173).

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

RGB channels and saturation

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

181
205
173

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

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 173 = 559 (100%)
R 181 of 559 ~ 32.38%
G 205 of 559 ~ 36.67%
B 173 of 559 ~ 30.95%

%32.38
%36.67
%30.95

CMYK color model

#B5CDAD color CMYK value is (12,0,16,20).

  • cyan value is 11.71%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 19.61%
CMYK:
(12,0,16,20)
C12M0Y16K20 
(12%,0%,16%,20%)
(0.12/0.00/0.16/0.20)	

CMYK percentages

%11.71
%0
%15.61
%19.61

Codes

Color #B5CDAD in popluar color models

B5CDAD
RGB181205173
HSL105°24.24%74.12%
HSB/HSV105°15.61%80.39%
CMYK11.71%0.00%15.61%
19.61%

Color #B5CDAD in popluar number systems.

HEXB5CDAD
Decimal181205173
Binary101101011100110110101101
Octal265315255

Shades and tints

Shades of #B5CDAD

#B5CDAD
(181,205,173)
#A5BB9E
(165,187,158)
#95A98F
(149,169,143)
#859780
(133,151,128)
#758571
(117,133,113)
#657362
(101,115,98)
#556153
(85,97,83)
#454F44
(69,79,68)
#353D35
(53,61,53)
#252B26
(37,43,38)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #B5CDAD

#B5CDAD
(181,205,173)
#BBD1B4
(187,209,180)
#C1D5BB
(193,213,187)
#C7D9C2
(199,217,194)
#CDDDC9
(205,221,201)
#D3E1D0
(211,225,208)
#D9E5D7
(217,229,215)
#DFE9DE
(223,233,222)
#E5EDE5
(229,237,229)
#EBF1EC
(235,241,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CDAD; }

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

This text font color is #B5CDAD.


Background Color

.myBgColor { background-color: #B5CDAD; }

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

This div background color is #B5CDAD.


Border color

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

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

This div border color is #B5CDAD.


Opacity

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

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

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

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

This text has shadow with #B5CDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDAD on black background.


Color preview on white background

This text has color #B5CDAD on white background.



Black color preview on #B5CDAD background

This text has black color on #B5CDAD background.


White color preview on #B5CDAD background

This text has white color on #B5CDAD background.