COLOR #C998CD

HEX: #C998CD
RGB: (201,152,205)

Color info

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

RGB color model

#C998CD color RGB value is (201,152,205).

  • red value is 201;
  • green value is 152;
  • blue value is 205.
RGB:
(201,152,205)
(79%,60%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 205 of 255 = 80%

201
152
205

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

Portions of RGB colors in percentages

R + G + B =
201 + 152 + 205 = 558 (100%)
R 201 of 558 ~ 36.02%
G 152 of 558 ~ 27.24%
B 205 of 558 ~ 36.74%

%36.02
%27.24
%36.74

CMYK color model

#C998CD color CMYK value is (2,26,0,20).

  • cyan value is 1.95%
  • magenta value is 25.85%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(2,26,0,20)
C2M26Y0K20 
(2%,26%,0%,20%)
(0.02/0.26/0.00/0.20)	

CMYK percentages

%1.95
%25.85
%0
%19.61

Codes

Color #C998CD in popluar color models

C998CD
RGB201152205
HSL295°34.64%70.00%
HSB/HSV295°25.85%80.39%
CMYK1.95%25.85%0.00%
19.61%

Color #C998CD in popluar number systems.

HEXC998CD
Decimal201152205
Binary110010011001100011001101
Octal311230315

Shades and tints

Shades of #C998CD

#C998CD
(201,152,205)
#B78BBB
(183,139,187)
#A57EA9
(165,126,169)
#937197
(147,113,151)
#816485
(129,100,133)
#6F5773
(111,87,115)
#5D4A61
(93,74,97)
#4B3D4F
(75,61,79)
#39303D
(57,48,61)
#27232B
(39,35,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #C998CD

#C998CD
(201,152,205)
#CDA1D1
(205,161,209)
#D1AAD5
(209,170,213)
#D5B3D9
(213,179,217)
#D9BCDD
(217,188,221)
#DDC5E1
(221,197,225)
#E1CEE5
(225,206,229)
#E5D7E9
(229,215,233)
#E9E0ED
(233,224,237)
#EDE9F1
(237,233,241)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C998CD color. Also use rgb(201,152,205) instead hex code.

Text Font Color

.myTextColor { color: #C998CD; }

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

This text font color is #C998CD.


Background Color

.myBgColor { background-color: #C998CD; }

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

This div background color is #C998CD.


Border color

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

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

This div border color is #C998CD.


Opacity

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

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

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

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

This text has shadow with #C998CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C998CD on black background.


Color preview on white background

This text has color #C998CD on white background.



Black color preview on #C998CD background

This text has black color on #C998CD background.


White color preview on #C998CD background

This text has white color on #C998CD background.