COLOR #C1ADA5

HEX: #C1ADA5 RGB: (193,173,165)

Color info

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

RGB color model

#C1ADA5 color RGB value is (193,173,165).

RGB: (193,173,165) (76%, 68%, 65%)

RGB channels and saturation

R 193 of 255 = 76%
G 173 of 255 = 68%
B 165 of 255 = 65%

193
173
165

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

Portions of RGB colors in percentages

R + G + B = 193 + 173 + 165 = 531 (100%)
R 193 of 531 ~ 36.35%
G 173 of 531 ~ 32.58%
B 165 of 531 ~ 31.07'%

%36.35
%32.58
%31.07

CMYK color model

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

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

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

CMYK percentages

%0
%10.36
%14.51
%24.31

Codes

Color #C1ADA5 in popluar color models

C1 AD A5
RGB 193 173 165
HSL 17° 18.42% 70.20%
HSB/HSV 17° 14.51% 75.69%
CMYK 0.00% 10.36% 14.51%
24.31%

Color #C1ADA5 in popluar number systems.

HEX C1 AD A5
Decimal 193 173 165
Binary 11000001 10101101 10100101
Octal 301 255 245

Shades and tints

Shades of #C1ADA5

#C1ADA5
(193,173,165)
#B09E96
(176,158,150)
#9F8F87
(159,143,135)
#8E8078
(142,128,120)
#7D7169
(125,113,105)
#6C625A
(108,98,90)
#5B534B
(91,83,75)
#4A443C
(74,68,60)
#39352D
(57,53,45)
#28261E
(40,38,30)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #C1ADA5

#C1ADA5
(193,173,165)
#C6B4AD
(198,180,173)
#CBBBB5
(203,187,181)
#D0C2BD
(208,194,189)
#D5C9C5
(213,201,197)
#DAD0CD
(218,208,205)
#DFD7D5
(223,215,213)
#E4DEDD
(228,222,221)
#E9E5E5
(233,229,229)
#EEECED
(238,236,237)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ADA5; }

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

This text font color is #C1ADA5.

Background Color

.myBgColor { background-color: #C1ADA5; }

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

This div background color is #C1ADA5.

Border color

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

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

This div border color is #C1ADA5.

Opacity

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

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

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

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

This text has shadow with #C1ADA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1ADA5.

Preview

Color preview on black background

This text has color #C1ADA5 on black background.


Color preview on white background

This text has color #C1ADA5 on white background.


Black color preview on #C1ADA5 background

This text has black color on #C1ADA5 background.


White color preview on #C1ADA5 background

This text has white color on #C1ADA5 background.


Related colors

Complementary color

Complementary color for #hex is #3E525A.


I love getcolorcode.com

Triadic colors

1 #A5C1AD and #ADA5C1 with #C1ADA5 are triadic colors.

2 #A5ADC1 and #ADC1A5 with #C1ADA5 are triadic colors.