COLOR #CA9ED4

HEX: #CA9ED4
RGB: (202,158,212)

Color info

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

RGB color model

#CA9ED4 color RGB value is (202,158,212).

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

RGB channels and saturation

R 202 of 255 = 79%
G 158 of 255 = 62%
B 212 of 255 = 83%

202
158
212

R + G + B ~ 75%. #CA9ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 158 + 212 = 572 (100%)
R 202 of 572 ~ 35.31%
G 158 of 572 ~ 27.62%
B 212 of 572 ~ 37.06%

%35.31
%27.62
%37.06

CMYK color model

#CA9ED4 color CMYK value is (5,25,0,17).

  • cyan value is 4.72%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(5,25,0,17)
C5M25Y0K17 
(5%,25%,0%,17%)
(0.05/0.25/0.00/0.17)	

CMYK percentages

%4.72
%25.47
%0
%16.86

Codes

Color #CA9ED4 in popluar color models

CA9ED4
RGB202158212
HSL289°38.57%72.55%
HSB/HSV289°25.47%83.14%
CMYK4.72%25.47%0.00%
16.86%

Color #CA9ED4 in popluar number systems.

HEXCA9ED4
Decimal202158212
Binary110010101001111011010100
Octal312236324

Shades and tints

Shades of #CA9ED4

#CA9ED4
(202,158,212)
#B890C1
(184,144,193)
#A682AE
(166,130,174)
#94749B
(148,116,155)
#826688
(130,102,136)
#705875
(112,88,117)
#5E4A62
(94,74,98)
#4C3C4F
(76,60,79)
#3A2E3C
(58,46,60)
#282029
(40,32,41)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #CA9ED4

#CA9ED4
(202,158,212)
#CEA6D7
(206,166,215)
#D2AEDA
(210,174,218)
#D6B6DD
(214,182,221)
#DABEE0
(218,190,224)
#DEC6E3
(222,198,227)
#E2CEE6
(226,206,230)
#E6D6E9
(230,214,233)
#EADEEC
(234,222,236)
#EEE6EF
(238,230,239)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9ED4; }

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

This text font color is #CA9ED4.


Background Color

.myBgColor { background-color: #CA9ED4; }

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

This div background color is #CA9ED4.


Border color

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

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

This div border color is #CA9ED4.


Opacity

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

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

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

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

This text has shadow with #CA9ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9ED4 on black background.


Color preview on white background

This text has color #CA9ED4 on white background.



Black color preview on #CA9ED4 background

This text has black color on #CA9ED4 background.


White color preview on #CA9ED4 background

This text has white color on #CA9ED4 background.