COLOR #CA8CD1

HEX: #CA8CD1
RGB: (202,140,209)

Color info

#CA8CD1 contains mainly red and blue colors. Web safe color of #CA8CD1 is #CC99CC (or #C9C).

RGB color model

#CA8CD1 color RGB value is (202,140,209).

  • red value is 202;
  • green value is 140;
  • blue value is 209.
RGB:
(202,140,209)
(79%,55%,82%)

RGB channels and saturation

R 202 of 255 = 79%
G 140 of 255 = 55%
B 209 of 255 = 82%

202
140
209

R + G + B ~ 72%. #CA8CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 140 + 209 = 551 (100%)
R 202 of 551 ~ 36.66%
G 140 of 551 ~ 25.41%
B 209 of 551 ~ 37.93%

%36.66
%25.41
%37.93

CMYK color model

#CA8CD1 color CMYK value is (3,33,0,18).

  • cyan value is 3.35%
  • magenta value is 33.01%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(3,33,0,18)
C3M33Y0K18 
(3%,33%,0%,18%)
(0.03/0.33/0.00/0.18)	

CMYK percentages

%3.35
%33.01
%0
%18.04

Codes

Color #CA8CD1 in popluar color models

CA8CD1
RGB202140209
HSL294°42.86%68.43%
HSB/HSV294°33.01%81.96%
CMYK3.35%33.01%0.00%
18.04%

Color #CA8CD1 in popluar number systems.

HEXCA8CD1
Decimal202140209
Binary110010101000110011010001
Octal312214321

Shades and tints

Shades of #CA8CD1

#CA8CD1
(202,140,209)
#B880BE
(184,128,190)
#A674AB
(166,116,171)
#946898
(148,104,152)
#825C85
(130,92,133)
#705072
(112,80,114)
#5E445F
(94,68,95)
#4C384C
(76,56,76)
#3A2C39
(58,44,57)
#282026
(40,32,38)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #CA8CD1

#CA8CD1
(202,140,209)
#CE96D5
(206,150,213)
#D2A0D9
(210,160,217)
#D6AADD
(214,170,221)
#DAB4E1
(218,180,225)
#DEBEE5
(222,190,229)
#E2C8E9
(226,200,233)
#E6D2ED
(230,210,237)
#EADCF1
(234,220,241)
#EEE6F5
(238,230,245)
#F2F0F9
(242,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA8CD1 color. Also use rgb(202,140,209) instead hex code.

Text Font Color

.myTextColor { color: #CA8CD1; }

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

This text font color is #CA8CD1.


Background Color

.myBgColor { background-color: #CA8CD1; }

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

This div background color is #CA8CD1.


Border color

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

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

This div border color is #CA8CD1.


Opacity

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

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

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

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

This text has shadow with #CA8CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8CD1 on black background.


Color preview on white background

This text has color #CA8CD1 on white background.



Black color preview on #CA8CD1 background

This text has black color on #CA8CD1 background.


White color preview on #CA8CD1 background

This text has white color on #CA8CD1 background.