COLOR #C1A4AF

HEX: #C1A4AF
RGB: (193,164,175)

Color info

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

RGB color model

#C1A4AF color RGB value is (193,164,175).

  • red value is 193;
  • green value is 164;
  • blue value is 175.
RGB:
(193,164,175)
(76%,64%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 164 of 255 = 64%
B 175 of 255 = 69%

193
164
175

R + G + B ~ 70%. #C1A4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 164 + 175 = 532 (100%)
R 193 of 532 ~ 36.28%
G 164 of 532 ~ 30.83%
B 175 of 532 ~ 32.89%

%36.28
%30.83
%32.89

CMYK color model

#C1A4AF color CMYK value is (0,15,9,24).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 9.33%
  • key color value is 24.31%
CMYK:
(0,15,9,24)
C0M15Y9K24 
(0%,15%,9%,24%)
(0.00/0.15/0.09/0.24)	

CMYK percentages

%0
%15.03
%9.33
%24.31

Codes

Color #C1A4AF in popluar color models

C1A4AF
RGB193164175
HSL337°18.95%70.00%
HSB/HSV337°15.03%75.69%
CMYK0.00%15.03%9.33%
24.31%

Color #C1A4AF in popluar number systems.

HEXC1A4AF
Decimal193164175
Binary110000011010010010101111
Octal301244257

Shades and tints

Shades of #C1A4AF

#C1A4AF
(193,164,175)
#B096A0
(176,150,160)
#9F8891
(159,136,145)
#8E7A82
(142,122,130)
#7D6C73
(125,108,115)
#6C5E64
(108,94,100)
#5B5055
(91,80,85)
#4A4246
(74,66,70)
#393437
(57,52,55)
#282628
(40,38,40)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #C1A4AF

#C1A4AF
(193,164,175)
#C6ACB6
(198,172,182)
#CBB4BD
(203,180,189)
#D0BCC4
(208,188,196)
#D5C4CB
(213,196,203)
#DACCD2
(218,204,210)
#DFD4D9
(223,212,217)
#E4DCE0
(228,220,224)
#E9E4E7
(233,228,231)
#EEECEE
(238,236,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A4AF; }

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

This text font color is #C1A4AF.


Background Color

.myBgColor { background-color: #C1A4AF; }

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

This div background color is #C1A4AF.


Border color

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

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

This div border color is #C1A4AF.


Opacity

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

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

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

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

This text has shadow with #C1A4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A4AF on black background.


Color preview on white background

This text has color #C1A4AF on white background.



Black color preview on #C1A4AF background

This text has black color on #C1A4AF background.


White color preview on #C1A4AF background

This text has white color on #C1A4AF background.