COLOR #CA97E6

HEX: #CA97E6
RGB: (202,151,230)

Color info

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

RGB color model

#CA97E6 color RGB value is (202,151,230).

  • red value is 202;
  • green value is 151;
  • blue value is 230.
RGB:
(202,151,230)
(79%,59%,90%)

RGB channels and saturation

R 202 of 255 = 79%
G 151 of 255 = 59%
B 230 of 255 = 90%

202
151
230

R + G + B ~ 76%. #CA97E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 151 + 230 = 583 (100%)
R 202 of 583 ~ 34.65%
G 151 of 583 ~ 25.9%
B 230 of 583 ~ 39.45%

%34.65
%25.9
%39.45

CMYK color model

#CA97E6 color CMYK value is (12,34,0,10).

  • cyan value is 12.17%
  • magenta value is 34.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(12,34,0,10)
C12M34Y0K10 
(12%,34%,0%,10%)
(0.12/0.34/0.00/0.10)	

CMYK percentages

%12.17
%34.35
%0
%9.8

Codes

Color #CA97E6 in popluar color models

CA97E6
RGB202151230
HSL279°61.24%74.71%
HSB/HSV279°34.35%90.20%
CMYK12.17%34.35%0.00%
9.80%

Color #CA97E6 in popluar number systems.

HEXCA97E6
Decimal202151230
Binary110010101001011111100110
Octal312227346

Shades and tints

Shades of #CA97E6

#CA97E6
(202,151,230)
#B88AD2
(184,138,210)
#A67DBE
(166,125,190)
#9470AA
(148,112,170)
#826396
(130,99,150)
#705682
(112,86,130)
#5E496E
(94,73,110)
#4C3C5A
(76,60,90)
#3A2F46
(58,47,70)
#282232
(40,34,50)
#16151E
(22,21,30)
#000000
(0,0,0)

Tints of #CA97E6

#CA97E6
(202,151,230)
#CEA0E8
(206,160,232)
#D2A9EA
(210,169,234)
#D6B2EC
(214,178,236)
#DABBEE
(218,187,238)
#DEC4F0
(222,196,240)
#E2CDF2
(226,205,242)
#E6D6F4
(230,214,244)
#EADFF6
(234,223,246)
#EEE8F8
(238,232,248)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA97E6 color. Also use rgb(202,151,230) instead hex code.

Text Font Color

.myTextColor { color: #CA97E6; }

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

This text font color is #CA97E6.


Background Color

.myBgColor { background-color: #CA97E6; }

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

This div background color is #CA97E6.


Border color

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

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

This div border color is #CA97E6.


Opacity

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

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

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

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

This text has shadow with #CA97E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA97E6 on black background.


Color preview on white background

This text has color #CA97E6 on white background.



Black color preview on #CA97E6 background

This text has black color on #CA97E6 background.


White color preview on #CA97E6 background

This text has white color on #CA97E6 background.