COLOR #C1AD9C

HEX: #C1AD9C
RGB: (193,173,156)

Color info

#C1AD9C contains red, green and blue colors in about the same proportion. Web safe color of #C1AD9C is #CC9999 (or #C99).

RGB color model

#C1AD9C color RGB value is (193,173,156).

  • red value is 193;
  • green value is 173;
  • blue value is 156.
RGB:
(193,173,156)
(76%,68%,61%)

RGB channels and saturation

R 193 of 255 = 76%
G 173 of 255 = 68%
B 156 of 255 = 61%

193
173
156

R + G + B ~ 68%. #C1AD9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 173 + 156 = 522 (100%)
R 193 of 522 ~ 36.97%
G 173 of 522 ~ 33.14%
B 156 of 522 ~ 29.89%

%36.97
%33.14
%29.89

CMYK color model

#C1AD9C color CMYK value is (0,10,19,24).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 19.17%
  • key color value is 24.31%
CMYK:
(0,10,19,24)
C0M10Y19K24 
(0%,10%,19%,24%)
(0.00/0.10/0.19/0.24)	

CMYK percentages

%0
%10.36
%19.17
%24.31

Codes

Color #C1AD9C in popluar color models

C1AD9C
RGB193173156
HSL28°22.98%68.43%
HSB/HSV28°19.17%75.69%
CMYK0.00%10.36%19.17%
24.31%

Color #C1AD9C in popluar number systems.

HEXC1AD9C
Decimal193173156
Binary110000011010110110011100
Octal301255234

Shades and tints

Shades of #C1AD9C

#C1AD9C
(193,173,156)
#B09E8E
(176,158,142)
#9F8F80
(159,143,128)
#8E8072
(142,128,114)
#7D7164
(125,113,100)
#6C6256
(108,98,86)
#5B5348
(91,83,72)
#4A443A
(74,68,58)
#39352C
(57,53,44)
#28261E
(40,38,30)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #C1AD9C

#C1AD9C
(193,173,156)
#C6B4A5
(198,180,165)
#CBBBAE
(203,187,174)
#D0C2B7
(208,194,183)
#D5C9C0
(213,201,192)
#DAD0C9
(218,208,201)
#DFD7D2
(223,215,210)
#E4DEDB
(228,222,219)
#E9E5E4
(233,229,228)
#EEECED
(238,236,237)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AD9C color. Also use rgb(193,173,156) instead hex code.

Text Font Color

.myTextColor { color: #C1AD9C; }

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

This text font color is #C1AD9C.


Background Color

.myBgColor { background-color: #C1AD9C; }

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

This div background color is #C1AD9C.


Border color

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

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

This div border color is #C1AD9C.


Opacity

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

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

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

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

This text has shadow with #C1AD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AD9C on black background.


Color preview on white background

This text has color #C1AD9C on white background.



Black color preview on #C1AD9C background

This text has black color on #C1AD9C background.


White color preview on #C1AD9C background

This text has white color on #C1AD9C background.