COLOR #CA98D2

HEX: #CA98D2
RGB: (202,152,210)

Color info

#CA98D2 contains red, green and blue colors in about the same proportion. Web safe color of #CA98D2 is #CC99CC (or #C9C).

RGB color model

#CA98D2 color RGB value is (202,152,210).

  • red value is 202;
  • green value is 152;
  • blue value is 210.
RGB:
(202,152,210)
(79%,60%,82%)

RGB channels and saturation

R 202 of 255 = 79%
G 152 of 255 = 60%
B 210 of 255 = 82%

202
152
210

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

Portions of RGB colors in percentages

R + G + B =
202 + 152 + 210 = 564 (100%)
R 202 of 564 ~ 35.82%
G 152 of 564 ~ 26.95%
B 210 of 564 ~ 37.23%

%35.82
%26.95
%37.23

CMYK color model

#CA98D2 color CMYK value is (4,28,0,18).

  • cyan value is 3.81%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(4,28,0,18)
C4M28Y0K18 
(4%,28%,0%,18%)
(0.04/0.28/0.00/0.18)	

CMYK percentages

%3.81
%27.62
%0
%17.65

Codes

Color #CA98D2 in popluar color models

CA98D2
RGB202152210
HSL292°39.19%70.98%
HSB/HSV292°27.62%82.35%
CMYK3.81%27.62%0.00%
17.65%

Color #CA98D2 in popluar number systems.

HEXCA98D2
Decimal202152210
Binary110010101001100011010010
Octal312230322

Shades and tints

Shades of #CA98D2

#CA98D2
(202,152,210)
#B88BBF
(184,139,191)
#A67EAC
(166,126,172)
#947199
(148,113,153)
#826486
(130,100,134)
#705773
(112,87,115)
#5E4A60
(94,74,96)
#4C3D4D
(76,61,77)
#3A303A
(58,48,58)
#282327
(40,35,39)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #CA98D2

#CA98D2
(202,152,210)
#CEA1D6
(206,161,214)
#D2AADA
(210,170,218)
#D6B3DE
(214,179,222)
#DABCE2
(218,188,226)
#DEC5E6
(222,197,230)
#E2CEEA
(226,206,234)
#E6D7EE
(230,215,238)
#EAE0F2
(234,224,242)
#EEE9F6
(238,233,246)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA98D2 color. Also use rgb(202,152,210) instead hex code.

Text Font Color

.myTextColor { color: #CA98D2; }

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

This text font color is #CA98D2.


Background Color

.myBgColor { background-color: #CA98D2; }

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

This div background color is #CA98D2.


Border color

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

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

This div border color is #CA98D2.


Opacity

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

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

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

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

This text has shadow with #CA98D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA98D2 on black background.


Color preview on white background

This text has color #CA98D2 on white background.



Black color preview on #CA98D2 background

This text has black color on #CA98D2 background.


White color preview on #CA98D2 background

This text has white color on #CA98D2 background.