COLOR #CC98B4

HEX: #CC98B4
RGB: (204,152,180)

Color info

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

RGB color model

#CC98B4 color RGB value is (204,152,180).

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

RGB channels and saturation

R 204 of 255 = 80%
G 152 of 255 = 60%
B 180 of 255 = 71%

204
152
180

R + G + B ~ 70%. #CC98B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 152 + 180 = 536 (100%)
R 204 of 536 ~ 38.06%
G 152 of 536 ~ 28.36%
B 180 of 536 ~ 33.58%

%38.06
%28.36
%33.58

CMYK color model

#CC98B4 color CMYK value is (0,25,12,20).

  • cyan value is 0.00%
  • magenta value is 25.49%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(0,25,12,20)
C0M25Y12K20 
(0%,25%,12%,20%)
(0.00/0.25/0.12/0.20)	

CMYK percentages

%0
%25.49
%11.76
%20

Codes

Color #CC98B4 in popluar color models

CC98B4
RGB204152180
HSL328°33.77%69.80%
HSB/HSV328°25.49%80.00%
CMYK0.00%25.49%11.76%
20.00%

Color #CC98B4 in popluar number systems.

HEXCC98B4
Decimal204152180
Binary110011001001100010110100
Octal314230264

Shades and tints

Shades of #CC98B4

#CC98B4
(204,152,180)
#BA8BA4
(186,139,164)
#A87E94
(168,126,148)
#967184
(150,113,132)
#846474
(132,100,116)
#725764
(114,87,100)
#604A54
(96,74,84)
#4E3D44
(78,61,68)
#3C3034
(60,48,52)
#2A2324
(42,35,36)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #CC98B4

#CC98B4
(204,152,180)
#D0A1BA
(208,161,186)
#D4AAC0
(212,170,192)
#D8B3C6
(216,179,198)
#DCBCCC
(220,188,204)
#E0C5D2
(224,197,210)
#E4CED8
(228,206,216)
#E8D7DE
(232,215,222)
#ECE0E4
(236,224,228)
#F0E9EA
(240,233,234)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC98B4; }

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

This text font color is #CC98B4.


Background Color

.myBgColor { background-color: #CC98B4; }

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

This div background color is #CC98B4.


Border color

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

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

This div border color is #CC98B4.


Opacity

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

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

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

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

This text has shadow with #CC98B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC98B4 on black background.


Color preview on white background

This text has color #CC98B4 on white background.



Black color preview on #CC98B4 background

This text has black color on #CC98B4 background.


White color preview on #CC98B4 background

This text has white color on #CC98B4 background.