COLOR #CC7FAA

HEX: #CC7FAA RGB: (204,127,170)

Color info

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

RGB color model

#CC7FAA color RGB value is (204,127,170).

RGB: (204,127,170) (80%, 50%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 127 of 255 = 50%
B 170 of 255 = 67%

204
127
170

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

Portions of RGB colors in percentages

R + G + B = 204 + 127 + 170 = 501 (100%)
R 204 of 501 ~ 40.72%
G 127 of 501 ~ 25.35%
B 170 of 501 ~ 33.93'%

%40.72
%25.35
%33.93

CMYK color model

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

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

CMYK: (0,38,17,20)
C0M38Y17K20 (0%, 38%, 17%, 20%)
(0.00 / 0.38 / 0.17 / 0.20)

CMYK percentages

%0
%37.75
%16.67
%20

Codes

Color #CC7FAA in popluar color models

CC 7F AA
RGB 204 127 170
HSL 326° 43.02% 64.90%
HSB/HSV 326° 37.75% 80.00%
CMYK 0.00% 37.75% 16.67%
20.00%

Color #CC7FAA in popluar number systems.

HEX CC 7F AA
Decimal 204 127 170
Binary 11001100 1111111 10101010
Octal 314 177 252

Shades and tints

Shades of #CC7FAA

#CC7FAA
(204,127,170)
#BA749B
(186,116,155)
#A8698C
(168,105,140)
#965E7D
(150,94,125)
#84536E
(132,83,110)
#72485F
(114,72,95)
#603D50
(96,61,80)
#4E3241
(78,50,65)
#3C2732
(60,39,50)
#2A1C23
(42,28,35)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #CC7FAA

#CC7FAA
(204,127,170)
#D08AB1
(208,138,177)
#D495B8
(212,149,184)
#D8A0BF
(216,160,191)
#DCABC6
(220,171,198)
#E0B6CD
(224,182,205)
#E4C1D4
(228,193,212)
#E8CCDB
(232,204,219)
#ECD7E2
(236,215,226)
#F0E2E9
(240,226,233)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7FAA; }

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

This text font color is #CC7FAA.

Background Color

.myBgColor { background-color: #CC7FAA; }

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

This div background color is #CC7FAA.

Border color

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

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

This div border color is #CC7FAA.

Opacity

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

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

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

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

This text has shadow with #CC7FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7FAA.

Preview

Color preview on black background

This text has color #CC7FAA on black background.


Color preview on white background

This text has color #CC7FAA on white background.


Black color preview on #CC7FAA background

This text has black color on #CC7FAA background.


White color preview on #CC7FAA background

This text has white color on #CC7FAA background.


Related colors

Complementary color

Complementary color for #hex is #338055.


I love getcolorcode.com

Triadic colors

1 #AACC7F and #7FAACC with #CC7FAA are triadic colors.

2 #AA7FCC and #7FCCAA with #CC7FAA are triadic colors.