COLOR #CA9ED2

HEX: #CA9ED2
RGB: (202,158,210)

Color info

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

RGB color model

#CA9ED2 color RGB value is (202,158,210).

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

RGB channels and saturation

R 202 of 255 = 79%
G 158 of 255 = 62%
B 210 of 255 = 82%

202
158
210

R + G + B ~ 74%. #CA9ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 158 + 210 = 570 (100%)
R 202 of 570 ~ 35.44%
G 158 of 570 ~ 27.72%
B 210 of 570 ~ 36.84%

%35.44
%27.72
%36.84

CMYK color model

#CA9ED2 color CMYK value is (4,25,0,18).

  • cyan value is 3.81%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(4,25,0,18)
C4M25Y0K18 
(4%,25%,0%,18%)
(0.04/0.25/0.00/0.18)	

CMYK percentages

%3.81
%24.76
%0
%17.65

Codes

Color #CA9ED2 in popluar color models

CA9ED2
RGB202158210
HSL291°36.62%72.16%
HSB/HSV291°24.76%82.35%
CMYK3.81%24.76%0.00%
17.65%

Color #CA9ED2 in popluar number systems.

HEXCA9ED2
Decimal202158210
Binary110010101001111011010010
Octal312236322

Shades and tints

Shades of #CA9ED2

#CA9ED2
(202,158,210)
#B890BF
(184,144,191)
#A682AC
(166,130,172)
#947499
(148,116,153)
#826686
(130,102,134)
#705873
(112,88,115)
#5E4A60
(94,74,96)
#4C3C4D
(76,60,77)
#3A2E3A
(58,46,58)
#282027
(40,32,39)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #CA9ED2

#CA9ED2
(202,158,210)
#CEA6D6
(206,166,214)
#D2AEDA
(210,174,218)
#D6B6DE
(214,182,222)
#DABEE2
(218,190,226)
#DEC6E6
(222,198,230)
#E2CEEA
(226,206,234)
#E6D6EE
(230,214,238)
#EADEF2
(234,222,242)
#EEE6F6
(238,230,246)
#F2EEFA
(242,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9ED2; }

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

This text font color is #CA9ED2.


Background Color

.myBgColor { background-color: #CA9ED2; }

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

This div background color is #CA9ED2.


Border color

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

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

This div border color is #CA9ED2.


Opacity

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

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

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

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

This text has shadow with #CA9ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9ED2 on black background.


Color preview on white background

This text has color #CA9ED2 on white background.



Black color preview on #CA9ED2 background

This text has black color on #CA9ED2 background.


White color preview on #CA9ED2 background

This text has white color on #CA9ED2 background.