COLOR #C993BD

HEX: #C993BD
RGB: (201,147,189)

Color info

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

RGB color model

#C993BD color RGB value is (201,147,189).

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

RGB channels and saturation

R 201 of 255 = 79%
G 147 of 255 = 58%
B 189 of 255 = 74%

201
147
189

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

Portions of RGB colors in percentages

R + G + B =
201 + 147 + 189 = 537 (100%)
R 201 of 537 ~ 37.43%
G 147 of 537 ~ 27.37%
B 189 of 537 ~ 35.2%

%37.43
%27.37
%35.2

CMYK color model

#C993BD color CMYK value is (0,27,6,21).

  • cyan value is 0.00%
  • magenta value is 26.87%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(0,27,6,21)
C0M27Y6K21 
(0%,27%,6%,21%)
(0.00/0.27/0.06/0.21)	

CMYK percentages

%0
%26.87
%5.97
%21.18

Codes

Color #C993BD in popluar color models

C993BD
RGB201147189
HSL313°33.33%68.24%
HSB/HSV313°26.87%78.82%
CMYK0.00%26.87%5.97%
21.18%

Color #C993BD in popluar number systems.

HEXC993BD
Decimal201147189
Binary110010011001001110111101
Octal311223275

Shades and tints

Shades of #C993BD

#C993BD
(201,147,189)
#B786AC
(183,134,172)
#A5799B
(165,121,155)
#936C8A
(147,108,138)
#815F79
(129,95,121)
#6F5268
(111,82,104)
#5D4557
(93,69,87)
#4B3846
(75,56,70)
#392B35
(57,43,53)
#271E24
(39,30,36)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #C993BD

#C993BD
(201,147,189)
#CD9CC3
(205,156,195)
#D1A5C9
(209,165,201)
#D5AECF
(213,174,207)
#D9B7D5
(217,183,213)
#DDC0DB
(221,192,219)
#E1C9E1
(225,201,225)
#E5D2E7
(229,210,231)
#E9DBED
(233,219,237)
#EDE4F3
(237,228,243)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C993BD; }

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

This text font color is #C993BD.


Background Color

.myBgColor { background-color: #C993BD; }

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

This div background color is #C993BD.


Border color

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

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

This div border color is #C993BD.


Opacity

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

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

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

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

This text has shadow with #C993BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C993BD on black background.


Color preview on white background

This text has color #C993BD on white background.



Black color preview on #C993BD background

This text has black color on #C993BD background.


White color preview on #C993BD background

This text has white color on #C993BD background.