COLOR #C993B4

HEX: #C993B4
RGB: (201,147,180)

Color info

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

RGB color model

#C993B4 color RGB value is (201,147,180).

  • red value is 201;
  • green value is 147;
  • blue value is 180.
RGB:
(201,147,180)
(79%,58%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 147 of 255 = 58%
B 180 of 255 = 71%

201
147
180

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

Portions of RGB colors in percentages

R + G + B =
201 + 147 + 180 = 528 (100%)
R 201 of 528 ~ 38.07%
G 147 of 528 ~ 27.84%
B 180 of 528 ~ 34.09%

%38.07
%27.84
%34.09

CMYK color model

#C993B4 color CMYK value is (0,27,10,21).

  • cyan value is 0.00%
  • magenta value is 26.87%
  • yellow value is 10.45%
  • key color value is 21.18%
CMYK:
(0,27,10,21)
C0M27Y10K21 
(0%,27%,10%,21%)
(0.00/0.27/0.10/0.21)	

CMYK percentages

%0
%26.87
%10.45
%21.18

Codes

Color #C993B4 in popluar color models

C993B4
RGB201147180
HSL323°33.33%68.24%
HSB/HSV323°26.87%78.82%
CMYK0.00%26.87%10.45%
21.18%

Color #C993B4 in popluar number systems.

HEXC993B4
Decimal201147180
Binary110010011001001110110100
Octal311223264

Shades and tints

Shades of #C993B4

#C993B4
(201,147,180)
#B786A4
(183,134,164)
#A57994
(165,121,148)
#936C84
(147,108,132)
#815F74
(129,95,116)
#6F5264
(111,82,100)
#5D4554
(93,69,84)
#4B3844
(75,56,68)
#392B34
(57,43,52)
#271E24
(39,30,36)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #C993B4

#C993B4
(201,147,180)
#CD9CBA
(205,156,186)
#D1A5C0
(209,165,192)
#D5AEC6
(213,174,198)
#D9B7CC
(217,183,204)
#DDC0D2
(221,192,210)
#E1C9D8
(225,201,216)
#E5D2DE
(229,210,222)
#E9DBE4
(233,219,228)
#EDE4EA
(237,228,234)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C993B4 color. Also use rgb(201,147,180) instead hex code.

Text Font Color

.myTextColor { color: #C993B4; }

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

This text font color is #C993B4.


Background Color

.myBgColor { background-color: #C993B4; }

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

This div background color is #C993B4.


Border color

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

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

This div border color is #C993B4.


Opacity

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

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

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

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

This text has shadow with #C993B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C993B4 on black background.


Color preview on white background

This text has color #C993B4 on white background.



Black color preview on #C993B4 background

This text has black color on #C993B4 background.


White color preview on #C993B4 background

This text has white color on #C993B4 background.