COLOR #CC98C7

HEX: #CC98C7 RGB: (204,152,199)

Color info

#CC98C7 contains red, green and blue colors in about the same proportion. Web safe color of #CC98C7 is #CC99CC (or #C9C).

RGB color model

#CC98C7 color RGB value is (204,152,199).

RGB: (204,152,199) (80%, 60%, 78%)

RGB channels and saturation

R 204 of 255 = 80%
G 152 of 255 = 60%
B 199 of 255 = 78%

204
152
199

R + G + B ~ 73%. #CC98C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 152 + 199 = 555 (100%)
R 204 of 555 ~ 36.76%
G 152 of 555 ~ 27.39%
B 199 of 555 ~ 35.86'%

%36.76
%27.39
%35.86

CMYK color model

#CC98C7 color CMYK value is (0,25,2,20).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 2.45%
  • key color value is 20.00%

CMYK: (0,25,2,20)
C0M25Y2K20 (0%, 25%, 2%, 20%)
(0.00 / 0.25 / 0.02 / 0.20)

CMYK percentages

%0
%25.49
%2.45
%20

Codes

Color #CC98C7 in popluar color models

CC 98 C7
RGB 204 152 199
HSL 306° 33.77% 69.80%
HSB/HSV 306° 25.49% 80.00%
CMYK 0.00% 25.49% 2.45%
20.00%

Color #CC98C7 in popluar number systems.

HEX CC 98 C7
Decimal 204 152 199
Binary 11001100 10011000 11000111
Octal 314 230 307

Shades and tints

Shades of #CC98C7

#CC98C7
(204,152,199)
#BA8BB5
(186,139,181)
#A87EA3
(168,126,163)
#967191
(150,113,145)
#84647F
(132,100,127)
#72576D
(114,87,109)
#604A5B
(96,74,91)
#4E3D49
(78,61,73)
#3C3037
(60,48,55)
#2A2325
(42,35,37)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #CC98C7

#CC98C7
(204,152,199)
#D0A1CC
(208,161,204)
#D4AAD1
(212,170,209)
#D8B3D6
(216,179,214)
#DCBCDB
(220,188,219)
#E0C5E0
(224,197,224)
#E4CEE5
(228,206,229)
#E8D7EA
(232,215,234)
#ECE0EF
(236,224,239)
#F0E9F4
(240,233,244)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC98C7; }

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

This text font color is #CC98C7.

Background Color

.myBgColor { background-color: #CC98C7; }

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

This div background color is #CC98C7.

Border color

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

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

This div border color is #CC98C7.

Opacity

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

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

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

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

This text has shadow with #CC98C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC98C7.

Preview

Color preview on black background

This text has color #CC98C7 on black background.


Color preview on white background

This text has color #CC98C7 on white background.


Black color preview on #CC98C7 background

This text has black color on #CC98C7 background.


White color preview on #CC98C7 background

This text has white color on #CC98C7 background.


Related colors

Complementary color

Complementary color for #hex is #336738.


I love getcolorcode.com

Triadic colors

1 #C7CC98 and #98C7CC with #CC98C7 are triadic colors.

2 #C798CC and #98CCC7 with #CC98C7 are triadic colors.