COLOR #CA6EA4

HEX: #CA6EA4
RGB: (202,110,164)

Color info

#CA6EA4 contains mainly red and blue colors. Web safe color of #CA6EA4 is #CC6699 (or #C69).

RGB color model

#CA6EA4 color RGB value is (202,110,164).

  • red value is 202;
  • green value is 110;
  • blue value is 164.
RGB:
(202,110,164)
(79%,43%,64%)

RGB channels and saturation

R 202 of 255 = 79%
G 110 of 255 = 43%
B 164 of 255 = 64%

202
110
164

R + G + B ~ 62%. #CA6EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 110 + 164 = 476 (100%)
R 202 of 476 ~ 42.44%
G 110 of 476 ~ 23.11%
B 164 of 476 ~ 34.45%

%42.44
%23.11
%34.45

CMYK color model

#CA6EA4 color CMYK value is (0,46,19,21).

  • cyan value is 0.00%
  • magenta value is 45.54%
  • yellow value is 18.81%
  • key color value is 20.78%
CMYK:
(0,46,19,21)
C0M46Y19K21 
(0%,46%,19%,21%)
(0.00/0.46/0.19/0.21)	

CMYK percentages

%0
%45.54
%18.81
%20.78

Codes

Color #CA6EA4 in popluar color models

CA6EA4
RGB202110164
HSL325°46.46%61.18%
HSB/HSV325°45.54%79.22%
CMYK0.00%45.54%18.81%
20.78%

Color #CA6EA4 in popluar number systems.

HEXCA6EA4
Decimal202110164
Binary11001010110111010100100
Octal312156244

Shades and tints

Shades of #CA6EA4

#CA6EA4
(202,110,164)
#B86496
(184,100,150)
#A65A88
(166,90,136)
#94507A
(148,80,122)
#82466C
(130,70,108)
#703C5E
(112,60,94)
#5E3250
(94,50,80)
#4C2842
(76,40,66)
#3A1E34
(58,30,52)
#281426
(40,20,38)
#160A18
(22,10,24)
#000000
(0,0,0)

Tints of #CA6EA4

#CA6EA4
(202,110,164)
#CE7BAC
(206,123,172)
#D288B4
(210,136,180)
#D695BC
(214,149,188)
#DAA2C4
(218,162,196)
#DEAFCC
(222,175,204)
#E2BCD4
(226,188,212)
#E6C9DC
(230,201,220)
#EAD6E4
(234,214,228)
#EEE3EC
(238,227,236)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA6EA4 color. Also use rgb(202,110,164) instead hex code.

Text Font Color

.myTextColor { color: #CA6EA4; }

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

This text font color is #CA6EA4.


Background Color

.myBgColor { background-color: #CA6EA4; }

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

This div background color is #CA6EA4.


Border color

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

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

This div border color is #CA6EA4.


Opacity

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

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

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

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

This text has shadow with #CA6EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA6EA4 on black background.


Color preview on white background

This text has color #CA6EA4 on white background.



Black color preview on #CA6EA4 background

This text has black color on #CA6EA4 background.


White color preview on #CA6EA4 background

This text has white color on #CA6EA4 background.