COLOR #C99DBA

HEX: #C99DBA
RGB: (201,157,186)

Color info

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

RGB color model

#C99DBA color RGB value is (201,157,186).

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

RGB channels and saturation

R 201 of 255 = 79%
G 157 of 255 = 62%
B 186 of 255 = 73%

201
157
186

R + G + B ~ 71%. #C99DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 157 + 186 = 544 (100%)
R 201 of 544 ~ 36.95%
G 157 of 544 ~ 28.86%
B 186 of 544 ~ 34.19%

%36.95
%28.86
%34.19

CMYK color model

#C99DBA color CMYK value is (0,22,7,21).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(0,22,7,21)
C0M22Y7K21 
(0%,22%,7%,21%)
(0.00/0.22/0.07/0.21)	

CMYK percentages

%0
%21.89
%7.46
%21.18

Codes

Color #C99DBA in popluar color models

C99DBA
RGB201157186
HSL320°28.95%70.20%
HSB/HSV320°21.89%78.82%
CMYK0.00%21.89%7.46%
21.18%

Color #C99DBA in popluar number systems.

HEXC99DBA
Decimal201157186
Binary110010011001110110111010
Octal311235272

Shades and tints

Shades of #C99DBA

#C99DBA
(201,157,186)
#B78FAA
(183,143,170)
#A5819A
(165,129,154)
#93738A
(147,115,138)
#81657A
(129,101,122)
#6F576A
(111,87,106)
#5D495A
(93,73,90)
#4B3B4A
(75,59,74)
#392D3A
(57,45,58)
#271F2A
(39,31,42)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #C99DBA

#C99DBA
(201,157,186)
#CDA5C0
(205,165,192)
#D1ADC6
(209,173,198)
#D5B5CC
(213,181,204)
#D9BDD2
(217,189,210)
#DDC5D8
(221,197,216)
#E1CDDE
(225,205,222)
#E5D5E4
(229,213,228)
#E9DDEA
(233,221,234)
#EDE5F0
(237,229,240)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99DBA; }

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

This text font color is #C99DBA.


Background Color

.myBgColor { background-color: #C99DBA; }

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

This div background color is #C99DBA.


Border color

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

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

This div border color is #C99DBA.


Opacity

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

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

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

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

This text has shadow with #C99DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99DBA on black background.


Color preview on white background

This text has color #C99DBA on white background.



Black color preview on #C99DBA background

This text has black color on #C99DBA background.


White color preview on #C99DBA background

This text has white color on #C99DBA background.