COLOR #C897CD

HEX: #C897CD RGB: (200,151,205)

Color info

#C897CD contains red, green and blue colors in about the same proportion. Web safe color of #C897CD is #CC99CC (or #C9C).

RGB color model

#C897CD color RGB value is (200,151,205).

RGB: (200,151,205) (78%, 59%, 80%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 205 of 255 = 80%

200
151
205

R + G + B ~ 72%. #C897CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 151 + 205 = 556 (100%)
R 200 of 556 ~ 35.97%
G 151 of 556 ~ 27.16%
B 205 of 556 ~ 36.87'%

%35.97
%27.16
%36.87

CMYK color model

#C897CD color CMYK value is (2,26,0,20).

  • cyan value is 2.44%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (2,26,0,20) C2M26Y0K20 (2%,26%,0%,20%) (0.02/0.26/0.00/0.20) 

CMYK percentages

%2.44
%26.34
%0
%19.61

Codes

Color #C897CD in popluar color models

C8 97 CD
RGB 200 151 205
HSL 294° 35.06% 69.80%
HSB/HSV 294° 26.34% 80.39%
CMYK 2.44% 26.34% 0.00%
19.61%

Color #C897CD in popluar number systems.

HEX C8 97 CD
Decimal 200 151 205
Binary 11001000 10010111 11001101
Octal 310 227 315

Shades and tints

Shades of #C897CD

#C897CD
(200,151,205)
#B68ABB
(182,138,187)
#A47DA9
(164,125,169)
#927097
(146,112,151)
#806385
(128,99,133)
#6E5673
(110,86,115)
#5C4961
(92,73,97)
#4A3C4F
(74,60,79)
#382F3D
(56,47,61)
#26222B
(38,34,43)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #C897CD

#C897CD
(200,151,205)
#CDA0D1
(205,160,209)
#D2A9D5
(210,169,213)
#D7B2D9
(215,178,217)
#DCBBDD
(220,187,221)
#E1C4E1
(225,196,225)
#E6CDE5
(230,205,229)
#EBD6E9
(235,214,233)
#F0DFED
(240,223,237)
#F5E8F1
(245,232,241)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C897CD; }

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

This text font color is #C897CD.

Background Color

.myBgColor { background-color: #C897CD; }

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

This div background color is #C897CD.

Border color

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

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

This div border color is #C897CD.

Opacity

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

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

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

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

This text has shadow with #C897CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C897CD.

Preview

Color preview on black background

This text has color #C897CD on black background.


Color preview on white background

This text has color #C897CD on white background.


Black color preview on #C897CD background

This text has black color on #C897CD background.


White color preview on #C897CD background

This text has white color on #C897CD background.


Related colors

Complementary color

Complementary color for #hex is #376832.


I love getcolorcode.com

Triadic colors

1 #CDC897 and #97CDC8 with #C897CD are triadic colors.

2 #CD97C8 and #97C8CD with #C897CD are triadic colors.