COLOR #C1AD7D

HEX: #C1AD7D
RGB: (193,173,125)

Color info

#C1AD7D contains mainly red and green colors. Web safe color of #C1AD7D is #CC9966 (or #C96).

RGB color model

#C1AD7D color RGB value is (193,173,125).

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

RGB channels and saturation

R 193 of 255 = 76%
G 173 of 255 = 68%
B 125 of 255 = 49%

193
173
125

R + G + B ~ 64%. #C1AD7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 173 + 125 = 491 (100%)
R 193 of 491 ~ 39.31%
G 173 of 491 ~ 35.23%
B 125 of 491 ~ 25.46%

%39.31
%35.23
%25.46

CMYK color model

#C1AD7D color CMYK value is (0,10,35,24).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 35.23%
  • key color value is 24.31%
CMYK:
(0,10,35,24)
C0M10Y35K24 
(0%,10%,35%,24%)
(0.00/0.10/0.35/0.24)	

CMYK percentages

%0
%10.36
%35.23
%24.31

Codes

Color #C1AD7D in popluar color models

C1AD7D
RGB193173125
HSL42°35.42%62.35%
HSB/HSV42°35.23%75.69%
CMYK0.00%10.36%35.23%
24.31%

Color #C1AD7D in popluar number systems.

HEXC1AD7D
Decimal193173125
Binary11000001101011011111101
Octal301255175

Shades and tints

Shades of #C1AD7D

#C1AD7D
(193,173,125)
#B09E72
(176,158,114)
#9F8F67
(159,143,103)
#8E805C
(142,128,92)
#7D7151
(125,113,81)
#6C6246
(108,98,70)
#5B533B
(91,83,59)
#4A4430
(74,68,48)
#393525
(57,53,37)
#28261A
(40,38,26)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #C1AD7D

#C1AD7D
(193,173,125)
#C6B488
(198,180,136)
#CBBB93
(203,187,147)
#D0C29E
(208,194,158)
#D5C9A9
(213,201,169)
#DAD0B4
(218,208,180)
#DFD7BF
(223,215,191)
#E4DECA
(228,222,202)
#E9E5D5
(233,229,213)
#EEECE0
(238,236,224)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AD7D; }

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

This text font color is #C1AD7D.


Background Color

.myBgColor { background-color: #C1AD7D; }

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

This div background color is #C1AD7D.


Border color

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

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

This div border color is #C1AD7D.


Opacity

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

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

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

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

This text has shadow with #C1AD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AD7D on black background.


Color preview on white background

This text has color #C1AD7D on white background.



Black color preview on #C1AD7D background

This text has black color on #C1AD7D background.


White color preview on #C1AD7D background

This text has white color on #C1AD7D background.