COLOR #C1C9AD

HEX: #C1C9AD
RGB: (193,201,173)

Color info

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

RGB color model

#C1C9AD color RGB value is (193,201,173).

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

RGB channels and saturation

R 193 of 255 = 76%
G 201 of 255 = 79%
B 173 of 255 = 68%

193
201
173

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

Portions of RGB colors in percentages

R + G + B =
193 + 201 + 173 = 567 (100%)
R 193 of 567 ~ 34.04%
G 201 of 567 ~ 35.45%
B 173 of 567 ~ 30.51%

%34.04
%35.45
%30.51

CMYK color model

#C1C9AD color CMYK value is (4,0,14,21).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK:
(4,0,14,21)
C4M0Y14K21 
(4%,0%,14%,21%)
(0.04/0.00/0.14/0.21)	

CMYK percentages

%3.98
%0
%13.93
%21.18

Codes

Color #C1C9AD in popluar color models

C1C9AD
RGB193201173
HSL77°20.59%73.33%
HSB/HSV77°13.93%78.82%
CMYK3.98%0.00%13.93%
21.18%

Color #C1C9AD in popluar number systems.

HEXC1C9AD
Decimal193201173
Binary110000011100100110101101
Octal301311255

Shades and tints

Shades of #C1C9AD

#C1C9AD
(193,201,173)
#B0B79E
(176,183,158)
#9FA58F
(159,165,143)
#8E9380
(142,147,128)
#7D8171
(125,129,113)
#6C6F62
(108,111,98)
#5B5D53
(91,93,83)
#4A4B44
(74,75,68)
#393935
(57,57,53)
#282726
(40,39,38)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #C1C9AD

#C1C9AD
(193,201,173)
#C6CDB4
(198,205,180)
#CBD1BB
(203,209,187)
#D0D5C2
(208,213,194)
#D5D9C9
(213,217,201)
#DADDD0
(218,221,208)
#DFE1D7
(223,225,215)
#E4E5DE
(228,229,222)
#E9E9E5
(233,233,229)
#EEEDEC
(238,237,236)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C9AD; }

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

This text font color is #C1C9AD.


Background Color

.myBgColor { background-color: #C1C9AD; }

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

This div background color is #C1C9AD.


Border color

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

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

This div border color is #C1C9AD.


Opacity

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

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

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

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

This text has shadow with #C1C9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1C9AD on black background.


Color preview on white background

This text has color #C1C9AD on white background.



Black color preview on #C1C9AD background

This text has black color on #C1C9AD background.


White color preview on #C1C9AD background

This text has white color on #C1C9AD background.