COLOR #CA9CC9

HEX: #CA9CC9
RGB: (202,156,201)

Color info

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

RGB color model

#CA9CC9 color RGB value is (202,156,201).

  • red value is 202;
  • green value is 156;
  • blue value is 201.
RGB:
(202,156,201)
(79%,61%,79%)

RGB channels and saturation

R 202 of 255 = 79%
G 156 of 255 = 61%
B 201 of 255 = 79%

202
156
201

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

Portions of RGB colors in percentages

R + G + B =
202 + 156 + 201 = 559 (100%)
R 202 of 559 ~ 36.14%
G 156 of 559 ~ 27.91%
B 201 of 559 ~ 35.96%

%36.14
%27.91
%35.96

CMYK color model

#CA9CC9 color CMYK value is (0,23,0,21).

  • cyan value is 0.00%
  • magenta value is 22.77%
  • yellow value is 0.50%
  • key color value is 20.78%
CMYK:
(0,23,0,21)
C0M23Y0K21 
(0%,23%,0%,21%)
(0.00/0.23/0.00/0.21)	

CMYK percentages

%0
%22.77
%0.5
%20.78

Codes

Color #CA9CC9 in popluar color models

CA9CC9
RGB202156201
HSL301°30.26%70.20%
HSB/HSV301°22.77%79.22%
CMYK0.00%22.77%0.50%
20.78%

Color #CA9CC9 in popluar number systems.

HEXCA9CC9
Decimal202156201
Binary110010101001110011001001
Octal312234311

Shades and tints

Shades of #CA9CC9

#CA9CC9
(202,156,201)
#B88EB7
(184,142,183)
#A680A5
(166,128,165)
#947293
(148,114,147)
#826481
(130,100,129)
#70566F
(112,86,111)
#5E485D
(94,72,93)
#4C3A4B
(76,58,75)
#3A2C39
(58,44,57)
#281E27
(40,30,39)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #CA9CC9

#CA9CC9
(202,156,201)
#CEA5CD
(206,165,205)
#D2AED1
(210,174,209)
#D6B7D5
(214,183,213)
#DAC0D9
(218,192,217)
#DEC9DD
(222,201,221)
#E2D2E1
(226,210,225)
#E6DBE5
(230,219,229)
#EAE4E9
(234,228,233)
#EEEDED
(238,237,237)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9CC9 color. Also use rgb(202,156,201) instead hex code.

Text Font Color

.myTextColor { color: #CA9CC9; }

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

This text font color is #CA9CC9.


Background Color

.myBgColor { background-color: #CA9CC9; }

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

This div background color is #CA9CC9.


Border color

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

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

This div border color is #CA9CC9.


Opacity

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

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

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

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

This text has shadow with #CA9CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9CC9 on black background.


Color preview on white background

This text has color #CA9CC9 on white background.



Black color preview on #CA9CC9 background

This text has black color on #CA9CC9 background.


White color preview on #CA9CC9 background

This text has white color on #CA9CC9 background.