COLOR #CC7FA4

HEX: #CC7FA4 RGB: (204,127,164)

Color info

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

RGB color model

#CC7FA4 color RGB value is (204,127,164).

RGB: (204,127,164) (80%, 50%, 64%)

RGB channels and saturation

R 204 of 255 = 80%
G 127 of 255 = 50%
B 164 of 255 = 64%

204
127
164

R + G + B ~ 65%. #CC7FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 127 + 164 = 495 (100%)
R 204 of 495 ~ 41.21%
G 127 of 495 ~ 25.66%
B 164 of 495 ~ 33.13'%

%41.21
%25.66
%33.13

CMYK color model

#CC7FA4 color CMYK value is (0,38,20,20).

  • cyan value is 0.00%
  • magenta value is 37.75%
  • yellow value is 19.61%
  • key color value is 20.00%

CMYK: (0,38,20,20)
C0M38Y20K20 (0%, 38%, 20%, 20%)
(0.00 / 0.38 / 0.20 / 0.20)

CMYK percentages

%0
%37.75
%19.61
%20

Codes

Color #CC7FA4 in popluar color models

CC 7F A4
RGB 204 127 164
HSL 331° 43.02% 64.90%
HSB/HSV 331° 37.75% 80.00%
CMYK 0.00% 37.75% 19.61%
20.00%

Color #CC7FA4 in popluar number systems.

HEX CC 7F A4
Decimal 204 127 164
Binary 11001100 1111111 10100100
Octal 314 177 244

Shades and tints

Shades of #CC7FA4

#CC7FA4
(204,127,164)
#BA7496
(186,116,150)
#A86988
(168,105,136)
#965E7A
(150,94,122)
#84536C
(132,83,108)
#72485E
(114,72,94)
#603D50
(96,61,80)
#4E3242
(78,50,66)
#3C2734
(60,39,52)
#2A1C26
(42,28,38)
#181118
(24,17,24)
#000000
(0,0,0)

Tints of #CC7FA4

#CC7FA4
(204,127,164)
#D08AAC
(208,138,172)
#D495B4
(212,149,180)
#D8A0BC
(216,160,188)
#DCABC4
(220,171,196)
#E0B6CC
(224,182,204)
#E4C1D4
(228,193,212)
#E8CCDC
(232,204,220)
#ECD7E4
(236,215,228)
#F0E2EC
(240,226,236)
#F4EDF4
(244,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7FA4 color. Also use rgb(204,127,164) instead hex code.

Text Font Color

.myTextColor { color: #CC7FA4; }

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

This text font color is #CC7FA4.

Background Color

.myBgColor { background-color: #CC7FA4; }

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

This div background color is #CC7FA4.

Border color

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

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

This div border color is #CC7FA4.

Opacity

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

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

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

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

This text has shadow with #CC7FA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7FA4.

Preview

Color preview on black background

This text has color #CC7FA4 on black background.


Color preview on white background

This text has color #CC7FA4 on white background.


Black color preview on #CC7FA4 background

This text has black color on #CC7FA4 background.


White color preview on #CC7FA4 background

This text has white color on #CC7FA4 background.


Related colors

Complementary color

Complementary color for #hex is #33805B.


I love getcolorcode.com

Triadic colors

1 #A4CC7F and #7FA4CC with #CC7FA4 are triadic colors.

2 #A47FCC and #7FCCA4 with #CC7FA4 are triadic colors.