COLOR #CA9FD0

HEX: #CA9FD0 RGB: (202,159,208)

Color info

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

RGB color model

#CA9FD0 color RGB value is (202,159,208).

RGB: (202,159,208) (79%, 62%, 82%)

RGB channels and saturation

R 202 of 255 = 79%
G 159 of 255 = 62%
B 208 of 255 = 82%

202
159
208

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

Portions of RGB colors in percentages

R + G + B = 202 + 159 + 208 = 569 (100%)
R 202 of 569 ~ 35.5%
G 159 of 569 ~ 27.94%
B 208 of 569 ~ 36.56'%

%35.5
%27.94
%36.56

CMYK color model

#CA9FD0 color CMYK value is (3,24,0,18).

  • cyan value is 2.88%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (3,24,0,18)
C3M24Y0K18 (3%, 24%, 0%, 18%)
(0.03 / 0.24 / 0.00 / 0.18)

CMYK percentages

%2.88
%23.56
%0
%18.43

Codes

Color #CA9FD0 in popluar color models

CA 9F D0
RGB 202 159 208
HSL 293° 34.27% 71.96%
HSB/HSV 293° 23.56% 81.57%
CMYK 2.88% 23.56% 0.00%
18.43%

Color #CA9FD0 in popluar number systems.

HEX CA 9F D0
Decimal 202 159 208
Binary 11001010 10011111 11010000
Octal 312 237 320

Shades and tints

Shades of #CA9FD0

#CA9FD0
(202,159,208)
#B891BE
(184,145,190)
#A683AC
(166,131,172)
#94759A
(148,117,154)
#826788
(130,103,136)
#705976
(112,89,118)
#5E4B64
(94,75,100)
#4C3D52
(76,61,82)
#3A2F40
(58,47,64)
#28212E
(40,33,46)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #CA9FD0

#CA9FD0
(202,159,208)
#CEA7D4
(206,167,212)
#D2AFD8
(210,175,216)
#D6B7DC
(214,183,220)
#DABFE0
(218,191,224)
#DEC7E4
(222,199,228)
#E2CFE8
(226,207,232)
#E6D7EC
(230,215,236)
#EADFF0
(234,223,240)
#EEE7F4
(238,231,244)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9FD0; }

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

This text font color is #CA9FD0.

Background Color

.myBgColor { background-color: #CA9FD0; }

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

This div background color is #CA9FD0.

Border color

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

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

This div border color is #CA9FD0.

Opacity

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

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

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

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

This text has shadow with #CA9FD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA9FD0.

Preview

Color preview on black background

This text has color #CA9FD0 on black background.


Color preview on white background

This text has color #CA9FD0 on white background.


Black color preview on #CA9FD0 background

This text has black color on #CA9FD0 background.


White color preview on #CA9FD0 background

This text has white color on #CA9FD0 background.


Related colors

Complementary color

Complementary color for #hex is #35602F.


I love getcolorcode.com

Triadic colors

1 #D0CA9F and #9FD0CA with #CA9FD0 are triadic colors.

2 #D09FCA and #9FCAD0 with #CA9FD0 are triadic colors.