COLOR #C998E0

HEX: #C998E0 RGB: (201,152,224)

Color info

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

RGB color model

#C998E0 color RGB value is (201,152,224).

RGB: (201,152,224) (79%, 60%, 88%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 224 of 255 = 88%

201
152
224

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

Portions of RGB colors in percentages

R + G + B = 201 + 152 + 224 = 577 (100%)
R 201 of 577 ~ 34.84%
G 152 of 577 ~ 26.34%
B 224 of 577 ~ 38.82'%

%34.84
%26.34
%38.82

CMYK color model

#C998E0 color CMYK value is (10,32,0,12).

  • cyan value is 10.27%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (10,32,0,12) C10M32Y0K12 (10%,32%,0%,12%) (0.10/0.32/0.00/0.12) 

CMYK percentages

%10.27
%32.14
%0
%12.16

Codes

Color #C998E0 in popluar color models

C9 98 E0
RGB 201 152 224
HSL 281° 53.73% 73.73%
HSB/HSV 281° 32.14% 87.84%
CMYK 10.27% 32.14% 0.00%
12.16%

Color #C998E0 in popluar number systems.

HEX C9 98 E0
Decimal 201 152 224
Binary 11001001 10011000 11100000
Octal 311 230 340

Shades and tints

Shades of #C998E0

#C998E0
(201,152,224)
#B78BCC
(183,139,204)
#A57EB8
(165,126,184)
#9371A4
(147,113,164)
#816490
(129,100,144)
#6F577C
(111,87,124)
#5D4A68
(93,74,104)
#4B3D54
(75,61,84)
#393040
(57,48,64)
#27232C
(39,35,44)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #C998E0

#C998E0
(201,152,224)
#CDA1E2
(205,161,226)
#D1AAE4
(209,170,228)
#D5B3E6
(213,179,230)
#D9BCE8
(217,188,232)
#DDC5EA
(221,197,234)
#E1CEEC
(225,206,236)
#E5D7EE
(229,215,238)
#E9E0F0
(233,224,240)
#EDE9F2
(237,233,242)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C998E0; }

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

This text font color is #C998E0.

Background Color

.myBgColor { background-color: #C998E0; }

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

This div background color is #C998E0.

Border color

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

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

This div border color is #C998E0.

Opacity

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

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

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

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

This text has shadow with #C998E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C998E0.

Preview

Color preview on black background

This text has color #C998E0 on black background.


Color preview on white background

This text has color #C998E0 on white background.


Black color preview on #C998E0 background

This text has black color on #C998E0 background.


White color preview on #C998E0 background

This text has white color on #C998E0 background.


Related colors

Complementary color

Complementary color for #hex is #36671F.


I love getcolorcode.com

Triadic colors

1 #E0C998 and #98E0C9 with #C998E0 are triadic colors.

2 #E098C9 and #98C9E0 with #C998E0 are triadic colors.