COLOR #CC8698

HEX: #CC8698
RGB: (204,134,152)

Color info

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

RGB color model

#CC8698 color RGB value is (204,134,152).

  • red value is 204;
  • green value is 134;
  • blue value is 152.
RGB:
(204,134,152)
(80%,53%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 134 of 255 = 53%
B 152 of 255 = 60%

204
134
152

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

Portions of RGB colors in percentages

R + G + B =
204 + 134 + 152 = 490 (100%)
R 204 of 490 ~ 41.63%
G 134 of 490 ~ 27.35%
B 152 of 490 ~ 31.02%

%41.63
%27.35
%31.02

CMYK color model

#CC8698 color CMYK value is (0,34,25,20).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 25.49%
  • key color value is 20.00%
CMYK:
(0,34,25,20)
C0M34Y25K20 
(0%,34%,25%,20%)
(0.00/0.34/0.25/0.20)	

CMYK percentages

%0
%34.31
%25.49
%20

Codes

Color #CC8698 in popluar color models

CC8698
RGB204134152
HSL345°40.70%66.27%
HSB/HSV345°34.31%80.00%
CMYK0.00%34.31%25.49%
20.00%

Color #CC8698 in popluar number systems.

HEXCC8698
Decimal204134152
Binary110011001000011010011000
Octal314206230

Shades and tints

Shades of #CC8698

#CC8698
(204,134,152)
#BA7A8B
(186,122,139)
#A86E7E
(168,110,126)
#966271
(150,98,113)
#845664
(132,86,100)
#724A57
(114,74,87)
#603E4A
(96,62,74)
#4E323D
(78,50,61)
#3C2630
(60,38,48)
#2A1A23
(42,26,35)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #CC8698

#CC8698
(204,134,152)
#D091A1
(208,145,161)
#D49CAA
(212,156,170)
#D8A7B3
(216,167,179)
#DCB2BC
(220,178,188)
#E0BDC5
(224,189,197)
#E4C8CE
(228,200,206)
#E8D3D7
(232,211,215)
#ECDEE0
(236,222,224)
#F0E9E9
(240,233,233)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8698 color. Also use rgb(204,134,152) instead hex code.

Text Font Color

.myTextColor { color: #CC8698; }

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

This text font color is #CC8698.


Background Color

.myBgColor { background-color: #CC8698; }

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

This div background color is #CC8698.


Border color

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

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

This div border color is #CC8698.


Opacity

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

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

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

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

This text has shadow with #CC8698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8698 on black background.


Color preview on white background

This text has color #CC8698 on white background.



Black color preview on #CC8698 background

This text has black color on #CC8698 background.


White color preview on #CC8698 background

This text has white color on #CC8698 background.