COLOR #C1A4AD

HEX: #C1A4AD RGB: (193,164,173)

Color info

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

RGB color model

#C1A4AD color RGB value is (193,164,173).

RGB: (193,164,173) (76%, 64%, 68%)

RGB channels and saturation

R 193 of 255 = 76%
G 164 of 255 = 64%
B 173 of 255 = 68%

193
164
173

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

Portions of RGB colors in percentages

R + G + B = 193 + 164 + 173 = 530 (100%)
R 193 of 530 ~ 36.42%
G 164 of 530 ~ 30.94%
B 173 of 530 ~ 32.64'%

%36.42
%30.94
%32.64

CMYK color model

#C1A4AD color CMYK value is (0,15,10,24).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 10.36%
  • key color value is 24.31%

CMYK: (0,15,10,24)
C0M15Y10K24 (0%, 15%, 10%, 24%)
(0.00 / 0.15 / 0.10 / 0.24)

CMYK percentages

%0
%15.03
%10.36
%24.31

Codes

Color #C1A4AD in popluar color models

C1 A4 AD
RGB 193 164 173
HSL 341° 18.95% 70.00%
HSB/HSV 341° 15.03% 75.69%
CMYK 0.00% 15.03% 10.36%
24.31%

Color #C1A4AD in popluar number systems.

HEX C1 A4 AD
Decimal 193 164 173
Binary 11000001 10100100 10101101
Octal 301 244 255

Shades and tints

Shades of #C1A4AD

#C1A4AD
(193,164,173)
#B0969E
(176,150,158)
#9F888F
(159,136,143)
#8E7A80
(142,122,128)
#7D6C71
(125,108,113)
#6C5E62
(108,94,98)
#5B5053
(91,80,83)
#4A4244
(74,66,68)
#393435
(57,52,53)
#282626
(40,38,38)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #C1A4AD

#C1A4AD
(193,164,173)
#C6ACB4
(198,172,180)
#CBB4BB
(203,180,187)
#D0BCC2
(208,188,194)
#D5C4C9
(213,196,201)
#DACCD0
(218,204,208)
#DFD4D7
(223,212,215)
#E4DCDE
(228,220,222)
#E9E4E5
(233,228,229)
#EEECEC
(238,236,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1A4AD; }

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

This text font color is #C1A4AD.

Background Color

.myBgColor { background-color: #C1A4AD; }

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

This div background color is #C1A4AD.

Border color

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

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

This div border color is #C1A4AD.

Opacity

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

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

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

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

This text has shadow with #C1A4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1A4AD.

Preview

Color preview on black background

This text has color #C1A4AD on black background.


Color preview on white background

This text has color #C1A4AD on white background.


Black color preview on #C1A4AD background

This text has black color on #C1A4AD background.


White color preview on #C1A4AD background

This text has white color on #C1A4AD background.


Related colors

Complementary color

Complementary color for #hex is #3E5B52.


I love getcolorcode.com

Triadic colors

1 #ADC1A4 and #A4ADC1 with #C1A4AD are triadic colors.

2 #ADA4C1 and #A4C1AD with #C1A4AD are triadic colors.