COLOR #C897DA

HEX: #C897DA RGB: (200,151,218)

Color info

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

RGB color model

#C897DA color RGB value is (200,151,218).

RGB: (200,151,218) (78%, 59%, 85%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 218 of 255 = 85%

200
151
218

R + G + B ~ 74%. #C897DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 151 + 218 = 569 (100%)
R 200 of 569 ~ 35.15%
G 151 of 569 ~ 26.54%
B 218 of 569 ~ 38.31'%

%35.15
%26.54
%38.31

CMYK color model

#C897DA color CMYK value is (8,31,0,15).

  • cyan value is 8.26%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (8,31,0,15)
C8M31Y0K15 (8%, 31%, 0%, 15%)
(0.08 / 0.31 / 0.00 / 0.15)

CMYK percentages

%8.26
%30.73
%0
%14.51

Codes

Color #C897DA in popluar color models

C8 97 DA
RGB 200 151 218
HSL 284° 47.52% 72.35%
HSB/HSV 284° 30.73% 85.49%
CMYK 8.26% 30.73% 0.00%
14.51%

Color #C897DA in popluar number systems.

HEX C8 97 DA
Decimal 200 151 218
Binary 11001000 10010111 11011010
Octal 310 227 332

Shades and tints

Shades of #C897DA

#C897DA
(200,151,218)
#B68AC7
(182,138,199)
#A47DB4
(164,125,180)
#9270A1
(146,112,161)
#80638E
(128,99,142)
#6E567B
(110,86,123)
#5C4968
(92,73,104)
#4A3C55
(74,60,85)
#382F42
(56,47,66)
#26222F
(38,34,47)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #C897DA

#C897DA
(200,151,218)
#CDA0DD
(205,160,221)
#D2A9E0
(210,169,224)
#D7B2E3
(215,178,227)
#DCBBE6
(220,187,230)
#E1C4E9
(225,196,233)
#E6CDEC
(230,205,236)
#EBD6EF
(235,214,239)
#F0DFF2
(240,223,242)
#F5E8F5
(245,232,245)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C897DA; }

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

This text font color is #C897DA.

Background Color

.myBgColor { background-color: #C897DA; }

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

This div background color is #C897DA.

Border color

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

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

This div border color is #C897DA.

Opacity

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

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

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

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

This text has shadow with #C897DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C897DA.

Preview

Color preview on black background

This text has color #C897DA on black background.


Color preview on white background

This text has color #C897DA on white background.


Black color preview on #C897DA background

This text has black color on #C897DA background.


White color preview on #C897DA background

This text has white color on #C897DA background.


Related colors

Complementary color

Complementary color for #hex is #376825.


I love getcolorcode.com

Triadic colors

1 #DAC897 and #97DAC8 with #C897DA are triadic colors.

2 #DA97C8 and #97C8DA with #C897DA are triadic colors.