COLOR #CA9FD6

HEX: #CA9FD6
RGB: (202,159,214)

Color info

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

RGB color model

#CA9FD6 color RGB value is (202,159,214).

  • red value is 202;
  • green value is 159;
  • blue value is 214.
RGB:
(202,159,214)
(79%,62%,84%)

RGB channels and saturation

R 202 of 255 = 79%
G 159 of 255 = 62%
B 214 of 255 = 84%

202
159
214

R + G + B ~ 75%. #CA9FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 159 + 214 = 575 (100%)
R 202 of 575 ~ 35.13%
G 159 of 575 ~ 27.65%
B 214 of 575 ~ 37.22%

%35.13
%27.65
%37.22

CMYK color model

#CA9FD6 color CMYK value is (6,26,0,16).

  • cyan value is 5.61%
  • magenta value is 25.70%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,26,0,16)
C6M26Y0K16 
(6%,26%,0%,16%)
(0.06/0.26/0.00/0.16)	

CMYK percentages

%5.61
%25.7
%0
%16.08

Codes

Color #CA9FD6 in popluar color models

CA9FD6
RGB202159214
HSL287°40.15%73.14%
HSB/HSV287°25.70%83.92%
CMYK5.61%25.70%0.00%
16.08%

Color #CA9FD6 in popluar number systems.

HEXCA9FD6
Decimal202159214
Binary110010101001111111010110
Octal312237326

Shades and tints

Shades of #CA9FD6

#CA9FD6
(202,159,214)
#B891C3
(184,145,195)
#A683B0
(166,131,176)
#94759D
(148,117,157)
#82678A
(130,103,138)
#705977
(112,89,119)
#5E4B64
(94,75,100)
#4C3D51
(76,61,81)
#3A2F3E
(58,47,62)
#28212B
(40,33,43)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #CA9FD6

#CA9FD6
(202,159,214)
#CEA7D9
(206,167,217)
#D2AFDC
(210,175,220)
#D6B7DF
(214,183,223)
#DABFE2
(218,191,226)
#DEC7E5
(222,199,229)
#E2CFE8
(226,207,232)
#E6D7EB
(230,215,235)
#EADFEE
(234,223,238)
#EEE7F1
(238,231,241)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9FD6 color. Also use rgb(202,159,214) instead hex code.

Text Font Color

.myTextColor { color: #CA9FD6; }

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

This text font color is #CA9FD6.


Background Color

.myBgColor { background-color: #CA9FD6; }

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

This div background color is #CA9FD6.


Border color

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

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

This div border color is #CA9FD6.


Opacity

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

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

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

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

This text has shadow with #CA9FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9FD6 on black background.


Color preview on white background

This text has color #CA9FD6 on white background.



Black color preview on #CA9FD6 background

This text has black color on #CA9FD6 background.


White color preview on #CA9FD6 background

This text has white color on #CA9FD6 background.