COLOR #CA9EC7

HEX: #CA9EC7
RGB: (202,158,199)

Color info

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

RGB color model

#CA9EC7 color RGB value is (202,158,199).

  • red value is 202;
  • green value is 158;
  • blue value is 199.
RGB:
(202,158,199)
(79%,62%,78%)

RGB channels and saturation

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

202
158
199

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

Portions of RGB colors in percentages

R + G + B =
202 + 158 + 199 = 559 (100%)
R 202 of 559 ~ 36.14%
G 158 of 559 ~ 28.26%
B 199 of 559 ~ 35.6%

%36.14
%28.26
%35.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.78%
  • 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
%21.78
%1.49
%20.78

Codes

Color #CA9EC7 in popluar color models

CA9EC7
RGB202158199
HSL304°29.33%70.59%
HSB/HSV304°21.78%79.22%
CMYK0.00%21.78%1.49%
20.78%

Color #CA9EC7 in popluar number systems.

HEXCA9EC7
Decimal202158199
Binary110010101001111011000111
Octal312236307

Shades and tints

Shades of #CA9EC7

#CA9EC7
(202,158,199)
#B890B5
(184,144,181)
#A682A3
(166,130,163)
#947491
(148,116,145)
#82667F
(130,102,127)
#70586D
(112,88,109)
#5E4A5B
(94,74,91)
#4C3C49
(76,60,73)
#3A2E37
(58,46,55)
#282025
(40,32,37)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #CA9EC7

#CA9EC7
(202,158,199)
#CEA6CC
(206,166,204)
#D2AED1
(210,174,209)
#D6B6D6
(214,182,214)
#DABEDB
(218,190,219)
#DEC6E0
(222,198,224)
#E2CEE5
(226,206,229)
#E6D6EA
(230,214,234)
#EADEEF
(234,222,239)
#EEE6F4
(238,230,244)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9EC7; }

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

This text font color is #CA9EC7.


Background Color

.myBgColor { background-color: #CA9EC7; }

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

This div background color is #CA9EC7.


Border color

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

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

This div border color is #CA9EC7.


Opacity

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

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

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

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

This text has shadow with #CA9EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9EC7 on black background.


Color preview on white background

This text has color #CA9EC7 on white background.



Black color preview on #CA9EC7 background

This text has black color on #CA9EC7 background.


White color preview on #CA9EC7 background

This text has white color on #CA9EC7 background.