COLOR #C998E2

HEX: #C998E2
RGB: (201,152,226)

Color info

#C998E2 contains mainly red and blue colors. Web safe color of #C998E2 is #CC99CC (or #C9C).

RGB color model

#C998E2 color RGB value is (201,152,226).

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

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 226 of 255 = 89%

201
152
226

R + G + B ~ 76%. #C998E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 152 + 226 = 579 (100%)
R 201 of 579 ~ 34.72%
G 152 of 579 ~ 26.25%
B 226 of 579 ~ 39.03%

%34.72
%26.25
%39.03

CMYK color model

#C998E2 color CMYK value is (11,33,0,11).

  • cyan value is 11.06%
  • magenta value is 32.74%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(11,33,0,11)
C11M33Y0K11 
(11%,33%,0%,11%)
(0.11/0.33/0.00/0.11)	

CMYK percentages

%11.06
%32.74
%0
%11.37

Codes

Color #C998E2 in popluar color models

C998E2
RGB201152226
HSL280°56.06%74.12%
HSB/HSV280°32.74%88.63%
CMYK11.06%32.74%0.00%
11.37%

Color #C998E2 in popluar number systems.

HEXC998E2
Decimal201152226
Binary110010011001100011100010
Octal311230342

Shades and tints

Shades of #C998E2

#C998E2
(201,152,226)
#B78BCE
(183,139,206)
#A57EBA
(165,126,186)
#9371A6
(147,113,166)
#816492
(129,100,146)
#6F577E
(111,87,126)
#5D4A6A
(93,74,106)
#4B3D56
(75,61,86)
#393042
(57,48,66)
#27232E
(39,35,46)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #C998E2

#C998E2
(201,152,226)
#CDA1E4
(205,161,228)
#D1AAE6
(209,170,230)
#D5B3E8
(213,179,232)
#D9BCEA
(217,188,234)
#DDC5EC
(221,197,236)
#E1CEEE
(225,206,238)
#E5D7F0
(229,215,240)
#E9E0F2
(233,224,242)
#EDE9F4
(237,233,244)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C998E2; }

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

This text font color is #C998E2.


Background Color

.myBgColor { background-color: #C998E2; }

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

This div background color is #C998E2.


Border color

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

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

This div border color is #C998E2.


Opacity

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

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

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

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

This text has shadow with #C998E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C998E2 on black background.


Color preview on white background

This text has color #C998E2 on white background.



Black color preview on #C998E2 background

This text has black color on #C998E2 background.


White color preview on #C998E2 background

This text has white color on #C998E2 background.