COLOR #C990BE

HEX: #C990BE
RGB: (201,144,190)

Color info

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

RGB color model

#C990BE color RGB value is (201,144,190).

  • red value is 201;
  • green value is 144;
  • blue value is 190.
RGB:
(201,144,190)
(79%,56%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 144 of 255 = 56%
B 190 of 255 = 75%

201
144
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 144 + 190 = 535 (100%)
R 201 of 535 ~ 37.57%
G 144 of 535 ~ 26.92%
B 190 of 535 ~ 35.51%

%37.57
%26.92
%35.51

CMYK color model

#C990BE color CMYK value is (0,28,5,21).

  • cyan value is 0.00%
  • magenta value is 28.36%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(0,28,5,21)
C0M28Y5K21 
(0%,28%,5%,21%)
(0.00/0.28/0.05/0.21)	

CMYK percentages

%0
%28.36
%5.47
%21.18

Codes

Color #C990BE in popluar color models

C990BE
RGB201144190
HSL312°34.55%67.65%
HSB/HSV312°28.36%78.82%
CMYK0.00%28.36%5.47%
21.18%

Color #C990BE in popluar number systems.

HEXC990BE
Decimal201144190
Binary110010011001000010111110
Octal311220276

Shades and tints

Shades of #C990BE

#C990BE
(201,144,190)
#B783AD
(183,131,173)
#A5769C
(165,118,156)
#93698B
(147,105,139)
#815C7A
(129,92,122)
#6F4F69
(111,79,105)
#5D4258
(93,66,88)
#4B3547
(75,53,71)
#392836
(57,40,54)
#271B25
(39,27,37)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #C990BE

#C990BE
(201,144,190)
#CD9AC3
(205,154,195)
#D1A4C8
(209,164,200)
#D5AECD
(213,174,205)
#D9B8D2
(217,184,210)
#DDC2D7
(221,194,215)
#E1CCDC
(225,204,220)
#E5D6E1
(229,214,225)
#E9E0E6
(233,224,230)
#EDEAEB
(237,234,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C990BE; }

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

This text font color is #C990BE.


Background Color

.myBgColor { background-color: #C990BE; }

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

This div background color is #C990BE.


Border color

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

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

This div border color is #C990BE.


Opacity

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

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

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

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

This text has shadow with #C990BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C990BE on black background.


Color preview on white background

This text has color #C990BE on white background.



Black color preview on #C990BE background

This text has black color on #C990BE background.


White color preview on #C990BE background

This text has white color on #C990BE background.