COLOR #C988BA

HEX: #C988BA
RGB: (201,136,186)

Color info

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

RGB color model

#C988BA color RGB value is (201,136,186).

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

RGB channels and saturation

R 201 of 255 = 79%
G 136 of 255 = 53%
B 186 of 255 = 73%

201
136
186

R + G + B ~ 68%. #C988BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 136 + 186 = 523 (100%)
R 201 of 523 ~ 38.43%
G 136 of 523 ~ 26%
B 186 of 523 ~ 35.56%

%38.43
%26
%35.56

CMYK color model

#C988BA color CMYK value is (0,32,7,21).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(0,32,7,21)
C0M32Y7K21 
(0%,32%,7%,21%)
(0.00/0.32/0.07/0.21)	

CMYK percentages

%0
%32.34
%7.46
%21.18

Codes

Color #C988BA in popluar color models

C988BA
RGB201136186
HSL314°37.57%66.08%
HSB/HSV314°32.34%78.82%
CMYK0.00%32.34%7.46%
21.18%

Color #C988BA in popluar number systems.

HEXC988BA
Decimal201136186
Binary110010011000100010111010
Octal311210272

Shades and tints

Shades of #C988BA

#C988BA
(201,136,186)
#B77CAA
(183,124,170)
#A5709A
(165,112,154)
#93648A
(147,100,138)
#81587A
(129,88,122)
#6F4C6A
(111,76,106)
#5D405A
(93,64,90)
#4B344A
(75,52,74)
#39283A
(57,40,58)
#271C2A
(39,28,42)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #C988BA

#C988BA
(201,136,186)
#CD92C0
(205,146,192)
#D19CC6
(209,156,198)
#D5A6CC
(213,166,204)
#D9B0D2
(217,176,210)
#DDBAD8
(221,186,216)
#E1C4DE
(225,196,222)
#E5CEE4
(229,206,228)
#E9D8EA
(233,216,234)
#EDE2F0
(237,226,240)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C988BA; }

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

This text font color is #C988BA.


Background Color

.myBgColor { background-color: #C988BA; }

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

This div background color is #C988BA.


Border color

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

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

This div border color is #C988BA.


Opacity

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

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

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

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

This text has shadow with #C988BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C988BA on black background.


Color preview on white background

This text has color #C988BA on white background.



Black color preview on #C988BA background

This text has black color on #C988BA background.


White color preview on #C988BA background

This text has white color on #C988BA background.