COLOR #C98BA9

HEX: #C98BA9
RGB: (201,139,169)

Color info

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

RGB color model

#C98BA9 color RGB value is (201,139,169).

  • red value is 201;
  • green value is 139;
  • blue value is 169.
RGB:
(201,139,169)
(79%,55%,66%)

RGB channels and saturation

R 201 of 255 = 79%
G 139 of 255 = 55%
B 169 of 255 = 66%

201
139
169

R + G + B ~ 67%. #C98BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 139 + 169 = 509 (100%)
R 201 of 509 ~ 39.49%
G 139 of 509 ~ 27.31%
B 169 of 509 ~ 33.2%

%39.49
%27.31
%33.2

CMYK color model

#C98BA9 color CMYK value is (0,31,16,21).

  • cyan value is 0.00%
  • magenta value is 30.85%
  • yellow value is 15.92%
  • key color value is 21.18%
CMYK:
(0,31,16,21)
C0M31Y16K21 
(0%,31%,16%,21%)
(0.00/0.31/0.16/0.21)	

CMYK percentages

%0
%30.85
%15.92
%21.18

Codes

Color #C98BA9 in popluar color models

C98BA9
RGB201139169
HSL331°36.47%66.67%
HSB/HSV331°30.85%78.82%
CMYK0.00%30.85%15.92%
21.18%

Color #C98BA9 in popluar number systems.

HEXC98BA9
Decimal201139169
Binary110010011000101110101001
Octal311213251

Shades and tints

Shades of #C98BA9

#C98BA9
(201,139,169)
#B77F9A
(183,127,154)
#A5738B
(165,115,139)
#93677C
(147,103,124)
#815B6D
(129,91,109)
#6F4F5E
(111,79,94)
#5D434F
(93,67,79)
#4B3740
(75,55,64)
#392B31
(57,43,49)
#271F22
(39,31,34)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #C98BA9

#C98BA9
(201,139,169)
#CD95B0
(205,149,176)
#D19FB7
(209,159,183)
#D5A9BE
(213,169,190)
#D9B3C5
(217,179,197)
#DDBDCC
(221,189,204)
#E1C7D3
(225,199,211)
#E5D1DA
(229,209,218)
#E9DBE1
(233,219,225)
#EDE5E8
(237,229,232)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98BA9 color. Also use rgb(201,139,169) instead hex code.

Text Font Color

.myTextColor { color: #C98BA9; }

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

This text font color is #C98BA9.


Background Color

.myBgColor { background-color: #C98BA9; }

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

This div background color is #C98BA9.


Border color

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

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

This div border color is #C98BA9.


Opacity

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

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

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

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

This text has shadow with #C98BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98BA9 on black background.


Color preview on white background

This text has color #C98BA9 on white background.



Black color preview on #C98BA9 background

This text has black color on #C98BA9 background.


White color preview on #C98BA9 background

This text has white color on #C98BA9 background.