COLOR #CA93B6

HEX: #CA93B6
RGB: (202,147,182)

Color info

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

RGB color model

#CA93B6 color RGB value is (202,147,182).

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

RGB channels and saturation

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

202
147
182

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

Portions of RGB colors in percentages

R + G + B =
202 + 147 + 182 = 531 (100%)
R 202 of 531 ~ 38.04%
G 147 of 531 ~ 27.68%
B 182 of 531 ~ 34.27%

%38.04
%27.68
%34.27

CMYK color model

#CA93B6 color CMYK value is (0,27,10,21).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 9.90%
  • key color value is 20.78%
CMYK:
(0,27,10,21)
C0M27Y10K21 
(0%,27%,10%,21%)
(0.00/0.27/0.10/0.21)	

CMYK percentages

%0
%27.23
%9.9
%20.78

Codes

Color #CA93B6 in popluar color models

CA93B6
RGB202147182
HSL322°34.16%68.43%
HSB/HSV322°27.23%79.22%
CMYK0.00%27.23%9.90%
20.78%

Color #CA93B6 in popluar number systems.

HEXCA93B6
Decimal202147182
Binary110010101001001110110110
Octal312223266

Shades and tints

Shades of #CA93B6

#CA93B6
(202,147,182)
#B886A6
(184,134,166)
#A67996
(166,121,150)
#946C86
(148,108,134)
#825F76
(130,95,118)
#705266
(112,82,102)
#5E4556
(94,69,86)
#4C3846
(76,56,70)
#3A2B36
(58,43,54)
#281E26
(40,30,38)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #CA93B6

#CA93B6
(202,147,182)
#CE9CBC
(206,156,188)
#D2A5C2
(210,165,194)
#D6AEC8
(214,174,200)
#DAB7CE
(218,183,206)
#DEC0D4
(222,192,212)
#E2C9DA
(226,201,218)
#E6D2E0
(230,210,224)
#EADBE6
(234,219,230)
#EEE4EC
(238,228,236)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA93B6; }

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

This text font color is #CA93B6.


Background Color

.myBgColor { background-color: #CA93B6; }

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

This div background color is #CA93B6.


Border color

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

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

This div border color is #CA93B6.


Opacity

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

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

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

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

This text has shadow with #CA93B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA93B6 on black background.


Color preview on white background

This text has color #CA93B6 on white background.



Black color preview on #CA93B6 background

This text has black color on #CA93B6 background.


White color preview on #CA93B6 background

This text has white color on #CA93B6 background.