COLOR #CA8CA4

HEX: #CA8CA4
RGB: (202,140,164)

Color info

#CA8CA4 contains mainly red and blue colors. Web safe color of #CA8CA4 is #CC9999 (or #C99).

RGB color model

#CA8CA4 color RGB value is (202,140,164).

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

RGB channels and saturation

R 202 of 255 = 79%
G 140 of 255 = 55%
B 164 of 255 = 64%

202
140
164

R + G + B ~ 66%. #CA8CA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 140 + 164 = 506 (100%)
R 202 of 506 ~ 39.92%
G 140 of 506 ~ 27.67%
B 164 of 506 ~ 32.41%

%39.92
%27.67
%32.41

CMYK color model

#CA8CA4 color CMYK value is (0,31,19,21).

  • cyan value is 0.00%
  • magenta value is 30.69%
  • yellow value is 18.81%
  • key color value is 20.78%
CMYK:
(0,31,19,21)
C0M31Y19K21 
(0%,31%,19%,21%)
(0.00/0.31/0.19/0.21)	

CMYK percentages

%0
%30.69
%18.81
%20.78

Codes

Color #CA8CA4 in popluar color models

CA8CA4
RGB202140164
HSL337°36.90%67.06%
HSB/HSV337°30.69%79.22%
CMYK0.00%30.69%18.81%
20.78%

Color #CA8CA4 in popluar number systems.

HEXCA8CA4
Decimal202140164
Binary110010101000110010100100
Octal312214244

Shades and tints

Shades of #CA8CA4

#CA8CA4
(202,140,164)
#B88096
(184,128,150)
#A67488
(166,116,136)
#94687A
(148,104,122)
#825C6C
(130,92,108)
#70505E
(112,80,94)
#5E4450
(94,68,80)
#4C3842
(76,56,66)
#3A2C34
(58,44,52)
#282026
(40,32,38)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #CA8CA4

#CA8CA4
(202,140,164)
#CE96AC
(206,150,172)
#D2A0B4
(210,160,180)
#D6AABC
(214,170,188)
#DAB4C4
(218,180,196)
#DEBECC
(222,190,204)
#E2C8D4
(226,200,212)
#E6D2DC
(230,210,220)
#EADCE4
(234,220,228)
#EEE6EC
(238,230,236)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA8CA4; }

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

This text font color is #CA8CA4.


Background Color

.myBgColor { background-color: #CA8CA4; }

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

This div background color is #CA8CA4.


Border color

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

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

This div border color is #CA8CA4.


Opacity

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

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

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

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

This text has shadow with #CA8CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA8CA4 on black background.


Color preview on white background

This text has color #CA8CA4 on white background.



Black color preview on #CA8CA4 background

This text has black color on #CA8CA4 background.


White color preview on #CA8CA4 background

This text has white color on #CA8CA4 background.