COLOR #CA97D9

HEX: #CA97D9 RGB: (202,151,217)

Color info

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

RGB color model

#CA97D9 color RGB value is (202,151,217).

RGB: (202,151,217) (79%, 59%, 85%)

RGB channels and saturation

R 202 of 255 = 79%
G 151 of 255 = 59%
B 217 of 255 = 85%

202
151
217

R + G + B ~ 74%. #CA97D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 151 + 217 = 570 (100%)
R 202 of 570 ~ 35.44%
G 151 of 570 ~ 26.49%
B 217 of 570 ~ 38.07'%

%35.44
%26.49
%38.07

CMYK color model

#CA97D9 color CMYK value is (7,30,0,15).

  • cyan value is 6.91%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (7,30,0,15)
C7M30Y0K15 (7%, 30%, 0%, 15%)
(0.07 / 0.30 / 0.00 / 0.15)

CMYK percentages

%6.91
%30.41
%0
%14.9

Codes

Color #CA97D9 in popluar color models

CA 97 D9
RGB 202 151 217
HSL 286° 46.48% 72.16%
HSB/HSV 286° 30.41% 85.10%
CMYK 6.91% 30.41% 0.00%
14.90%

Color #CA97D9 in popluar number systems.

HEX CA 97 D9
Decimal 202 151 217
Binary 11001010 10010111 11011001
Octal 312 227 331

Shades and tints

Shades of #CA97D9

#CA97D9
(202,151,217)
#B88AC6
(184,138,198)
#A67DB3
(166,125,179)
#9470A0
(148,112,160)
#82638D
(130,99,141)
#70567A
(112,86,122)
#5E4967
(94,73,103)
#4C3C54
(76,60,84)
#3A2F41
(58,47,65)
#28222E
(40,34,46)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #CA97D9

#CA97D9
(202,151,217)
#CEA0DC
(206,160,220)
#D2A9DF
(210,169,223)
#D6B2E2
(214,178,226)
#DABBE5
(218,187,229)
#DEC4E8
(222,196,232)
#E2CDEB
(226,205,235)
#E6D6EE
(230,214,238)
#EADFF1
(234,223,241)
#EEE8F4
(238,232,244)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA97D9; }

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

This text font color is #CA97D9.

Background Color

.myBgColor { background-color: #CA97D9; }

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

This div background color is #CA97D9.

Border color

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

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

This div border color is #CA97D9.

Opacity

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

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

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

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

This text has shadow with #CA97D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA97D9.

Preview

Color preview on black background

This text has color #CA97D9 on black background.


Color preview on white background

This text has color #CA97D9 on white background.


Black color preview on #CA97D9 background

This text has black color on #CA97D9 background.


White color preview on #CA97D9 background

This text has white color on #CA97D9 background.


Related colors

Complementary color

Complementary color for #hex is #356826.


I love getcolorcode.com

Triadic colors

1 #D9CA97 and #97D9CA with #CA97D9 are triadic colors.

2 #D997CA and #97CAD9 with #CA97D9 are triadic colors.