COLOR #CA87A7

HEX: #CA87A7
RGB: (202,135,167)

Color info

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

RGB color model

#CA87A7 color RGB value is (202,135,167).

  • red value is 202;
  • green value is 135;
  • blue value is 167.
RGB:
(202,135,167)
(79%,53%,65%)

RGB channels and saturation

R 202 of 255 = 79%
G 135 of 255 = 53%
B 167 of 255 = 65%

202
135
167

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

Portions of RGB colors in percentages

R + G + B =
202 + 135 + 167 = 504 (100%)
R 202 of 504 ~ 40.08%
G 135 of 504 ~ 26.79%
B 167 of 504 ~ 33.13%

%40.08
%26.79
%33.13

CMYK color model

#CA87A7 color CMYK value is (0,33,17,21).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 17.33%
  • key color value is 20.78%
CMYK:
(0,33,17,21)
C0M33Y17K21 
(0%,33%,17%,21%)
(0.00/0.33/0.17/0.21)	

CMYK percentages

%0
%33.17
%17.33
%20.78

Codes

Color #CA87A7 in popluar color models

CA87A7
RGB202135167
HSL331°38.73%66.08%
HSB/HSV331°33.17%79.22%
CMYK0.00%33.17%17.33%
20.78%

Color #CA87A7 in popluar number systems.

HEXCA87A7
Decimal202135167
Binary110010101000011110100111
Octal312207247

Shades and tints

Shades of #CA87A7

#CA87A7
(202,135,167)
#B87B98
(184,123,152)
#A66F89
(166,111,137)
#94637A
(148,99,122)
#82576B
(130,87,107)
#704B5C
(112,75,92)
#5E3F4D
(94,63,77)
#4C333E
(76,51,62)
#3A272F
(58,39,47)
#281B20
(40,27,32)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #CA87A7

#CA87A7
(202,135,167)
#CE91AF
(206,145,175)
#D29BB7
(210,155,183)
#D6A5BF
(214,165,191)
#DAAFC7
(218,175,199)
#DEB9CF
(222,185,207)
#E2C3D7
(226,195,215)
#E6CDDF
(230,205,223)
#EAD7E7
(234,215,231)
#EEE1EF
(238,225,239)
#F2EBF7
(242,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA87A7 color. Also use rgb(202,135,167) instead hex code.

Text Font Color

.myTextColor { color: #CA87A7; }

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

This text font color is #CA87A7.


Background Color

.myBgColor { background-color: #CA87A7; }

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

This div background color is #CA87A7.


Border color

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

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

This div border color is #CA87A7.


Opacity

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

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

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

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

This text has shadow with #CA87A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA87A7 on black background.


Color preview on white background

This text has color #CA87A7 on white background.



Black color preview on #CA87A7 background

This text has black color on #CA87A7 background.


White color preview on #CA87A7 background

This text has white color on #CA87A7 background.