COLOR #CA9EA4

HEX: #CA9EA4
RGB: (202,158,164)

Color info

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

RGB color model

#CA9EA4 color RGB value is (202,158,164).

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

RGB channels and saturation

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

202
158
164

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

Portions of RGB colors in percentages

R + G + B =
202 + 158 + 164 = 524 (100%)
R 202 of 524 ~ 38.55%
G 158 of 524 ~ 30.15%
B 164 of 524 ~ 31.3%

%38.55
%30.15
%31.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 18.81%
  • key color value is 20.78%
CMYK:
(0,22,19,21)
C0M22Y19K21 
(0%,22%,19%,21%)
(0.00/0.22/0.19/0.21)	

CMYK percentages

%0
%21.78
%18.81
%20.78

Codes

Color #CA9EA4 in popluar color models

CA9EA4
RGB202158164
HSL352°29.33%70.59%
HSB/HSV352°21.78%79.22%
CMYK0.00%21.78%18.81%
20.78%

Color #CA9EA4 in popluar number systems.

HEXCA9EA4
Decimal202158164
Binary110010101001111010100100
Octal312236244

Shades and tints

Shades of #CA9EA4

#CA9EA4
(202,158,164)
#B89096
(184,144,150)
#A68288
(166,130,136)
#94747A
(148,116,122)
#82666C
(130,102,108)
#70585E
(112,88,94)
#5E4A50
(94,74,80)
#4C3C42
(76,60,66)
#3A2E34
(58,46,52)
#282026
(40,32,38)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #CA9EA4

#CA9EA4
(202,158,164)
#CEA6AC
(206,166,172)
#D2AEB4
(210,174,180)
#D6B6BC
(214,182,188)
#DABEC4
(218,190,196)
#DEC6CC
(222,198,204)
#E2CED4
(226,206,212)
#E6D6DC
(230,214,220)
#EADEE4
(234,222,228)
#EEE6EC
(238,230,236)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9EA4; }

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

This text font color is #CA9EA4.


Background Color

.myBgColor { background-color: #CA9EA4; }

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

This div background color is #CA9EA4.


Border color

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

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

This div border color is #CA9EA4.


Opacity

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

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

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

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

This text has shadow with #CA9EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9EA4 on black background.


Color preview on white background

This text has color #CA9EA4 on white background.



Black color preview on #CA9EA4 background

This text has black color on #CA9EA4 background.


White color preview on #CA9EA4 background

This text has white color on #CA9EA4 background.