COLOR #C1ADC1

HEX: #C1ADC1 RGB: (193,173,193)

Color info

#C1ADC1 contains red, green and blue colors in about the same proportion. Web safe color of #C1ADC1 is #CC99CC (or #C9C).

RGB color model

#C1ADC1 color RGB value is (193,173,193).

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

RGB channels and saturation

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

193
173
193

R + G + B ~ 73%. #C1ADC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 173 + 193 = 559 (100%)
R 193 of 559 ~ 34.53%
G 173 of 559 ~ 30.95%
B 193 of 559 ~ 34.53'%

%34.53
%30.95
%34.53

CMYK color model

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

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

CMYK: (0,10,0,24)
C0M10Y0K24 (0%, 10%, 0%, 24%)
(0.00 / 0.10 / 0.00 / 0.24)

CMYK percentages

%0
%10.36
%0
%24.31

Codes

Color #C1ADC1 in popluar color models

C1 AD C1
RGB 193 173 193
HSL 300° 13.89% 71.76%
HSB/HSV 300° 10.36% 75.69%
CMYK 0.00% 10.36% 0.00%
24.31%

Color #C1ADC1 in popluar number systems.

HEX C1 AD C1
Decimal 193 173 193
Binary 11000001 10101101 11000001
Octal 301 255 301

Shades and tints

Shades of #C1ADC1

#C1ADC1
(193,173,193)
#B09EB0
(176,158,176)
#9F8F9F
(159,143,159)
#8E808E
(142,128,142)
#7D717D
(125,113,125)
#6C626C
(108,98,108)
#5B535B
(91,83,91)
#4A444A
(74,68,74)
#393539
(57,53,57)
#282628
(40,38,40)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #C1ADC1

#C1ADC1
(193,173,193)
#C6B4C6
(198,180,198)
#CBBBCB
(203,187,203)
#D0C2D0
(208,194,208)
#D5C9D5
(213,201,213)
#DAD0DA
(218,208,218)
#DFD7DF
(223,215,223)
#E4DEE4
(228,222,228)
#E9E5E9
(233,229,233)
#EEECEE
(238,236,238)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ADC1; }

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

This text font color is #C1ADC1.

Background Color

.myBgColor { background-color: #C1ADC1; }

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

This div background color is #C1ADC1.

Border color

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

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

This div border color is #C1ADC1.

Opacity

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

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

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

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

This text has shadow with #C1ADC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1ADC1.

Preview

Color preview on black background

This text has color #C1ADC1 on black background.


Color preview on white background

This text has color #C1ADC1 on white background.


Black color preview on #C1ADC1 background

This text has black color on #C1ADC1 background.


White color preview on #C1ADC1 background

This text has white color on #C1ADC1 background.


Related colors

Complementary color

Complementary color for #hex is #3E523E.


I love getcolorcode.com

Triadic colors

1 #C1C1AD and #ADC1C1 with #C1ADC1 are triadic colors.

2 #C1ADC1 and #ADC1C1 with #C1ADC1 are triadic colors.