COLOR #C897D4

HEX: #C897D4 RGB: (200,151,212)

Color info

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

RGB color model

#C897D4 color RGB value is (200,151,212).

RGB: (200,151,212) (78%, 59%, 83%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 212 of 255 = 83%

200
151
212

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

Portions of RGB colors in percentages

R + G + B = 200 + 151 + 212 = 563 (100%)
R 200 of 563 ~ 35.52%
G 151 of 563 ~ 26.82%
B 212 of 563 ~ 37.66'%

%35.52
%26.82
%37.66

CMYK color model

#C897D4 color CMYK value is (6,29,0,17).

  • cyan value is 5.66%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (6,29,0,17)
C6M29Y0K17 (6%, 29%, 0%, 17%)
(0.06 / 0.29 / 0.00 / 0.17)

CMYK percentages

%5.66
%28.77
%0
%16.86

Codes

Color #C897D4 in popluar color models

C8 97 D4
RGB 200 151 212
HSL 288° 41.50% 71.18%
HSB/HSV 288° 28.77% 83.14%
CMYK 5.66% 28.77% 0.00%
16.86%

Color #C897D4 in popluar number systems.

HEX C8 97 D4
Decimal 200 151 212
Binary 11001000 10010111 11010100
Octal 310 227 324

Shades and tints

Shades of #C897D4

#C897D4
(200,151,212)
#B68AC1
(182,138,193)
#A47DAE
(164,125,174)
#92709B
(146,112,155)
#806388
(128,99,136)
#6E5675
(110,86,117)
#5C4962
(92,73,98)
#4A3C4F
(74,60,79)
#382F3C
(56,47,60)
#262229
(38,34,41)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #C897D4

#C897D4
(200,151,212)
#CDA0D7
(205,160,215)
#D2A9DA
(210,169,218)
#D7B2DD
(215,178,221)
#DCBBE0
(220,187,224)
#E1C4E3
(225,196,227)
#E6CDE6
(230,205,230)
#EBD6E9
(235,214,233)
#F0DFEC
(240,223,236)
#F5E8EF
(245,232,239)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C897D4; }

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

This text font color is #C897D4.

Background Color

.myBgColor { background-color: #C897D4; }

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

This div background color is #C897D4.

Border color

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

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

This div border color is #C897D4.

Opacity

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

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

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

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

This text has shadow with #C897D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C897D4.

Preview

Color preview on black background

This text has color #C897D4 on black background.


Color preview on white background

This text has color #C897D4 on white background.


Black color preview on #C897D4 background

This text has black color on #C897D4 background.


White color preview on #C897D4 background

This text has white color on #C897D4 background.


Related colors

Complementary color

Complementary color for #hex is #37682B.


I love getcolorcode.com

Triadic colors

1 #D4C897 and #97D4C8 with #C897D4 are triadic colors.

2 #D497C8 and #97C8D4 with #C897D4 are triadic colors.