COLOR #C99CBD

HEX: #C99CBD
RGB: (201,156,189)

Color info

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

RGB color model

#C99CBD color RGB value is (201,156,189).

  • red value is 201;
  • green value is 156;
  • blue value is 189.
RGB:
(201,156,189)
(79%,61%,74%)

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 189 of 255 = 74%

201
156
189

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

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 189 = 546 (100%)
R 201 of 546 ~ 36.81%
G 156 of 546 ~ 28.57%
B 189 of 546 ~ 34.62%

%36.81
%28.57
%34.62

CMYK color model

#C99CBD color CMYK value is (0,22,6,21).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(0,22,6,21)
C0M22Y6K21 
(0%,22%,6%,21%)
(0.00/0.22/0.06/0.21)	

CMYK percentages

%0
%22.39
%5.97
%21.18

Codes

Color #C99CBD in popluar color models

C99CBD
RGB201156189
HSL316°29.41%70.00%
HSB/HSV316°22.39%78.82%
CMYK0.00%22.39%5.97%
21.18%

Color #C99CBD in popluar number systems.

HEXC99CBD
Decimal201156189
Binary110010011001110010111101
Octal311234275

Shades and tints

Shades of #C99CBD

#C99CBD
(201,156,189)
#B78EAC
(183,142,172)
#A5809B
(165,128,155)
#93728A
(147,114,138)
#816479
(129,100,121)
#6F5668
(111,86,104)
#5D4857
(93,72,87)
#4B3A46
(75,58,70)
#392C35
(57,44,53)
#271E24
(39,30,36)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #C99CBD

#C99CBD
(201,156,189)
#CDA5C3
(205,165,195)
#D1AEC9
(209,174,201)
#D5B7CF
(213,183,207)
#D9C0D5
(217,192,213)
#DDC9DB
(221,201,219)
#E1D2E1
(225,210,225)
#E5DBE7
(229,219,231)
#E9E4ED
(233,228,237)
#EDEDF3
(237,237,243)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99CBD color. Also use rgb(201,156,189) instead hex code.

Text Font Color

.myTextColor { color: #C99CBD; }

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

This text font color is #C99CBD.


Background Color

.myBgColor { background-color: #C99CBD; }

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

This div background color is #C99CBD.


Border color

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

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

This div border color is #C99CBD.


Opacity

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

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

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

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

This text has shadow with #C99CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99CBD on black background.


Color preview on white background

This text has color #C99CBD on white background.



Black color preview on #C99CBD background

This text has black color on #C99CBD background.


White color preview on #C99CBD background

This text has white color on #C99CBD background.