COLOR #C1C7AD

HEX: #C1C7AD RGB: (193,199,173)

Color info

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

RGB color model

#C1C7AD color RGB value is (193,199,173).

RGB: (193,199,173) (76%, 78%, 68%)

RGB channels and saturation

R 193 of 255 = 76%
G 199 of 255 = 78%
B 173 of 255 = 68%

193
199
173

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

Portions of RGB colors in percentages

R + G + B = 193 + 199 + 173 = 565 (100%)
R 193 of 565 ~ 34.16%
G 199 of 565 ~ 35.22%
B 173 of 565 ~ 30.62'%

%34.16
%35.22
%30.62

CMYK color model

#C1C7AD color CMYK value is (3,0,13,22).

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK: (3,0,13,22) C3M0Y13K22 (3%,0%,13%,22%) (0.03/0.00/0.13/0.22) 

CMYK percentages

%3.02
%0
%13.07
%21.96

Codes

Color #C1C7AD in popluar color models

C1 C7 AD
RGB 193 199 173
HSL 74° 18.84% 72.94%
HSB/HSV 74° 13.07% 78.04%
CMYK 3.02% 0.00% 13.07%
21.96%

Color #C1C7AD in popluar number systems.

HEX C1 C7 AD
Decimal 193 199 173
Binary 11000001 11000111 10101101
Octal 301 307 255

Shades and tints

Shades of #C1C7AD

#C1C7AD
(193,199,173)
#B0B59E
(176,181,158)
#9FA38F
(159,163,143)
#8E9180
(142,145,128)
#7D7F71
(125,127,113)
#6C6D62
(108,109,98)
#5B5B53
(91,91,83)
#4A4944
(74,73,68)
#393735
(57,55,53)
#282526
(40,37,38)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #C1C7AD

#C1C7AD
(193,199,173)
#C6CCB4
(198,204,180)
#CBD1BB
(203,209,187)
#D0D6C2
(208,214,194)
#D5DBC9
(213,219,201)
#DAE0D0
(218,224,208)
#DFE5D7
(223,229,215)
#E4EADE
(228,234,222)
#E9EFE5
(233,239,229)
#EEF4EC
(238,244,236)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C7AD; }

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

This text font color is #C1C7AD.

Background Color

.myBgColor { background-color: #C1C7AD; }

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

This div background color is #C1C7AD.

Border color

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

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

This div border color is #C1C7AD.

Opacity

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

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

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

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

This text has shadow with #C1C7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C7AD.

Preview

Color preview on black background

This text has color #C1C7AD on black background.


Color preview on white background

This text has color #C1C7AD on white background.


Black color preview on #C1C7AD background

This text has black color on #C1C7AD background.


White color preview on #C1C7AD background

This text has white color on #C1C7AD background.


Related colors

Complementary color

Complementary color for #hex is #3E3852.


I love getcolorcode.com

Triadic colors

1 #ADC1C7 and #C7ADC1 with #C1C7AD are triadic colors.

2 #ADC7C1 and #C7C1AD with #C1C7AD are triadic colors.