COLOR #C998B8

HEX: #C998B8
RGB: (201,152,184)

Color info

#C998B8 contains red, green and blue colors in about the same proportion. Web safe color of #C998B8 is #CC99CC (or #C9C).

RGB color model

#C998B8 color RGB value is (201,152,184).

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

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 184 of 255 = 72%

201
152
184

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

Portions of RGB colors in percentages

R + G + B =
201 + 152 + 184 = 537 (100%)
R 201 of 537 ~ 37.43%
G 152 of 537 ~ 28.31%
B 184 of 537 ~ 34.26%

%37.43
%28.31
%34.26

CMYK color model

#C998B8 color CMYK value is (0,24,8,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 8.46%
  • key color value is 21.18%
CMYK:
(0,24,8,21)
C0M24Y8K21 
(0%,24%,8%,21%)
(0.00/0.24/0.08/0.21)	

CMYK percentages

%0
%24.38
%8.46
%21.18

Codes

Color #C998B8 in popluar color models

C998B8
RGB201152184
HSL321°31.21%69.22%
HSB/HSV321°24.38%78.82%
CMYK0.00%24.38%8.46%
21.18%

Color #C998B8 in popluar number systems.

HEXC998B8
Decimal201152184
Binary110010011001100010111000
Octal311230270

Shades and tints

Shades of #C998B8

#C998B8
(201,152,184)
#B78BA8
(183,139,168)
#A57E98
(165,126,152)
#937188
(147,113,136)
#816478
(129,100,120)
#6F5768
(111,87,104)
#5D4A58
(93,74,88)
#4B3D48
(75,61,72)
#393038
(57,48,56)
#272328
(39,35,40)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #C998B8

#C998B8
(201,152,184)
#CDA1BE
(205,161,190)
#D1AAC4
(209,170,196)
#D5B3CA
(213,179,202)
#D9BCD0
(217,188,208)
#DDC5D6
(221,197,214)
#E1CEDC
(225,206,220)
#E5D7E2
(229,215,226)
#E9E0E8
(233,224,232)
#EDE9EE
(237,233,238)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C998B8; }

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

This text font color is #C998B8.


Background Color

.myBgColor { background-color: #C998B8; }

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

This div background color is #C998B8.


Border color

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

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

This div border color is #C998B8.


Opacity

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

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

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

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

This text has shadow with #C998B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C998B8 on black background.


Color preview on white background

This text has color #C998B8 on white background.



Black color preview on #C998B8 background

This text has black color on #C998B8 background.


White color preview on #C998B8 background

This text has white color on #C998B8 background.