COLOR #C1ADA9

HEX: #C1ADA9
RGB: (193,173,169)

Color info

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

RGB color model

#C1ADA9 color RGB value is (193,173,169).

  • red value is 193;
  • green value is 173;
  • blue value is 169.
RGB:
(193,173,169)
(76%,68%,66%)

RGB channels and saturation

R 193 of 255 = 76%
G 173 of 255 = 68%
B 169 of 255 = 66%

193
173
169

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

Portions of RGB colors in percentages

R + G + B =
193 + 173 + 169 = 535 (100%)
R 193 of 535 ~ 36.07%
G 173 of 535 ~ 32.34%
B 169 of 535 ~ 31.59%

%36.07
%32.34
%31.59

CMYK color model

#C1ADA9 color CMYK value is (0,10,12,24).

  • cyan value is 0.00%
  • magenta value is 10.36%
  • yellow value is 12.44%
  • key color value is 24.31%
CMYK:
(0,10,12,24)
C0M10Y12K24 
(0%,10%,12%,24%)
(0.00/0.10/0.12/0.24)	

CMYK percentages

%0
%10.36
%12.44
%24.31

Codes

Color #C1ADA9 in popluar color models

C1ADA9
RGB193173169
HSL10°16.22%70.98%
HSB/HSV10°12.44%75.69%
CMYK0.00%10.36%12.44%
24.31%

Color #C1ADA9 in popluar number systems.

HEXC1ADA9
Decimal193173169
Binary110000011010110110101001
Octal301255251

Shades and tints

Shades of #C1ADA9

#C1ADA9
(193,173,169)
#B09E9A
(176,158,154)
#9F8F8B
(159,143,139)
#8E807C
(142,128,124)
#7D716D
(125,113,109)
#6C625E
(108,98,94)
#5B534F
(91,83,79)
#4A4440
(74,68,64)
#393531
(57,53,49)
#282622
(40,38,34)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #C1ADA9

#C1ADA9
(193,173,169)
#C6B4B0
(198,180,176)
#CBBBB7
(203,187,183)
#D0C2BE
(208,194,190)
#D5C9C5
(213,201,197)
#DAD0CC
(218,208,204)
#DFD7D3
(223,215,211)
#E4DEDA
(228,222,218)
#E9E5E1
(233,229,225)
#EEECE8
(238,236,232)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ADA9; }

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

This text font color is #C1ADA9.


Background Color

.myBgColor { background-color: #C1ADA9; }

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

This div background color is #C1ADA9.


Border color

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

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

This div border color is #C1ADA9.


Opacity

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

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

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

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

This text has shadow with #C1ADA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ADA9 on black background.


Color preview on white background

This text has color #C1ADA9 on white background.



Black color preview on #C1ADA9 background

This text has black color on #C1ADA9 background.


White color preview on #C1ADA9 background

This text has white color on #C1ADA9 background.