COLOR #C893D2

HEX: #C893D2
RGB: (200,147,210)

Color info

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

RGB color model

#C893D2 color RGB value is (200,147,210).

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

RGB channels and saturation

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

200
147
210

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

Portions of RGB colors in percentages

R + G + B =
200 + 147 + 210 = 557 (100%)
R 200 of 557 ~ 35.91%
G 147 of 557 ~ 26.39%
B 210 of 557 ~ 37.7%

%35.91
%26.39
%37.7

CMYK color model

#C893D2 color CMYK value is (5,30,0,18).

  • cyan value is 4.76%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(5,30,0,18)
C5M30Y0K18 
(5%,30%,0%,18%)
(0.05/0.30/0.00/0.18)	

CMYK percentages

%4.76
%30
%0
%17.65

Codes

Color #C893D2 in popluar color models

C893D2
RGB200147210
HSL290°41.18%70.00%
HSB/HSV290°30.00%82.35%
CMYK4.76%30.00%0.00%
17.65%

Color #C893D2 in popluar number systems.

HEXC893D2
Decimal200147210
Binary110010001001001111010010
Octal310223322

Shades and tints

Shades of #C893D2

#C893D2
(200,147,210)
#B686BF
(182,134,191)
#A479AC
(164,121,172)
#926C99
(146,108,153)
#805F86
(128,95,134)
#6E5273
(110,82,115)
#5C4560
(92,69,96)
#4A384D
(74,56,77)
#382B3A
(56,43,58)
#261E27
(38,30,39)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #C893D2

#C893D2
(200,147,210)
#CD9CD6
(205,156,214)
#D2A5DA
(210,165,218)
#D7AEDE
(215,174,222)
#DCB7E2
(220,183,226)
#E1C0E6
(225,192,230)
#E6C9EA
(230,201,234)
#EBD2EE
(235,210,238)
#F0DBF2
(240,219,242)
#F5E4F6
(245,228,246)
#FAEDFA
(250,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C893D2; }

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

This text font color is #C893D2.


Background Color

.myBgColor { background-color: #C893D2; }

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

This div background color is #C893D2.


Border color

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

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

This div border color is #C893D2.


Opacity

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

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

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

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

This text has shadow with #C893D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C893D2 on black background.


Color preview on white background

This text has color #C893D2 on white background.



Black color preview on #C893D2 background

This text has black color on #C893D2 background.


White color preview on #C893D2 background

This text has white color on #C893D2 background.