COLOR #CC879C

HEX: #CC879C
RGB: (204,135,156)

Color info

#CC879C contains mainly red and blue colors. Web safe color of #CC879C is #CC9999 (or #C99).

RGB color model

#CC879C color RGB value is (204,135,156).

  • red value is 204;
  • green value is 135;
  • blue value is 156.
RGB:
(204,135,156)
(80%,53%,61%)

RGB channels and saturation

R 204 of 255 = 80%
G 135 of 255 = 53%
B 156 of 255 = 61%

204
135
156

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

Portions of RGB colors in percentages

R + G + B =
204 + 135 + 156 = 495 (100%)
R 204 of 495 ~ 41.21%
G 135 of 495 ~ 27.27%
B 156 of 495 ~ 31.52%

%41.21
%27.27
%31.52

CMYK color model

#CC879C color CMYK value is (0,34,24,20).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 23.53%
  • key color value is 20.00%
CMYK:
(0,34,24,20)
C0M34Y24K20 
(0%,34%,24%,20%)
(0.00/0.34/0.24/0.20)	

CMYK percentages

%0
%33.82
%23.53
%20

Codes

Color #CC879C in popluar color models

CC879C
RGB204135156
HSL342°40.35%66.47%
HSB/HSV342°33.82%80.00%
CMYK0.00%33.82%23.53%
20.00%

Color #CC879C in popluar number systems.

HEXCC879C
Decimal204135156
Binary110011001000011110011100
Octal314207234

Shades and tints

Shades of #CC879C

#CC879C
(204,135,156)
#BA7B8E
(186,123,142)
#A86F80
(168,111,128)
#966372
(150,99,114)
#845764
(132,87,100)
#724B56
(114,75,86)
#603F48
(96,63,72)
#4E333A
(78,51,58)
#3C272C
(60,39,44)
#2A1B1E
(42,27,30)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #CC879C

#CC879C
(204,135,156)
#D091A5
(208,145,165)
#D49BAE
(212,155,174)
#D8A5B7
(216,165,183)
#DCAFC0
(220,175,192)
#E0B9C9
(224,185,201)
#E4C3D2
(228,195,210)
#E8CDDB
(232,205,219)
#ECD7E4
(236,215,228)
#F0E1ED
(240,225,237)
#F4EBF6
(244,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC879C color. Also use rgb(204,135,156) instead hex code.

Text Font Color

.myTextColor { color: #CC879C; }

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

This text font color is #CC879C.


Background Color

.myBgColor { background-color: #CC879C; }

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

This div background color is #CC879C.


Border color

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

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

This div border color is #CC879C.


Opacity

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

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

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

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

This text has shadow with #CC879C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC879C on black background.


Color preview on white background

This text has color #CC879C on white background.



Black color preview on #CC879C background

This text has black color on #CC879C background.


White color preview on #CC879C background

This text has white color on #CC879C background.