COLOR #C891DA

HEX: #C891DA
RGB: (200,145,218)

Color info

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

RGB color model

#C891DA color RGB value is (200,145,218).

  • red value is 200;
  • green value is 145;
  • blue value is 218.
RGB:
(200,145,218)
(78%,57%,85%)

RGB channels and saturation

R 200 of 255 = 78%
G 145 of 255 = 57%
B 218 of 255 = 85%

200
145
218

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

Portions of RGB colors in percentages

R + G + B =
200 + 145 + 218 = 563 (100%)
R 200 of 563 ~ 35.52%
G 145 of 563 ~ 25.75%
B 218 of 563 ~ 38.72%

%35.52
%25.75
%38.72

CMYK color model

#C891DA color CMYK value is (8,33,0,15).

  • cyan value is 8.26%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,33,0,15)
C8M33Y0K15 
(8%,33%,0%,15%)
(0.08/0.33/0.00/0.15)	

CMYK percentages

%8.26
%33.49
%0
%14.51

Codes

Color #C891DA in popluar color models

C891DA
RGB200145218
HSL285°49.66%71.18%
HSB/HSV285°33.49%85.49%
CMYK8.26%33.49%0.00%
14.51%

Color #C891DA in popluar number systems.

HEXC891DA
Decimal200145218
Binary110010001001000111011010
Octal310221332

Shades and tints

Shades of #C891DA

#C891DA
(200,145,218)
#B684C7
(182,132,199)
#A477B4
(164,119,180)
#926AA1
(146,106,161)
#805D8E
(128,93,142)
#6E507B
(110,80,123)
#5C4368
(92,67,104)
#4A3655
(74,54,85)
#382942
(56,41,66)
#261C2F
(38,28,47)
#140F1C
(20,15,28)
#000000
(0,0,0)

Tints of #C891DA

#C891DA
(200,145,218)
#CD9BDD
(205,155,221)
#D2A5E0
(210,165,224)
#D7AFE3
(215,175,227)
#DCB9E6
(220,185,230)
#E1C3E9
(225,195,233)
#E6CDEC
(230,205,236)
#EBD7EF
(235,215,239)
#F0E1F2
(240,225,242)
#F5EBF5
(245,235,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C891DA color. Also use rgb(200,145,218) instead hex code.

Text Font Color

.myTextColor { color: #C891DA; }

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

This text font color is #C891DA.


Background Color

.myBgColor { background-color: #C891DA; }

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

This div background color is #C891DA.


Border color

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

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

This div border color is #C891DA.


Opacity

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

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

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

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

This text has shadow with #C891DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C891DA on black background.


Color preview on white background

This text has color #C891DA on white background.



Black color preview on #C891DA background

This text has black color on #C891DA background.


White color preview on #C891DA background

This text has white color on #C891DA background.