COLOR #C1ADD2

HEX: #C1ADD2 RGB: (193,173,210)

Color info

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

RGB color model

#C1ADD2 color RGB value is (193,173,210).

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

RGB channels and saturation

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

193
173
210

R + G + B ~ 75%. #C1ADD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 173 + 210 = 576 (100%)
R 193 of 576 ~ 33.51%
G 173 of 576 ~ 30.03%
B 210 of 576 ~ 36.46'%

%33.51
%30.03
%36.46

CMYK color model

#C1ADD2 color CMYK value is (8,18,0,18).

  • cyan value is 8.10%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (8,18,0,18)
C8M18Y0K18 (8%, 18%, 0%, 18%)
(0.08 / 0.18 / 0.00 / 0.18)

CMYK percentages

%8.1
%17.62
%0
%17.65

Codes

Color #C1ADD2 in popluar color models

C1 AD D2
RGB 193 173 210
HSL 272° 29.13% 75.10%
HSB/HSV 272° 17.62% 82.35%
CMYK 8.10% 17.62% 0.00%
17.65%

Color #C1ADD2 in popluar number systems.

HEX C1 AD D2
Decimal 193 173 210
Binary 11000001 10101101 11010010
Octal 301 255 322

Shades and tints

Shades of #C1ADD2

#C1ADD2
(193,173,210)
#B09EBF
(176,158,191)
#9F8FAC
(159,143,172)
#8E8099
(142,128,153)
#7D7186
(125,113,134)
#6C6273
(108,98,115)
#5B5360
(91,83,96)
#4A444D
(74,68,77)
#39353A
(57,53,58)
#282627
(40,38,39)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #C1ADD2

#C1ADD2
(193,173,210)
#C6B4D6
(198,180,214)
#CBBBDA
(203,187,218)
#D0C2DE
(208,194,222)
#D5C9E2
(213,201,226)
#DAD0E6
(218,208,230)
#DFD7EA
(223,215,234)
#E4DEEE
(228,222,238)
#E9E5F2
(233,229,242)
#EEECF6
(238,236,246)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ADD2; }

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

This text font color is #C1ADD2.

Background Color

.myBgColor { background-color: #C1ADD2; }

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

This div background color is #C1ADD2.

Border color

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

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

This div border color is #C1ADD2.

Opacity

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

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

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

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

This text has shadow with #C1ADD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1ADD2.

Preview

Color preview on black background

This text has color #C1ADD2 on black background.


Color preview on white background

This text has color #C1ADD2 on white background.


Black color preview on #C1ADD2 background

This text has black color on #C1ADD2 background.


White color preview on #C1ADD2 background

This text has white color on #C1ADD2 background.


Related colors

Complementary color

Complementary color for #hex is #3E522D.


I love getcolorcode.com

Triadic colors

1 #D2C1AD and #ADD2C1 with #C1ADD2 are triadic colors.

2 #D2ADC1 and #ADC1D2 with #C1ADD2 are triadic colors.