COLOR #CA93A8

HEX: #CA93A8
RGB: (202,147,168)

Color info

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

RGB color model

#CA93A8 color RGB value is (202,147,168).

  • red value is 202;
  • green value is 147;
  • blue value is 168.
RGB:
(202,147,168)
(79%,58%,66%)

RGB channels and saturation

R 202 of 255 = 79%
G 147 of 255 = 58%
B 168 of 255 = 66%

202
147
168

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

Portions of RGB colors in percentages

R + G + B =
202 + 147 + 168 = 517 (100%)
R 202 of 517 ~ 39.07%
G 147 of 517 ~ 28.43%
B 168 of 517 ~ 32.5%

%39.07
%28.43
%32.5

CMYK color model

#CA93A8 color CMYK value is (0,27,17,21).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 16.83%
  • key color value is 20.78%
CMYK:
(0,27,17,21)
C0M27Y17K21 
(0%,27%,17%,21%)
(0.00/0.27/0.17/0.21)	

CMYK percentages

%0
%27.23
%16.83
%20.78

Codes

Color #CA93A8 in popluar color models

CA93A8
RGB202147168
HSL337°34.16%68.43%
HSB/HSV337°27.23%79.22%
CMYK0.00%27.23%16.83%
20.78%

Color #CA93A8 in popluar number systems.

HEXCA93A8
Decimal202147168
Binary110010101001001110101000
Octal312223250

Shades and tints

Shades of #CA93A8

#CA93A8
(202,147,168)
#B88699
(184,134,153)
#A6798A
(166,121,138)
#946C7B
(148,108,123)
#825F6C
(130,95,108)
#70525D
(112,82,93)
#5E454E
(94,69,78)
#4C383F
(76,56,63)
#3A2B30
(58,43,48)
#281E21
(40,30,33)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #CA93A8

#CA93A8
(202,147,168)
#CE9CAF
(206,156,175)
#D2A5B6
(210,165,182)
#D6AEBD
(214,174,189)
#DAB7C4
(218,183,196)
#DEC0CB
(222,192,203)
#E2C9D2
(226,201,210)
#E6D2D9
(230,210,217)
#EADBE0
(234,219,224)
#EEE4E7
(238,228,231)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA93A8 color. Also use rgb(202,147,168) instead hex code.

Text Font Color

.myTextColor { color: #CA93A8; }

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

This text font color is #CA93A8.


Background Color

.myBgColor { background-color: #CA93A8; }

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

This div background color is #CA93A8.


Border color

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

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

This div border color is #CA93A8.


Opacity

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

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

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

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

This text has shadow with #CA93A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA93A8 on black background.


Color preview on white background

This text has color #CA93A8 on white background.



Black color preview on #CA93A8 background

This text has black color on #CA93A8 background.


White color preview on #CA93A8 background

This text has white color on #CA93A8 background.