COLOR #CA9DC7

HEX: #CA9DC7 RGB: (202,157,199)

Color info

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

RGB color model

#CA9DC7 color RGB value is (202,157,199).

RGB: (202,157,199) (79%, 62%, 78%)

RGB channels and saturation

R 202 of 255 = 79%
G 157 of 255 = 62%
B 199 of 255 = 78%

202
157
199

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

Portions of RGB colors in percentages

R + G + B = 202 + 157 + 199 = 558 (100%)
R 202 of 558 ~ 36.2%
G 157 of 558 ~ 28.14%
B 199 of 558 ~ 35.66'%

%36.2
%28.14
%35.66

CMYK color model

#CA9DC7 color CMYK value is (0,22,1,21).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 1.49%
  • key color value is 20.78%

CMYK: (0,22,1,21)
C0M22Y1K21 (0%, 22%, 1%, 21%)
(0.00 / 0.22 / 0.01 / 0.21)

CMYK percentages

%0
%22.28
%1.49
%20.78

Codes

Color #CA9DC7 in popluar color models

CA 9D C7
RGB 202 157 199
HSL 304° 29.80% 70.39%
HSB/HSV 304° 22.28% 79.22%
CMYK 0.00% 22.28% 1.49%
20.78%

Color #CA9DC7 in popluar number systems.

HEX CA 9D C7
Decimal 202 157 199
Binary 11001010 10011101 11000111
Octal 312 235 307

Shades and tints

Shades of #CA9DC7

#CA9DC7
(202,157,199)
#B88FB5
(184,143,181)
#A681A3
(166,129,163)
#947391
(148,115,145)
#82657F
(130,101,127)
#70576D
(112,87,109)
#5E495B
(94,73,91)
#4C3B49
(76,59,73)
#3A2D37
(58,45,55)
#281F25
(40,31,37)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #CA9DC7

#CA9DC7
(202,157,199)
#CEA5CC
(206,165,204)
#D2ADD1
(210,173,209)
#D6B5D6
(214,181,214)
#DABDDB
(218,189,219)
#DEC5E0
(222,197,224)
#E2CDE5
(226,205,229)
#E6D5EA
(230,213,234)
#EADDEF
(234,221,239)
#EEE5F4
(238,229,244)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9DC7 color. Also use rgb(202,157,199) instead hex code.

Text Font Color

.myTextColor { color: #CA9DC7; }

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

This text font color is #CA9DC7.

Background Color

.myBgColor { background-color: #CA9DC7; }

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

This div background color is #CA9DC7.

Border color

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

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

This div border color is #CA9DC7.

Opacity

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

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

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

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

This text has shadow with #CA9DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA9DC7.

Preview

Color preview on black background

This text has color #CA9DC7 on black background.


Color preview on white background

This text has color #CA9DC7 on white background.


Black color preview on #CA9DC7 background

This text has black color on #CA9DC7 background.


White color preview on #CA9DC7 background

This text has white color on #CA9DC7 background.


Related colors

Complementary color

Complementary color for #hex is #356238.


I love getcolorcode.com

Triadic colors

1 #C7CA9D and #9DC7CA with #CA9DC7 are triadic colors.

2 #C79DCA and #9DCAC7 with #CA9DC7 are triadic colors.