COLOR #C2BA9D

HEX: #C2BA9D
RGB: (194,186,157)

Color info

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

RGB color model

#C2BA9D color RGB value is (194,186,157).

  • red value is 194;
  • green value is 186;
  • blue value is 157.
RGB:
(194,186,157)
(76%,73%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 186 of 255 = 73%
B 157 of 255 = 62%

194
186
157

R + G + B ~ 70%. #C2BA9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 186 + 157 = 537 (100%)
R 194 of 537 ~ 36.13%
G 186 of 537 ~ 34.64%
B 157 of 537 ~ 29.24%

%36.13
%34.64
%29.24

CMYK color model

#C2BA9D color CMYK value is (0,4,19,24).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 19.07%
  • key color value is 23.92%
CMYK:
(0,4,19,24)
C0M4Y19K24 
(0%,4%,19%,24%)
(0.00/0.04/0.19/0.24)	

CMYK percentages

%0
%4.12
%19.07
%23.92

Codes

Color #C2BA9D in popluar color models

C2BA9D
RGB194186157
HSL47°23.27%68.82%
HSB/HSV47°19.07%76.08%
CMYK0.00%4.12%19.07%
23.92%

Color #C2BA9D in popluar number systems.

HEXC2BA9D
Decimal194186157
Binary110000101011101010011101
Octal302272235

Shades and tints

Shades of #C2BA9D

#C2BA9D
(194,186,157)
#B1AA8F
(177,170,143)
#A09A81
(160,154,129)
#8F8A73
(143,138,115)
#7E7A65
(126,122,101)
#6D6A57
(109,106,87)
#5C5A49
(92,90,73)
#4B4A3B
(75,74,59)
#3A3A2D
(58,58,45)
#292A1F
(41,42,31)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #C2BA9D

#C2BA9D
(194,186,157)
#C7C0A5
(199,192,165)
#CCC6AD
(204,198,173)
#D1CCB5
(209,204,181)
#D6D2BD
(214,210,189)
#DBD8C5
(219,216,197)
#E0DECD
(224,222,205)
#E5E4D5
(229,228,213)
#EAEADD
(234,234,221)
#EFF0E5
(239,240,229)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2BA9D color. Also use rgb(194,186,157) instead hex code.

Text Font Color

.myTextColor { color: #C2BA9D; }

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

This text font color is #C2BA9D.


Background Color

.myBgColor { background-color: #C2BA9D; }

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

This div background color is #C2BA9D.


Border color

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

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

This div border color is #C2BA9D.


Opacity

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

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

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

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

This text has shadow with #C2BA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2BA9D on black background.


Color preview on white background

This text has color #C2BA9D on white background.



Black color preview on #C2BA9D background

This text has black color on #C2BA9D background.


White color preview on #C2BA9D background

This text has white color on #C2BA9D background.