COLOR #C897C7

HEX: #C897C7 RGB: (200,151,199)

Color info

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

RGB color model

#C897C7 color RGB value is (200,151,199).

RGB: (200,151,199) (78%, 59%, 78%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 199 of 255 = 78%

200
151
199

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

Portions of RGB colors in percentages

R + G + B = 200 + 151 + 199 = 550 (100%)
R 200 of 550 ~ 36.36%
G 151 of 550 ~ 27.45%
B 199 of 550 ~ 36.18'%

%36.36
%27.45
%36.18

CMYK color model

#C897C7 color CMYK value is (0,25,0,22).

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 0.50%
  • key color value is 21.57%

CMYK: (0,25,0,22)
C0M25Y0K22 (0%, 25%, 0%, 22%)
(0.00 / 0.25 / 0.00 / 0.22)

CMYK percentages

%0
%24.5
%0.5
%21.57

Codes

Color #C897C7 in popluar color models

C8 97 C7
RGB 200 151 199
HSL 301° 30.82% 68.82%
HSB/HSV 301° 24.50% 78.43%
CMYK 0.00% 24.50% 0.50%
21.57%

Color #C897C7 in popluar number systems.

HEX C8 97 C7
Decimal 200 151 199
Binary 11001000 10010111 11000111
Octal 310 227 307

Shades and tints

Shades of #C897C7

#C897C7
(200,151,199)
#B68AB5
(182,138,181)
#A47DA3
(164,125,163)
#927091
(146,112,145)
#80637F
(128,99,127)
#6E566D
(110,86,109)
#5C495B
(92,73,91)
#4A3C49
(74,60,73)
#382F37
(56,47,55)
#262225
(38,34,37)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #C897C7

#C897C7
(200,151,199)
#CDA0CC
(205,160,204)
#D2A9D1
(210,169,209)
#D7B2D6
(215,178,214)
#DCBBDB
(220,187,219)
#E1C4E0
(225,196,224)
#E6CDE5
(230,205,229)
#EBD6EA
(235,214,234)
#F0DFEF
(240,223,239)
#F5E8F4
(245,232,244)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C897C7; }

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

This text font color is #C897C7.

Background Color

.myBgColor { background-color: #C897C7; }

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

This div background color is #C897C7.

Border color

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

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

This div border color is #C897C7.

Opacity

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

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

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

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

This text has shadow with #C897C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C897C7.

Preview

Color preview on black background

This text has color #C897C7 on black background.


Color preview on white background

This text has color #C897C7 on white background.


Black color preview on #C897C7 background

This text has black color on #C897C7 background.


White color preview on #C897C7 background

This text has white color on #C897C7 background.


Related colors

Complementary color

Complementary color for #hex is #376838.


I love getcolorcode.com

Triadic colors

1 #C7C897 and #97C7C8 with #C897C7 are triadic colors.

2 #C797C8 and #97C8C7 with #C897C7 are triadic colors.