COLOR #C988C0

HEX: #C988C0
RGB: (201,136,192)

Color info

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

RGB color model

#C988C0 color RGB value is (201,136,192).

  • red value is 201;
  • green value is 136;
  • blue value is 192.
RGB:
(201,136,192)
(79%,53%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 136 of 255 = 53%
B 192 of 255 = 75%

201
136
192

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

Portions of RGB colors in percentages

R + G + B =
201 + 136 + 192 = 529 (100%)
R 201 of 529 ~ 38%
G 136 of 529 ~ 25.71%
B 192 of 529 ~ 36.29%

%38
%25.71
%36.29

CMYK color model

#C988C0 color CMYK value is (0,32,4,21).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 4.48%
  • key color value is 21.18%
CMYK:
(0,32,4,21)
C0M32Y4K21 
(0%,32%,4%,21%)
(0.00/0.32/0.04/0.21)	

CMYK percentages

%0
%32.34
%4.48
%21.18

Codes

Color #C988C0 in popluar color models

C988C0
RGB201136192
HSL308°37.57%66.08%
HSB/HSV308°32.34%78.82%
CMYK0.00%32.34%4.48%
21.18%

Color #C988C0 in popluar number systems.

HEXC988C0
Decimal201136192
Binary110010011000100011000000
Octal311210300

Shades and tints

Shades of #C988C0

#C988C0
(201,136,192)
#B77CAF
(183,124,175)
#A5709E
(165,112,158)
#93648D
(147,100,141)
#81587C
(129,88,124)
#6F4C6B
(111,76,107)
#5D405A
(93,64,90)
#4B3449
(75,52,73)
#392838
(57,40,56)
#271C27
(39,28,39)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #C988C0

#C988C0
(201,136,192)
#CD92C5
(205,146,197)
#D19CCA
(209,156,202)
#D5A6CF
(213,166,207)
#D9B0D4
(217,176,212)
#DDBAD9
(221,186,217)
#E1C4DE
(225,196,222)
#E5CEE3
(229,206,227)
#E9D8E8
(233,216,232)
#EDE2ED
(237,226,237)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C988C0 color. Also use rgb(201,136,192) instead hex code.

Text Font Color

.myTextColor { color: #C988C0; }

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

This text font color is #C988C0.


Background Color

.myBgColor { background-color: #C988C0; }

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

This div background color is #C988C0.


Border color

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

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

This div border color is #C988C0.


Opacity

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

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

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

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

This text has shadow with #C988C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C988C0 on black background.


Color preview on white background

This text has color #C988C0 on white background.



Black color preview on #C988C0 background

This text has black color on #C988C0 background.


White color preview on #C988C0 background

This text has white color on #C988C0 background.