COLOR #C988BE

HEX: #C988BE RGB: (201,136,190)

Color info

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

RGB color model

#C988BE color RGB value is (201,136,190).

RGB: (201,136,190) (79%, 53%, 75%)

RGB channels and saturation

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

201
136
190

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

Portions of RGB colors in percentages

R + G + B = 201 + 136 + 190 = 527 (100%)
R 201 of 527 ~ 38.14%
G 136 of 527 ~ 25.81%
B 190 of 527 ~ 36.05'%

%38.14
%25.81
%36.05

CMYK color model

#C988BE color CMYK value is (0,32,5,21).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 5.47%
  • key color value is 21.18%

CMYK: (0,32,5,21)
C0M32Y5K21 (0%, 32%, 5%, 21%)
(0.00 / 0.32 / 0.05 / 0.21)

CMYK percentages

%0
%32.34
%5.47
%21.18

Codes

Color #C988BE in popluar color models

C9 88 BE
RGB 201 136 190
HSL 310° 37.57% 66.08%
HSB/HSV 310° 32.34% 78.82%
CMYK 0.00% 32.34% 5.47%
21.18%

Color #C988BE in popluar number systems.

HEX C9 88 BE
Decimal 201 136 190
Binary 11001001 10001000 10111110
Octal 311 210 276

Shades and tints

Shades of #C988BE

#C988BE
(201,136,190)
#B77CAD
(183,124,173)
#A5709C
(165,112,156)
#93648B
(147,100,139)
#81587A
(129,88,122)
#6F4C69
(111,76,105)
#5D4058
(93,64,88)
#4B3447
(75,52,71)
#392836
(57,40,54)
#271C25
(39,28,37)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #C988BE

#C988BE
(201,136,190)
#CD92C3
(205,146,195)
#D19CC8
(209,156,200)
#D5A6CD
(213,166,205)
#D9B0D2
(217,176,210)
#DDBAD7
(221,186,215)
#E1C4DC
(225,196,220)
#E5CEE1
(229,206,225)
#E9D8E6
(233,216,230)
#EDE2EB
(237,226,235)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C988BE; }

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

This text font color is #C988BE.

Background Color

.myBgColor { background-color: #C988BE; }

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

This div background color is #C988BE.

Border color

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

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

This div border color is #C988BE.

Opacity

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

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

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

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

This text has shadow with #C988BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C988BE.

Preview

Color preview on black background

This text has color #C988BE on black background.


Color preview on white background

This text has color #C988BE on white background.


Black color preview on #C988BE background

This text has black color on #C988BE background.


White color preview on #C988BE background

This text has white color on #C988BE background.


Related colors

Complementary color

Complementary color for #hex is #367741.


I love getcolorcode.com

Triadic colors

1 #BEC988 and #88BEC9 with #C988BE are triadic colors.

2 #BE88C9 and #88C9BE with #C988BE are triadic colors.