COLOR #C98CA6

HEX: #C98CA6
RGB: (201,140,166)

Color info

#C98CA6 contains mainly red and blue colors. Web safe color of #C98CA6 is #CC9999 (or #C99).

RGB color model

#C98CA6 color RGB value is (201,140,166).

  • red value is 201;
  • green value is 140;
  • blue value is 166.
RGB:
(201,140,166)
(79%,55%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 140 of 255 = 55%
B 166 of 255 = 65%

201
140
166

R + G + B ~ 66%. #C98CA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 140 + 166 = 507 (100%)
R 201 of 507 ~ 39.64%
G 140 of 507 ~ 27.61%
B 166 of 507 ~ 32.74%

%39.64
%27.61
%32.74

CMYK color model

#C98CA6 color CMYK value is (0,30,17,21).

  • cyan value is 0.00%
  • magenta value is 30.35%
  • yellow value is 17.41%
  • key color value is 21.18%
CMYK:
(0,30,17,21)
C0M30Y17K21 
(0%,30%,17%,21%)
(0.00/0.30/0.17/0.21)	

CMYK percentages

%0
%30.35
%17.41
%21.18

Codes

Color #C98CA6 in popluar color models

C98CA6
RGB201140166
HSL334°36.09%66.86%
HSB/HSV334°30.35%78.82%
CMYK0.00%30.35%17.41%
21.18%

Color #C98CA6 in popluar number systems.

HEXC98CA6
Decimal201140166
Binary110010011000110010100110
Octal311214246

Shades and tints

Shades of #C98CA6

#C98CA6
(201,140,166)
#B78097
(183,128,151)
#A57488
(165,116,136)
#936879
(147,104,121)
#815C6A
(129,92,106)
#6F505B
(111,80,91)
#5D444C
(93,68,76)
#4B383D
(75,56,61)
#392C2E
(57,44,46)
#27201F
(39,32,31)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #C98CA6

#C98CA6
(201,140,166)
#CD96AE
(205,150,174)
#D1A0B6
(209,160,182)
#D5AABE
(213,170,190)
#D9B4C6
(217,180,198)
#DDBECE
(221,190,206)
#E1C8D6
(225,200,214)
#E5D2DE
(229,210,222)
#E9DCE6
(233,220,230)
#EDE6EE
(237,230,238)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98CA6 color. Also use rgb(201,140,166) instead hex code.

Text Font Color

.myTextColor { color: #C98CA6; }

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

This text font color is #C98CA6.


Background Color

.myBgColor { background-color: #C98CA6; }

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

This div background color is #C98CA6.


Border color

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

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

This div border color is #C98CA6.


Opacity

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

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

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

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

This text has shadow with #C98CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98CA6 on black background.


Color preview on white background

This text has color #C98CA6 on white background.



Black color preview on #C98CA6 background

This text has black color on #C98CA6 background.


White color preview on #C98CA6 background

This text has white color on #C98CA6 background.