COLOR #C487AA

HEX: #C487AA RGB: (196,135,170)

Color info

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

RGB color model

#C487AA color RGB value is (196,135,170).

RGB: (196,135,170) (77%, 53%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 135 of 255 = 53%
B 170 of 255 = 67%

196
135
170

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

Portions of RGB colors in percentages

R + G + B = 196 + 135 + 170 = 501 (100%)
R 196 of 501 ~ 39.12%
G 135 of 501 ~ 26.95%
B 170 of 501 ~ 33.93'%

%39.12
%26.95
%33.93

CMYK color model

#C487AA color CMYK value is (0,31,13,23).

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 13.27%
  • key color value is 23.14%
CMYK: (0,31,13,23) C0M31Y13K23 (0%,31%,13%,23%) (0.00/0.31/0.13/0.23) 

CMYK percentages

%0
%31.12
%13.27
%23.14

Codes

Color #C487AA in popluar color models

C4 87 AA
RGB 196 135 170
HSL 326° 34.08% 64.90%
HSB/HSV 326° 31.12% 76.86%
CMYK 0.00% 31.12% 13.27%
23.14%

Color #C487AA in popluar number systems.

HEX C4 87 AA
Decimal 196 135 170
Binary 11000100 10000111 10101010
Octal 304 207 252

Shades and tints

Shades of #C487AA

#C487AA
(196,135,170)
#B37B9B
(179,123,155)
#A26F8C
(162,111,140)
#91637D
(145,99,125)
#80576E
(128,87,110)
#6F4B5F
(111,75,95)
#5E3F50
(94,63,80)
#4D3341
(77,51,65)
#3C2732
(60,39,50)
#2B1B23
(43,27,35)
#1A0F14
(26,15,20)
#000000
(0,0,0)

Tints of #C487AA

#C487AA
(196,135,170)
#C991B1
(201,145,177)
#CE9BB8
(206,155,184)
#D3A5BF
(211,165,191)
#D8AFC6
(216,175,198)
#DDB9CD
(221,185,205)
#E2C3D4
(226,195,212)
#E7CDDB
(231,205,219)
#ECD7E2
(236,215,226)
#F1E1E9
(241,225,233)
#F6EBF0
(246,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C487AA color. Also use rgb(196,135,170) instead hex code.

Text Font Color

.myTextColor { color: #C487AA; }

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

This text font color is #C487AA.

Background Color

.myBgColor { background-color: #C487AA; }

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

This div background color is #C487AA.

Border color

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

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

This div border color is #C487AA.

Opacity

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

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

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

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

This text has shadow with #C487AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C487AA.

Preview

Color preview on black background

This text has color #C487AA on black background.


Color preview on white background

This text has color #C487AA on white background.


Black color preview on #C487AA background

This text has black color on #C487AA background.


White color preview on #C487AA background

This text has white color on #C487AA background.


Related colors

Complementary color

Complementary color for #hex is #3B7855.


I love getcolorcode.com

Triadic colors

1 #AAC487 and #87AAC4 with #C487AA are triadic colors.

2 #AA87C4 and #87C4AA with #C487AA are triadic colors.