COLOR #CA9FA4

HEX: #CA9FA4
RGB: (202,159,164)

Color info

#CA9FA4 contains red, green and blue colors in about the same proportion. Web safe color of #CA9FA4 is #CC9999 (or #C99).

RGB color model

#CA9FA4 color RGB value is (202,159,164).

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

RGB channels and saturation

R 202 of 255 = 79%
G 159 of 255 = 62%
B 164 of 255 = 64%

202
159
164

R + G + B ~ 68%. #CA9FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 159 + 164 = 525 (100%)
R 202 of 525 ~ 38.48%
G 159 of 525 ~ 30.29%
B 164 of 525 ~ 31.24%

%38.48
%30.29
%31.24

CMYK color model

#CA9FA4 color CMYK value is (0,21,19,21).

  • cyan value is 0.00%
  • magenta value is 21.29%
  • yellow value is 18.81%
  • key color value is 20.78%
CMYK:
(0,21,19,21)
C0M21Y19K21 
(0%,21%,19%,21%)
(0.00/0.21/0.19/0.21)	

CMYK percentages

%0
%21.29
%18.81
%20.78

Codes

Color #CA9FA4 in popluar color models

CA9FA4
RGB202159164
HSL353°28.86%70.78%
HSB/HSV353°21.29%79.22%
CMYK0.00%21.29%18.81%
20.78%

Color #CA9FA4 in popluar number systems.

HEXCA9FA4
Decimal202159164
Binary110010101001111110100100
Octal312237244

Shades and tints

Shades of #CA9FA4

#CA9FA4
(202,159,164)
#B89196
(184,145,150)
#A68388
(166,131,136)
#94757A
(148,117,122)
#82676C
(130,103,108)
#70595E
(112,89,94)
#5E4B50
(94,75,80)
#4C3D42
(76,61,66)
#3A2F34
(58,47,52)
#282126
(40,33,38)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #CA9FA4

#CA9FA4
(202,159,164)
#CEA7AC
(206,167,172)
#D2AFB4
(210,175,180)
#D6B7BC
(214,183,188)
#DABFC4
(218,191,196)
#DEC7CC
(222,199,204)
#E2CFD4
(226,207,212)
#E6D7DC
(230,215,220)
#EADFE4
(234,223,228)
#EEE7EC
(238,231,236)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9FA4; }

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

This text font color is #CA9FA4.


Background Color

.myBgColor { background-color: #CA9FA4; }

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

This div background color is #CA9FA4.


Border color

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

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

This div border color is #CA9FA4.


Opacity

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

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

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

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

This text has shadow with #CA9FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9FA4 on black background.


Color preview on white background

This text has color #CA9FA4 on white background.



Black color preview on #CA9FA4 background

This text has black color on #CA9FA4 background.


White color preview on #CA9FA4 background

This text has white color on #CA9FA4 background.