COLOR #CA93B4

HEX: #CA93B4
RGB: (202,147,180)

Color info

#CA93B4 contains red, green and blue colors in about the same proportion. Web safe color of #CA93B4 is #CC99CC (or #C9C).

RGB color model

#CA93B4 color RGB value is (202,147,180).

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

RGB channels and saturation

R 202 of 255 = 79%
G 147 of 255 = 58%
B 180 of 255 = 71%

202
147
180

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

Portions of RGB colors in percentages

R + G + B =
202 + 147 + 180 = 529 (100%)
R 202 of 529 ~ 38.19%
G 147 of 529 ~ 27.79%
B 180 of 529 ~ 34.03%

%38.19
%27.79
%34.03

CMYK color model

#CA93B4 color CMYK value is (0,27,11,21).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 10.89%
  • key color value is 20.78%
CMYK:
(0,27,11,21)
C0M27Y11K21 
(0%,27%,11%,21%)
(0.00/0.27/0.11/0.21)	

CMYK percentages

%0
%27.23
%10.89
%20.78

Codes

Color #CA93B4 in popluar color models

CA93B4
RGB202147180
HSL324°34.16%68.43%
HSB/HSV324°27.23%79.22%
CMYK0.00%27.23%10.89%
20.78%

Color #CA93B4 in popluar number systems.

HEXCA93B4
Decimal202147180
Binary110010101001001110110100
Octal312223264

Shades and tints

Shades of #CA93B4

#CA93B4
(202,147,180)
#B886A4
(184,134,164)
#A67994
(166,121,148)
#946C84
(148,108,132)
#825F74
(130,95,116)
#705264
(112,82,100)
#5E4554
(94,69,84)
#4C3844
(76,56,68)
#3A2B34
(58,43,52)
#281E24
(40,30,36)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #CA93B4

#CA93B4
(202,147,180)
#CE9CBA
(206,156,186)
#D2A5C0
(210,165,192)
#D6AEC6
(214,174,198)
#DAB7CC
(218,183,204)
#DEC0D2
(222,192,210)
#E2C9D8
(226,201,216)
#E6D2DE
(230,210,222)
#EADBE4
(234,219,228)
#EEE4EA
(238,228,234)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA93B4; }

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

This text font color is #CA93B4.


Background Color

.myBgColor { background-color: #CA93B4; }

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

This div background color is #CA93B4.


Border color

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

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

This div border color is #CA93B4.


Opacity

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

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

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

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

This text has shadow with #CA93B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA93B4 on black background.


Color preview on white background

This text has color #CA93B4 on white background.



Black color preview on #CA93B4 background

This text has black color on #CA93B4 background.


White color preview on #CA93B4 background

This text has white color on #CA93B4 background.