COLOR #CA8EC7

HEX: #CA8EC7
RGB: (202,142,199)

Color info

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

RGB color model

#CA8EC7 color RGB value is (202,142,199).

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

RGB channels and saturation

R 202 of 255 = 79%
G 142 of 255 = 56%
B 199 of 255 = 78%

202
142
199

R + G + B ~ 71%. #CA8EC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 142 + 199 = 543 (100%)
R 202 of 543 ~ 37.2%
G 142 of 543 ~ 26.15%
B 199 of 543 ~ 36.65%

%37.2
%26.15
%36.65

CMYK color model

#CA8EC7 color CMYK value is (0,30,1,21).

  • cyan value is 0.00%
  • magenta value is 29.70%
  • yellow value is 1.49%
  • key color value is 20.78%
CMYK:
(0,30,1,21)
C0M30Y1K21 
(0%,30%,1%,21%)
(0.00/0.30/0.01/0.21)	

CMYK percentages

%0
%29.7
%1.49
%20.78

Codes

Color #CA8EC7 in popluar color models

CA8EC7
RGB202142199
HSL303°36.14%67.45%
HSB/HSV303°29.70%79.22%
CMYK0.00%29.70%1.49%
20.78%

Color #CA8EC7 in popluar number systems.

HEXCA8EC7
Decimal202142199
Binary110010101000111011000111
Octal312216307

Shades and tints

Shades of #CA8EC7

#CA8EC7
(202,142,199)
#B882B5
(184,130,181)
#A676A3
(166,118,163)
#946A91
(148,106,145)
#825E7F
(130,94,127)
#70526D
(112,82,109)
#5E465B
(94,70,91)
#4C3A49
(76,58,73)
#3A2E37
(58,46,55)
#282225
(40,34,37)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #CA8EC7

#CA8EC7
(202,142,199)
#CE98CC
(206,152,204)
#D2A2D1
(210,162,209)
#D6ACD6
(214,172,214)
#DAB6DB
(218,182,219)
#DEC0E0
(222,192,224)
#E2CAE5
(226,202,229)
#E6D4EA
(230,212,234)
#EADEEF
(234,222,239)
#EEE8F4
(238,232,244)
#F2F2F9
(242,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA8EC7; }

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

This text font color is #CA8EC7.


Background Color

.myBgColor { background-color: #CA8EC7; }

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

This div background color is #CA8EC7.


Border color

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

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

This div border color is #CA8EC7.


Opacity

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

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

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

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

This text has shadow with #CA8EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8EC7 on black background.


Color preview on white background

This text has color #CA8EC7 on white background.



Black color preview on #CA8EC7 background

This text has black color on #CA8EC7 background.


White color preview on #CA8EC7 background

This text has white color on #CA8EC7 background.