COLOR #CA9EA6

HEX: #CA9EA6
RGB: (202,158,166)

Color info

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

RGB color model

#CA9EA6 color RGB value is (202,158,166).

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

RGB channels and saturation

R 202 of 255 = 79%
G 158 of 255 = 62%
B 166 of 255 = 65%

202
158
166

R + G + B ~ 69%. #CA9EA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 158 + 166 = 526 (100%)
R 202 of 526 ~ 38.4%
G 158 of 526 ~ 30.04%
B 166 of 526 ~ 31.56%

%38.4
%30.04
%31.56

CMYK color model

#CA9EA6 color CMYK value is (0,22,18,21).

  • cyan value is 0.00%
  • magenta value is 21.78%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK:
(0,22,18,21)
C0M22Y18K21 
(0%,22%,18%,21%)
(0.00/0.22/0.18/0.21)	

CMYK percentages

%0
%21.78
%17.82
%20.78

Codes

Color #CA9EA6 in popluar color models

CA9EA6
RGB202158166
HSL349°29.33%70.59%
HSB/HSV349°21.78%79.22%
CMYK0.00%21.78%17.82%
20.78%

Color #CA9EA6 in popluar number systems.

HEXCA9EA6
Decimal202158166
Binary110010101001111010100110
Octal312236246

Shades and tints

Shades of #CA9EA6

#CA9EA6
(202,158,166)
#B89097
(184,144,151)
#A68288
(166,130,136)
#947479
(148,116,121)
#82666A
(130,102,106)
#70585B
(112,88,91)
#5E4A4C
(94,74,76)
#4C3C3D
(76,60,61)
#3A2E2E
(58,46,46)
#28201F
(40,32,31)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #CA9EA6

#CA9EA6
(202,158,166)
#CEA6AE
(206,166,174)
#D2AEB6
(210,174,182)
#D6B6BE
(214,182,190)
#DABEC6
(218,190,198)
#DEC6CE
(222,198,206)
#E2CED6
(226,206,214)
#E6D6DE
(230,214,222)
#EADEE6
(234,222,230)
#EEE6EE
(238,230,238)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9EA6; }

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

This text font color is #CA9EA6.


Background Color

.myBgColor { background-color: #CA9EA6; }

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

This div background color is #CA9EA6.


Border color

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

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

This div border color is #CA9EA6.


Opacity

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

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

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

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

This text has shadow with #CA9EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA9EA6 on black background.


Color preview on white background

This text has color #CA9EA6 on white background.



Black color preview on #CA9EA6 background

This text has black color on #CA9EA6 background.


White color preview on #CA9EA6 background

This text has white color on #CA9EA6 background.