COLOR #CA9EA3

HEX: #CA9EA3
RGB: (202,158,163)

Color info

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

RGB color model

#CA9EA3 color RGB value is (202,158,163).

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

RGB channels and saturation

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

202
158
163

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

Portions of RGB colors in percentages

R + G + B =
202 + 158 + 163 = 523 (100%)
R 202 of 523 ~ 38.62%
G 158 of 523 ~ 30.21%
B 163 of 523 ~ 31.17%

%38.62
%30.21
%31.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 19.31%
  • 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
%19.31
%20.78

Codes

Color #CA9EA3 in popluar color models

CA9EA3
RGB202158163
HSL353°29.33%70.59%
HSB/HSV353°21.78%79.22%
CMYK0.00%21.78%19.31%
20.78%

Color #CA9EA3 in popluar number systems.

HEXCA9EA3
Decimal202158163
Binary110010101001111010100011
Octal312236243

Shades and tints

Shades of #CA9EA3

#CA9EA3
(202,158,163)
#B89095
(184,144,149)
#A68287
(166,130,135)
#947479
(148,116,121)
#82666B
(130,102,107)
#70585D
(112,88,93)
#5E4A4F
(94,74,79)
#4C3C41
(76,60,65)
#3A2E33
(58,46,51)
#282025
(40,32,37)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #CA9EA3

#CA9EA3
(202,158,163)
#CEA6AB
(206,166,171)
#D2AEB3
(210,174,179)
#D6B6BB
(214,182,187)
#DABEC3
(218,190,195)
#DEC6CB
(222,198,203)
#E2CED3
(226,206,211)
#E6D6DB
(230,214,219)
#EADEE3
(234,222,227)
#EEE6EB
(238,230,235)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9EA3; }

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

This text font color is #CA9EA3.


Background Color

.myBgColor { background-color: #CA9EA3; }

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

This div background color is #CA9EA3.


Border color

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

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

This div border color is #CA9EA3.


Opacity

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

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

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

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

This text has shadow with #CA9EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9EA3 on black background.


Color preview on white background

This text has color #CA9EA3 on white background.



Black color preview on #CA9EA3 background

This text has black color on #CA9EA3 background.


White color preview on #CA9EA3 background

This text has white color on #CA9EA3 background.