COLOR #CC7E8E

HEX: #CC7E8E
RGB: (204,126,142)

Color info

#CC7E8E contains mainly red color. Web safe color of #CC7E8E is #CC6699 (or #C69).

RGB color model

#CC7E8E color RGB value is (204,126,142).

  • red value is 204;
  • green value is 126;
  • blue value is 142.
RGB:
(204,126,142)
(80%,49%,56%)

RGB channels and saturation

R 204 of 255 = 80%
G 126 of 255 = 49%
B 142 of 255 = 56%

204
126
142

R + G + B ~ 62%. #CC7E8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 126 + 142 = 472 (100%)
R 204 of 472 ~ 43.22%
G 126 of 472 ~ 26.69%
B 142 of 472 ~ 30.08%

%43.22
%26.69
%30.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 30.39%
  • key color value is 20.00%
CMYK:
(0,38,30,20)
C0M38Y30K20 
(0%,38%,30%,20%)
(0.00/0.38/0.30/0.20)	

CMYK percentages

%0
%38.24
%30.39
%20

Codes

Color #CC7E8E in popluar color models

CC7E8E
RGB204126142
HSL348°43.33%64.71%
HSB/HSV348°38.24%80.00%
CMYK0.00%38.24%30.39%
20.00%

Color #CC7E8E in popluar number systems.

HEXCC7E8E
Decimal204126142
Binary11001100111111010001110
Octal314176216

Shades and tints

Shades of #CC7E8E

#CC7E8E
(204,126,142)
#BA7382
(186,115,130)
#A86876
(168,104,118)
#965D6A
(150,93,106)
#84525E
(132,82,94)
#724752
(114,71,82)
#603C46
(96,60,70)
#4E313A
(78,49,58)
#3C262E
(60,38,46)
#2A1B22
(42,27,34)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #CC7E8E

#CC7E8E
(204,126,142)
#D08998
(208,137,152)
#D494A2
(212,148,162)
#D89FAC
(216,159,172)
#DCAAB6
(220,170,182)
#E0B5C0
(224,181,192)
#E4C0CA
(228,192,202)
#E8CBD4
(232,203,212)
#ECD6DE
(236,214,222)
#F0E1E8
(240,225,232)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7E8E; }

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

This text font color is #CC7E8E.


Background Color

.myBgColor { background-color: #CC7E8E; }

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

This div background color is #CC7E8E.


Border color

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

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

This div border color is #CC7E8E.


Opacity

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

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

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

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

This text has shadow with #CC7E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7E8E on black background.


Color preview on white background

This text has color #CC7E8E on white background.



Black color preview on #CC7E8E background

This text has black color on #CC7E8E background.


White color preview on #CC7E8E background

This text has white color on #CC7E8E background.