COLOR #C98CB9

HEX: #C98CB9
RGB: (201,140,185)

Color info

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

RGB color model

#C98CB9 color RGB value is (201,140,185).

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

RGB channels and saturation

R 201 of 255 = 79%
G 140 of 255 = 55%
B 185 of 255 = 73%

201
140
185

R + G + B ~ 69%. #C98CB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 140 + 185 = 526 (100%)
R 201 of 526 ~ 38.21%
G 140 of 526 ~ 26.62%
B 185 of 526 ~ 35.17%

%38.21
%26.62
%35.17

CMYK color model

#C98CB9 color CMYK value is (0,30,8,21).

  • cyan value is 0.00%
  • magenta value is 30.35%
  • yellow value is 7.96%
  • key color value is 21.18%
CMYK:
(0,30,8,21)
C0M30Y8K21 
(0%,30%,8%,21%)
(0.00/0.30/0.08/0.21)	

CMYK percentages

%0
%30.35
%7.96
%21.18

Codes

Color #C98CB9 in popluar color models

C98CB9
RGB201140185
HSL316°36.09%66.86%
HSB/HSV316°30.35%78.82%
CMYK0.00%30.35%7.96%
21.18%

Color #C98CB9 in popluar number systems.

HEXC98CB9
Decimal201140185
Binary110010011000110010111001
Octal311214271

Shades and tints

Shades of #C98CB9

#C98CB9
(201,140,185)
#B780A9
(183,128,169)
#A57499
(165,116,153)
#936889
(147,104,137)
#815C79
(129,92,121)
#6F5069
(111,80,105)
#5D4459
(93,68,89)
#4B3849
(75,56,73)
#392C39
(57,44,57)
#272029
(39,32,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #C98CB9

#C98CB9
(201,140,185)
#CD96BF
(205,150,191)
#D1A0C5
(209,160,197)
#D5AACB
(213,170,203)
#D9B4D1
(217,180,209)
#DDBED7
(221,190,215)
#E1C8DD
(225,200,221)
#E5D2E3
(229,210,227)
#E9DCE9
(233,220,233)
#EDE6EF
(237,230,239)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98CB9; }

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

This text font color is #C98CB9.


Background Color

.myBgColor { background-color: #C98CB9; }

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

This div background color is #C98CB9.


Border color

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

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

This div border color is #C98CB9.


Opacity

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

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

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

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

This text has shadow with #C98CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98CB9 on black background.


Color preview on white background

This text has color #C98CB9 on white background.



Black color preview on #C98CB9 background

This text has black color on #C98CB9 background.


White color preview on #C98CB9 background

This text has white color on #C98CB9 background.