COLOR #C1AD83

HEX: #C1AD83
RGB: (193,173,131)

Color info

#C1AD83 contains mainly red and green colors. Web safe color of #C1AD83 is #CC9999 (or #C99).

RGB color model

#C1AD83 color RGB value is (193,173,131).

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

RGB channels and saturation

R 193 of 255 = 76%
G 173 of 255 = 68%
B 131 of 255 = 51%

193
173
131

R + G + B ~ 65%. #C1AD83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 173 + 131 = 497 (100%)
R 193 of 497 ~ 38.83%
G 173 of 497 ~ 34.81%
B 131 of 497 ~ 26.36%

%38.83
%34.81
%26.36

CMYK color model

#C1AD83 color CMYK value is (0,10,32,24).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 32.12%
  • key color value is 24.31%
CMYK:
(0,10,32,24)
C0M10Y32K24 
(0%,10%,32%,24%)
(0.00/0.10/0.32/0.24)	

CMYK percentages

%0
%10.36
%32.12
%24.31

Codes

Color #C1AD83 in popluar color models

C1AD83
RGB193173131
HSL41°33.33%63.53%
HSB/HSV41°32.12%75.69%
CMYK0.00%10.36%32.12%
24.31%

Color #C1AD83 in popluar number systems.

HEXC1AD83
Decimal193173131
Binary110000011010110110000011
Octal301255203

Shades and tints

Shades of #C1AD83

#C1AD83
(193,173,131)
#B09E78
(176,158,120)
#9F8F6D
(159,143,109)
#8E8062
(142,128,98)
#7D7157
(125,113,87)
#6C624C
(108,98,76)
#5B5341
(91,83,65)
#4A4436
(74,68,54)
#39352B
(57,53,43)
#282620
(40,38,32)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #C1AD83

#C1AD83
(193,173,131)
#C6B48E
(198,180,142)
#CBBB99
(203,187,153)
#D0C2A4
(208,194,164)
#D5C9AF
(213,201,175)
#DAD0BA
(218,208,186)
#DFD7C5
(223,215,197)
#E4DED0
(228,222,208)
#E9E5DB
(233,229,219)
#EEECE6
(238,236,230)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1AD83; }

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

This text font color is #C1AD83.


Background Color

.myBgColor { background-color: #C1AD83; }

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

This div background color is #C1AD83.


Border color

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

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

This div border color is #C1AD83.


Opacity

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

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

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

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

This text has shadow with #C1AD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AD83 on black background.


Color preview on white background

This text has color #C1AD83 on white background.



Black color preview on #C1AD83 background

This text has black color on #C1AD83 background.


White color preview on #C1AD83 background

This text has white color on #C1AD83 background.