COLOR #CC7EA3

HEX: #CC7EA3 RGB: (204,126,163)

Color info

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

RGB color model

#CC7EA3 color RGB value is (204,126,163).

RGB: (204,126,163) (80%, 49%, 64%)

RGB channels and saturation

R 204 of 255 = 80%
G 126 of 255 = 49%
B 163 of 255 = 64%

204
126
163

R + G + B ~ 64%. #CC7EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 126 + 163 = 493 (100%)
R 204 of 493 ~ 41.38%
G 126 of 493 ~ 25.56%
B 163 of 493 ~ 33.06'%

%41.38
%25.56
%33.06

CMYK color model

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

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

Codes

Color #CC7EA3 in popluar color models

CC 7E A3
RGB 204 126 163
HSL 332° 43.33% 64.71%
HSB/HSV 332° 38.24% 80.00%
CMYK 0.00% 38.24% 20.10%
20.00%

Color #CC7EA3 in popluar number systems.

HEX CC 7E A3
Decimal 204 126 163
Binary 11001100 1111110 10100011
Octal 314 176 243

Shades and tints

Shades of #CC7EA3

#CC7EA3
(204,126,163)
#BA7395
(186,115,149)
#A86887
(168,104,135)
#965D79
(150,93,121)
#84526B
(132,82,107)
#72475D
(114,71,93)
#603C4F
(96,60,79)
#4E3141
(78,49,65)
#3C2633
(60,38,51)
#2A1B25
(42,27,37)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #CC7EA3

#CC7EA3
(204,126,163)
#D089AB
(208,137,171)
#D494B3
(212,148,179)
#D89FBB
(216,159,187)
#DCAAC3
(220,170,195)
#E0B5CB
(224,181,203)
#E4C0D3
(228,192,211)
#E8CBDB
(232,203,219)
#ECD6E3
(236,214,227)
#F0E1EB
(240,225,235)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7EA3; }

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

This text font color is #CC7EA3.

Background Color

.myBgColor { background-color: #CC7EA3; }

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

This div background color is #CC7EA3.

Border color

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

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

This div border color is #CC7EA3.

Opacity

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

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

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

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

This text has shadow with #CC7EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7EA3.

Preview

Color preview on black background

This text has color #CC7EA3 on black background.


Color preview on white background

This text has color #CC7EA3 on white background.


Black color preview on #CC7EA3 background

This text has black color on #CC7EA3 background.


White color preview on #CC7EA3 background

This text has white color on #CC7EA3 background.


Related colors

Complementary color

Complementary color for #hex is #33815C.


I love getcolorcode.com

Triadic colors

1 #A3CC7E and #7EA3CC with #CC7EA3 are triadic colors.

2 #A37ECC and #7ECCA3 with #CC7EA3 are triadic colors.