COLOR #CC7EA9

HEX: #CC7EA9 RGB: (204,126,169)

Color info

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

RGB color model

#CC7EA9 color RGB value is (204,126,169).

RGB: (204,126,169) (80%, 49%, 66%)

RGB channels and saturation

R 204 of 255 = 80%
G 126 of 255 = 49%
B 169 of 255 = 66%

204
126
169

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

Portions of RGB colors in percentages

R + G + B = 204 + 126 + 169 = 499 (100%)
R 204 of 499 ~ 40.88%
G 126 of 499 ~ 25.25%
B 169 of 499 ~ 33.87'%

%40.88
%25.25
%33.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 17.16%
  • 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
%38.24
%17.16
%20

Codes

Color #CC7EA9 in popluar color models

CC 7E A9
RGB 204 126 169
HSL 327° 43.33% 64.71%
HSB/HSV 327° 38.24% 80.00%
CMYK 0.00% 38.24% 17.16%
20.00%

Color #CC7EA9 in popluar number systems.

HEX CC 7E A9
Decimal 204 126 169
Binary 11001100 1111110 10101001
Octal 314 176 251

Shades and tints

Shades of #CC7EA9

#CC7EA9
(204,126,169)
#BA739A
(186,115,154)
#A8688B
(168,104,139)
#965D7C
(150,93,124)
#84526D
(132,82,109)
#72475E
(114,71,94)
#603C4F
(96,60,79)
#4E3140
(78,49,64)
#3C2631
(60,38,49)
#2A1B22
(42,27,34)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #CC7EA9

#CC7EA9
(204,126,169)
#D089B0
(208,137,176)
#D494B7
(212,148,183)
#D89FBE
(216,159,190)
#DCAAC5
(220,170,197)
#E0B5CC
(224,181,204)
#E4C0D3
(228,192,211)
#E8CBDA
(232,203,218)
#ECD6E1
(236,214,225)
#F0E1E8
(240,225,232)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7EA9 color. Also use rgb(204,126,169) instead hex code.

Text Font Color

.myTextColor { color: #CC7EA9; }

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

This text font color is #CC7EA9.

Background Color

.myBgColor { background-color: #CC7EA9; }

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

This div background color is #CC7EA9.

Border color

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

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

This div border color is #CC7EA9.

Opacity

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

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

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

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

This text has shadow with #CC7EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7EA9.

Preview

Color preview on black background

This text has color #CC7EA9 on black background.


Color preview on white background

This text has color #CC7EA9 on white background.


Black color preview on #CC7EA9 background

This text has black color on #CC7EA9 background.


White color preview on #CC7EA9 background

This text has white color on #CC7EA9 background.


Related colors

Complementary color

Complementary color for #hex is #338156.


I love getcolorcode.com

Triadic colors

1 #A9CC7E and #7EA9CC with #CC7EA9 are triadic colors.

2 #A97ECC and #7ECCA9 with #CC7EA9 are triadic colors.