COLOR #C893D1

HEX: #C893D1
RGB: (200,147,209)

Color info

#C893D1 contains mainly red and blue colors. Web safe color of #C893D1 is #CC99CC (or #C9C).

RGB color model

#C893D1 color RGB value is (200,147,209).

  • red value is 200;
  • green value is 147;
  • blue value is 209.
RGB:
(200,147,209)
(78%,58%,82%)

RGB channels and saturation

R 200 of 255 = 78%
G 147 of 255 = 58%
B 209 of 255 = 82%

200
147
209

R + G + B ~ 73%. #C893D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 147 + 209 = 556 (100%)
R 200 of 556 ~ 35.97%
G 147 of 556 ~ 26.44%
B 209 of 556 ~ 37.59%

%35.97
%26.44
%37.59

CMYK color model

#C893D1 color CMYK value is (4,30,0,18).

  • cyan value is 4.31%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,30,0,18)
C4M30Y0K18 
(4%,30%,0%,18%)
(0.04/0.30/0.00/0.18)	

CMYK percentages

%4.31
%29.67
%0
%18.04

Codes

Color #C893D1 in popluar color models

C893D1
RGB200147209
HSL291°40.26%69.80%
HSB/HSV291°29.67%81.96%
CMYK4.31%29.67%0.00%
18.04%

Color #C893D1 in popluar number systems.

HEXC893D1
Decimal200147209
Binary110010001001001111010001
Octal310223321

Shades and tints

Shades of #C893D1

#C893D1
(200,147,209)
#B686BE
(182,134,190)
#A479AB
(164,121,171)
#926C98
(146,108,152)
#805F85
(128,95,133)
#6E5272
(110,82,114)
#5C455F
(92,69,95)
#4A384C
(74,56,76)
#382B39
(56,43,57)
#261E26
(38,30,38)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #C893D1

#C893D1
(200,147,209)
#CD9CD5
(205,156,213)
#D2A5D9
(210,165,217)
#D7AEDD
(215,174,221)
#DCB7E1
(220,183,225)
#E1C0E5
(225,192,229)
#E6C9E9
(230,201,233)
#EBD2ED
(235,210,237)
#F0DBF1
(240,219,241)
#F5E4F5
(245,228,245)
#FAEDF9
(250,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C893D1 color. Also use rgb(200,147,209) instead hex code.

Text Font Color

.myTextColor { color: #C893D1; }

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

This text font color is #C893D1.


Background Color

.myBgColor { background-color: #C893D1; }

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

This div background color is #C893D1.


Border color

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

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

This div border color is #C893D1.


Opacity

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

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

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

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

This text has shadow with #C893D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C893D1 on black background.


Color preview on white background

This text has color #C893D1 on white background.



Black color preview on #C893D1 background

This text has black color on #C893D1 background.


White color preview on #C893D1 background

This text has white color on #C893D1 background.