COLOR #C98AC5

HEX: #C98AC5
RGB: (201,138,197)

Color info

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

RGB color model

#C98AC5 color RGB value is (201,138,197).

  • red value is 201;
  • green value is 138;
  • blue value is 197.
RGB:
(201,138,197)
(79%,54%,77%)

RGB channels and saturation

R 201 of 255 = 79%
G 138 of 255 = 54%
B 197 of 255 = 77%

201
138
197

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

Portions of RGB colors in percentages

R + G + B =
201 + 138 + 197 = 536 (100%)
R 201 of 536 ~ 37.5%
G 138 of 536 ~ 25.75%
B 197 of 536 ~ 36.75%

%37.5
%25.75
%36.75

CMYK color model

#C98AC5 color CMYK value is (0,31,2,21).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 1.99%
  • key color value is 21.18%
CMYK:
(0,31,2,21)
C0M31Y2K21 
(0%,31%,2%,21%)
(0.00/0.31/0.02/0.21)	

CMYK percentages

%0
%31.34
%1.99
%21.18

Codes

Color #C98AC5 in popluar color models

C98AC5
RGB201138197
HSL304°36.84%66.47%
HSB/HSV304°31.34%78.82%
CMYK0.00%31.34%1.99%
21.18%

Color #C98AC5 in popluar number systems.

HEXC98AC5
Decimal201138197
Binary110010011000101011000101
Octal311212305

Shades and tints

Shades of #C98AC5

#C98AC5
(201,138,197)
#B77EB4
(183,126,180)
#A572A3
(165,114,163)
#936692
(147,102,146)
#815A81
(129,90,129)
#6F4E70
(111,78,112)
#5D425F
(93,66,95)
#4B364E
(75,54,78)
#392A3D
(57,42,61)
#271E2C
(39,30,44)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #C98AC5

#C98AC5
(201,138,197)
#CD94CA
(205,148,202)
#D19ECF
(209,158,207)
#D5A8D4
(213,168,212)
#D9B2D9
(217,178,217)
#DDBCDE
(221,188,222)
#E1C6E3
(225,198,227)
#E5D0E8
(229,208,232)
#E9DAED
(233,218,237)
#EDE4F2
(237,228,242)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98AC5 color. Also use rgb(201,138,197) instead hex code.

Text Font Color

.myTextColor { color: #C98AC5; }

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

This text font color is #C98AC5.


Background Color

.myBgColor { background-color: #C98AC5; }

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

This div background color is #C98AC5.


Border color

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

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

This div border color is #C98AC5.


Opacity

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

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

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

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

This text has shadow with #C98AC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98AC5 on black background.


Color preview on white background

This text has color #C98AC5 on white background.



Black color preview on #C98AC5 background

This text has black color on #C98AC5 background.


White color preview on #C98AC5 background

This text has white color on #C98AC5 background.