COLOR #CA9DED

HEX: #CA9DED
RGB: (202,157,237)

Color info

#CA9DED contains mainly red and blue colors. Web safe color of #CA9DED is #CC99FF (or #C9F).

RGB color model

#CA9DED color RGB value is (202,157,237).

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

RGB channels and saturation

R 202 of 255 = 79%
G 157 of 255 = 62%
B 237 of 255 = 93%

202
157
237

R + G + B ~ 78%. #CA9DED is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 157 + 237 = 596 (100%)
R 202 of 596 ~ 33.89%
G 157 of 596 ~ 26.34%
B 237 of 596 ~ 39.77%

%33.89
%26.34
%39.77

CMYK color model

#CA9DED color CMYK value is (15,34,0,7).

  • cyan value is 14.77%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(15,34,0,7)
C15M34Y0K7 
(15%,34%,0%,7%)
(0.15/0.34/0.00/0.07)	

CMYK percentages

%14.77
%33.76
%0
%7.06

Codes

Color #CA9DED in popluar color models

CA9DED
RGB202157237
HSL274°68.97%77.25%
HSB/HSV274°33.76%92.94%
CMYK14.77%33.76%0.00%
7.06%

Color #CA9DED in popluar number systems.

HEXCA9DED
Decimal202157237
Binary110010101001110111101101
Octal312235355

Shades and tints

Shades of #CA9DED

#CA9DED
(202,157,237)
#B88FD8
(184,143,216)
#A681C3
(166,129,195)
#9473AE
(148,115,174)
#826599
(130,101,153)
#705784
(112,87,132)
#5E496F
(94,73,111)
#4C3B5A
(76,59,90)
#3A2D45
(58,45,69)
#281F30
(40,31,48)
#16111B
(22,17,27)
#000000
(0,0,0)

Tints of #CA9DED

#CA9DED
(202,157,237)
#CEA5EE
(206,165,238)
#D2ADEF
(210,173,239)
#D6B5F0
(214,181,240)
#DABDF1
(218,189,241)
#DEC5F2
(222,197,242)
#E2CDF3
(226,205,243)
#E6D5F4
(230,213,244)
#EADDF5
(234,221,245)
#EEE5F6
(238,229,246)
#F2EDF7
(242,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9DED; }

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

This text font color is #CA9DED.


Background Color

.myBgColor { background-color: #CA9DED; }

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

This div background color is #CA9DED.


Border color

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

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

This div border color is #CA9DED.


Opacity

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

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

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

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

This text has shadow with #CA9DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9DED on black background.


Color preview on white background

This text has color #CA9DED on white background.



Black color preview on #CA9DED background

This text has black color on #CA9DED background.


White color preview on #CA9DED background

This text has white color on #CA9DED background.