COLOR #CC7D9D

HEX: #CC7D9D
RGB: (204,125,157)

Color info

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

RGB color model

#CC7D9D color RGB value is (204,125,157).

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

RGB channels and saturation

R 204 of 255 = 80%
G 125 of 255 = 49%
B 157 of 255 = 62%

204
125
157

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

Portions of RGB colors in percentages

R + G + B =
204 + 125 + 157 = 486 (100%)
R 204 of 486 ~ 41.98%
G 125 of 486 ~ 25.72%
B 157 of 486 ~ 32.3%

%41.98
%25.72
%32.3

CMYK color model

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

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

Codes

Color #CC7D9D in popluar color models

CC7D9D
RGB204125157
HSL336°43.65%64.51%
HSB/HSV336°38.73%80.00%
CMYK0.00%38.73%23.04%
20.00%

Color #CC7D9D in popluar number systems.

HEXCC7D9D
Decimal204125157
Binary11001100111110110011101
Octal314175235

Shades and tints

Shades of #CC7D9D

#CC7D9D
(204,125,157)
#BA728F
(186,114,143)
#A86781
(168,103,129)
#965C73
(150,92,115)
#845165
(132,81,101)
#724657
(114,70,87)
#603B49
(96,59,73)
#4E303B
(78,48,59)
#3C252D
(60,37,45)
#2A1A1F
(42,26,31)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #CC7D9D

#CC7D9D
(204,125,157)
#D088A5
(208,136,165)
#D493AD
(212,147,173)
#D89EB5
(216,158,181)
#DCA9BD
(220,169,189)
#E0B4C5
(224,180,197)
#E4BFCD
(228,191,205)
#E8CAD5
(232,202,213)
#ECD5DD
(236,213,221)
#F0E0E5
(240,224,229)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7D9D color. Also use rgb(204,125,157) instead hex code.

Text Font Color

.myTextColor { color: #CC7D9D; }

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

This text font color is #CC7D9D.


Background Color

.myBgColor { background-color: #CC7D9D; }

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

This div background color is #CC7D9D.


Border color

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

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

This div border color is #CC7D9D.


Opacity

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

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

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

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

This text has shadow with #CC7D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7D9D on black background.


Color preview on white background

This text has color #CC7D9D on white background.



Black color preview on #CC7D9D background

This text has black color on #CC7D9D background.


White color preview on #CC7D9D background

This text has white color on #CC7D9D background.