COLOR #CC7C9E

HEX: #CC7C9E
RGB: (204,124,158)

Color info

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

RGB color model

#CC7C9E color RGB value is (204,124,158).

  • red value is 204;
  • green value is 124;
  • blue value is 158.
RGB:
(204,124,158)
(80%,49%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 124 of 255 = 49%
B 158 of 255 = 62%

204
124
158

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

Portions of RGB colors in percentages

R + G + B =
204 + 124 + 158 = 486 (100%)
R 204 of 486 ~ 41.98%
G 124 of 486 ~ 25.51%
B 158 of 486 ~ 32.51%

%41.98
%25.51
%32.51

CMYK color model

#CC7C9E color CMYK value is (0,39,23,20).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK:
(0,39,23,20)
C0M39Y23K20 
(0%,39%,23%,20%)
(0.00/0.39/0.23/0.20)	

CMYK percentages

%0
%39.22
%22.55
%20

Codes

Color #CC7C9E in popluar color models

CC7C9E
RGB204124158
HSL335°43.96%64.31%
HSB/HSV335°39.22%80.00%
CMYK0.00%39.22%22.55%
20.00%

Color #CC7C9E in popluar number systems.

HEXCC7C9E
Decimal204124158
Binary11001100111110010011110
Octal314174236

Shades and tints

Shades of #CC7C9E

#CC7C9E
(204,124,158)
#BA7190
(186,113,144)
#A86682
(168,102,130)
#965B74
(150,91,116)
#845066
(132,80,102)
#724558
(114,69,88)
#603A4A
(96,58,74)
#4E2F3C
(78,47,60)
#3C242E
(60,36,46)
#2A1920
(42,25,32)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #CC7C9E

#CC7C9E
(204,124,158)
#D087A6
(208,135,166)
#D492AE
(212,146,174)
#D89DB6
(216,157,182)
#DCA8BE
(220,168,190)
#E0B3C6
(224,179,198)
#E4BECE
(228,190,206)
#E8C9D6
(232,201,214)
#ECD4DE
(236,212,222)
#F0DFE6
(240,223,230)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7C9E color. Also use rgb(204,124,158) instead hex code.

Text Font Color

.myTextColor { color: #CC7C9E; }

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

This text font color is #CC7C9E.


Background Color

.myBgColor { background-color: #CC7C9E; }

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

This div background color is #CC7C9E.


Border color

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

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

This div border color is #CC7C9E.


Opacity

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

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

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

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

This text has shadow with #CC7C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7C9E on black background.


Color preview on white background

This text has color #CC7C9E on white background.



Black color preview on #CC7C9E background

This text has black color on #CC7C9E background.


White color preview on #CC7C9E background

This text has white color on #CC7C9E background.