COLOR #CC7CA6

HEX: #CC7CA6
RGB: (204,124,166)

Color info

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

RGB color model

#CC7CA6 color RGB value is (204,124,166).

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

RGB channels and saturation

R 204 of 255 = 80%
G 124 of 255 = 49%
B 166 of 255 = 65%

204
124
166

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

Portions of RGB colors in percentages

R + G + B =
204 + 124 + 166 = 494 (100%)
R 204 of 494 ~ 41.3%
G 124 of 494 ~ 25.1%
B 166 of 494 ~ 33.6%

%41.3
%25.1
%33.6

CMYK color model

#CC7CA6 color CMYK value is (0,39,19,20).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(0,39,19,20)
C0M39Y19K20 
(0%,39%,19%,20%)
(0.00/0.39/0.19/0.20)	

CMYK percentages

%0
%39.22
%18.63
%20

Codes

Color #CC7CA6 in popluar color models

CC7CA6
RGB204124166
HSL329°43.96%64.31%
HSB/HSV329°39.22%80.00%
CMYK0.00%39.22%18.63%
20.00%

Color #CC7CA6 in popluar number systems.

HEXCC7CA6
Decimal204124166
Binary11001100111110010100110
Octal314174246

Shades and tints

Shades of #CC7CA6

#CC7CA6
(204,124,166)
#BA7197
(186,113,151)
#A86688
(168,102,136)
#965B79
(150,91,121)
#84506A
(132,80,106)
#72455B
(114,69,91)
#603A4C
(96,58,76)
#4E2F3D
(78,47,61)
#3C242E
(60,36,46)
#2A191F
(42,25,31)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #CC7CA6

#CC7CA6
(204,124,166)
#D087AE
(208,135,174)
#D492B6
(212,146,182)
#D89DBE
(216,157,190)
#DCA8C6
(220,168,198)
#E0B3CE
(224,179,206)
#E4BED6
(228,190,214)
#E8C9DE
(232,201,222)
#ECD4E6
(236,212,230)
#F0DFEE
(240,223,238)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7CA6; }

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

This text font color is #CC7CA6.


Background Color

.myBgColor { background-color: #CC7CA6; }

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

This div background color is #CC7CA6.


Border color

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

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

This div border color is #CC7CA6.


Opacity

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

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

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

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

This text has shadow with #CC7CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC7CA6 on black background.


Color preview on white background

This text has color #CC7CA6 on white background.



Black color preview on #CC7CA6 background

This text has black color on #CC7CA6 background.


White color preview on #CC7CA6 background

This text has white color on #CC7CA6 background.