COLOR #C998B1

HEX: #C998B1
RGB: (201,152,177)

Color info

#C998B1 contains red, green and blue colors in about the same proportion. Web safe color of #C998B1 is #CC9999 (or #C99).

RGB color model

#C998B1 color RGB value is (201,152,177).

  • red value is 201;
  • green value is 152;
  • blue value is 177.
RGB:
(201,152,177)
(79%,60%,69%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 177 of 255 = 69%

201
152
177

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

Portions of RGB colors in percentages

R + G + B =
201 + 152 + 177 = 530 (100%)
R 201 of 530 ~ 37.92%
G 152 of 530 ~ 28.68%
B 177 of 530 ~ 33.4%

%37.92
%28.68
%33.4

CMYK color model

#C998B1 color CMYK value is (0,24,12,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 11.94%
  • key color value is 21.18%
CMYK:
(0,24,12,21)
C0M24Y12K21 
(0%,24%,12%,21%)
(0.00/0.24/0.12/0.21)	

CMYK percentages

%0
%24.38
%11.94
%21.18

Codes

Color #C998B1 in popluar color models

C998B1
RGB201152177
HSL329°31.21%69.22%
HSB/HSV329°24.38%78.82%
CMYK0.00%24.38%11.94%
21.18%

Color #C998B1 in popluar number systems.

HEXC998B1
Decimal201152177
Binary110010011001100010110001
Octal311230261

Shades and tints

Shades of #C998B1

#C998B1
(201,152,177)
#B78BA1
(183,139,161)
#A57E91
(165,126,145)
#937181
(147,113,129)
#816471
(129,100,113)
#6F5761
(111,87,97)
#5D4A51
(93,74,81)
#4B3D41
(75,61,65)
#393031
(57,48,49)
#272321
(39,35,33)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #C998B1

#C998B1
(201,152,177)
#CDA1B8
(205,161,184)
#D1AABF
(209,170,191)
#D5B3C6
(213,179,198)
#D9BCCD
(217,188,205)
#DDC5D4
(221,197,212)
#E1CEDB
(225,206,219)
#E5D7E2
(229,215,226)
#E9E0E9
(233,224,233)
#EDE9F0
(237,233,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C998B1; }

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

This text font color is #C998B1.


Background Color

.myBgColor { background-color: #C998B1; }

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

This div background color is #C998B1.


Border color

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

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

This div border color is #C998B1.


Opacity

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

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

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

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

This text has shadow with #C998B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C998B1 on black background.


Color preview on white background

This text has color #C998B1 on white background.



Black color preview on #C998B1 background

This text has black color on #C998B1 background.


White color preview on #C998B1 background

This text has white color on #C998B1 background.