COLOR #CA9CF9

HEX: #CA9CF9
RGB: (202,156,249)

Color info

#CA9CF9 contains mainly red and blue colors. Web safe color of #CA9CF9 is #CC99FF (or #C9F).

RGB color model

#CA9CF9 color RGB value is (202,156,249).

  • red value is 202;
  • green value is 156;
  • blue value is 249.
RGB:
(202,156,249)
(79%,61%,98%)

RGB channels and saturation

R 202 of 255 = 79%
G 156 of 255 = 61%
B 249 of 255 = 98%

202
156
249

R + G + B ~ 79%. #CA9CF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 156 + 249 = 607 (100%)
R 202 of 607 ~ 33.28%
G 156 of 607 ~ 25.7%
B 249 of 607 ~ 41.02%

%33.28
%25.7
%41.02

CMYK color model

#CA9CF9 color CMYK value is (19,37,0,2).

  • cyan value is 18.88%
  • magenta value is 37.35%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(19,37,0,2)
C19M37Y0K2 
(19%,37%,0%,2%)
(0.19/0.37/0.00/0.02)	

CMYK percentages

%18.88
%37.35
%0
%2.35

Codes

Color #CA9CF9 in popluar color models

CA9CF9
RGB202156249
HSL270°88.57%79.41%
HSB/HSV270°37.35%97.65%
CMYK18.88%37.35%0.00%
2.35%

Color #CA9CF9 in popluar number systems.

HEXCA9CF9
Decimal202156249
Binary110010101001110011111001
Octal312234371

Shades and tints

Shades of #CA9CF9

#CA9CF9
(202,156,249)
#B88EE3
(184,142,227)
#A680CD
(166,128,205)
#9472B7
(148,114,183)
#8264A1
(130,100,161)
#70568B
(112,86,139)
#5E4875
(94,72,117)
#4C3A5F
(76,58,95)
#3A2C49
(58,44,73)
#281E33
(40,30,51)
#16101D
(22,16,29)
#000000
(0,0,0)

Tints of #CA9CF9

#CA9CF9
(202,156,249)
#CEA5F9
(206,165,249)
#D2AEF9
(210,174,249)
#D6B7F9
(214,183,249)
#DAC0F9
(218,192,249)
#DEC9F9
(222,201,249)
#E2D2F9
(226,210,249)
#E6DBF9
(230,219,249)
#EAE4F9
(234,228,249)
#EEEDF9
(238,237,249)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9CF9 color. Also use rgb(202,156,249) instead hex code.

Text Font Color

.myTextColor { color: #CA9CF9; }

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

This text font color is #CA9CF9.


Background Color

.myBgColor { background-color: #CA9CF9; }

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

This div background color is #CA9CF9.


Border color

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

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

This div border color is #CA9CF9.


Opacity

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

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

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

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

This text has shadow with #CA9CF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9CF9 on black background.


Color preview on white background

This text has color #CA9CF9 on white background.



Black color preview on #CA9CF9 background

This text has black color on #CA9CF9 background.


White color preview on #CA9CF9 background

This text has white color on #CA9CF9 background.