COLOR #CA9DC2

HEX: #CA9DC2
RGB: (202,157,194)

Color info

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

RGB color model

#CA9DC2 color RGB value is (202,157,194).

  • red value is 202;
  • green value is 157;
  • blue value is 194.
RGB:
(202,157,194)
(79%,62%,76%)

RGB channels and saturation

R 202 of 255 = 79%
G 157 of 255 = 62%
B 194 of 255 = 76%

202
157
194

R + G + B ~ 72%. #CA9DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 157 + 194 = 553 (100%)
R 202 of 553 ~ 36.53%
G 157 of 553 ~ 28.39%
B 194 of 553 ~ 35.08%

%36.53
%28.39
%35.08

CMYK color model

#CA9DC2 color CMYK value is (0,22,4,21).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 3.96%
  • key color value is 20.78%
CMYK:
(0,22,4,21)
C0M22Y4K21 
(0%,22%,4%,21%)
(0.00/0.22/0.04/0.21)	

CMYK percentages

%0
%22.28
%3.96
%20.78

Codes

Color #CA9DC2 in popluar color models

CA9DC2
RGB202157194
HSL311°29.80%70.39%
HSB/HSV311°22.28%79.22%
CMYK0.00%22.28%3.96%
20.78%

Color #CA9DC2 in popluar number systems.

HEXCA9DC2
Decimal202157194
Binary110010101001110111000010
Octal312235302

Shades and tints

Shades of #CA9DC2

#CA9DC2
(202,157,194)
#B88FB1
(184,143,177)
#A681A0
(166,129,160)
#94738F
(148,115,143)
#82657E
(130,101,126)
#70576D
(112,87,109)
#5E495C
(94,73,92)
#4C3B4B
(76,59,75)
#3A2D3A
(58,45,58)
#281F29
(40,31,41)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #CA9DC2

#CA9DC2
(202,157,194)
#CEA5C7
(206,165,199)
#D2ADCC
(210,173,204)
#D6B5D1
(214,181,209)
#DABDD6
(218,189,214)
#DEC5DB
(222,197,219)
#E2CDE0
(226,205,224)
#E6D5E5
(230,213,229)
#EADDEA
(234,221,234)
#EEE5EF
(238,229,239)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9DC2; }

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

This text font color is #CA9DC2.


Background Color

.myBgColor { background-color: #CA9DC2; }

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

This div background color is #CA9DC2.


Border color

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

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

This div border color is #CA9DC2.


Opacity

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

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

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

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

This text has shadow with #CA9DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9DC2 on black background.


Color preview on white background

This text has color #CA9DC2 on white background.



Black color preview on #CA9DC2 background

This text has black color on #CA9DC2 background.


White color preview on #CA9DC2 background

This text has white color on #CA9DC2 background.