COLOR #C1A7A7

HEX: #C1A7A7
RGB: (193,167,167)

Color info

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

RGB color model

#C1A7A7 color RGB value is (193,167,167).

  • red value is 193;
  • green value is 167;
  • blue value is 167.
RGB:
(193,167,167)
(76%,65%,65%)

RGB channels and saturation

R 193 of 255 = 76%
G 167 of 255 = 65%
B 167 of 255 = 65%

193
167
167

R + G + B ~ 69%. #C1A7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 167 + 167 = 527 (100%)
R 193 of 527 ~ 36.62%
G 167 of 527 ~ 31.69%
B 167 of 527 ~ 31.69%

%36.62
%31.69
%31.69

CMYK color model

#C1A7A7 color CMYK value is (0,13,13,24).

  • cyan value is 0.00%
  • magenta value is 13.47%
  • yellow value is 13.47%
  • key color value is 24.31%
CMYK:
(0,13,13,24)
C0M13Y13K24 
(0%,13%,13%,24%)
(0.00/0.13/0.13/0.24)	

CMYK percentages

%0
%13.47
%13.47
%24.31

Codes

Color #C1A7A7 in popluar color models

C1A7A7
RGB193167167
HSL17.33%70.59%
HSB/HSV13.47%75.69%
CMYK0.00%13.47%13.47%
24.31%

Color #C1A7A7 in popluar number systems.

HEXC1A7A7
Decimal193167167
Binary110000011010011110100111
Octal301247247

Shades and tints

Shades of #C1A7A7

#C1A7A7
(193,167,167)
#B09898
(176,152,152)
#9F8989
(159,137,137)
#8E7A7A
(142,122,122)
#7D6B6B
(125,107,107)
#6C5C5C
(108,92,92)
#5B4D4D
(91,77,77)
#4A3E3E
(74,62,62)
#392F2F
(57,47,47)
#282020
(40,32,32)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #C1A7A7

#C1A7A7
(193,167,167)
#C6AFAF
(198,175,175)
#CBB7B7
(203,183,183)
#D0BFBF
(208,191,191)
#D5C7C7
(213,199,199)
#DACFCF
(218,207,207)
#DFD7D7
(223,215,215)
#E4DFDF
(228,223,223)
#E9E7E7
(233,231,231)
#EEEFEF
(238,239,239)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A7A7; }

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

This text font color is #C1A7A7.


Background Color

.myBgColor { background-color: #C1A7A7; }

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

This div background color is #C1A7A7.


Border color

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

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

This div border color is #C1A7A7.


Opacity

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

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

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

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

This text has shadow with #C1A7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A7A7 on black background.


Color preview on white background

This text has color #C1A7A7 on white background.



Black color preview on #C1A7A7 background

This text has black color on #C1A7A7 background.


White color preview on #C1A7A7 background

This text has white color on #C1A7A7 background.