COLOR #C897B1

HEX: #C897B1 RGB: (200,151,177)

Color info

#C897B1 contains red, green and blue colors in about the same proportion. Web safe color of #C897B1 is #CC9999 (or #C99).

RGB color model

#C897B1 color RGB value is (200,151,177).

RGB: (200,151,177) (78%, 59%, 69%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 177 of 255 = 69%

200
151
177

R + G + B ~ 69%. #C897B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 151 + 177 = 528 (100%)
R 200 of 528 ~ 37.88%
G 151 of 528 ~ 28.6%
B 177 of 528 ~ 33.52'%

%37.88
%28.6
%33.52

CMYK color model

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

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

CMYK: (0,25,12,22)
C0M25Y12K22 (0%, 25%, 12%, 22%)
(0.00 / 0.25 / 0.12 / 0.22)

CMYK percentages

%0
%24.5
%11.5
%21.57

Codes

Color #C897B1 in popluar color models

C8 97 B1
RGB 200 151 177
HSL 328° 30.82% 68.82%
HSB/HSV 328° 24.50% 78.43%
CMYK 0.00% 24.50% 11.50%
21.57%

Color #C897B1 in popluar number systems.

HEX C8 97 B1
Decimal 200 151 177
Binary 11001000 10010111 10110001
Octal 310 227 261

Shades and tints

Shades of #C897B1

#C897B1
(200,151,177)
#B68AA1
(182,138,161)
#A47D91
(164,125,145)
#927081
(146,112,129)
#806371
(128,99,113)
#6E5661
(110,86,97)
#5C4951
(92,73,81)
#4A3C41
(74,60,65)
#382F31
(56,47,49)
#262221
(38,34,33)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #C897B1

#C897B1
(200,151,177)
#CDA0B8
(205,160,184)
#D2A9BF
(210,169,191)
#D7B2C6
(215,178,198)
#DCBBCD
(220,187,205)
#E1C4D4
(225,196,212)
#E6CDDB
(230,205,219)
#EBD6E2
(235,214,226)
#F0DFE9
(240,223,233)
#F5E8F0
(245,232,240)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C897B1; }

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

This text font color is #C897B1.

Background Color

.myBgColor { background-color: #C897B1; }

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

This div background color is #C897B1.

Border color

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

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

This div border color is #C897B1.

Opacity

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

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

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

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

This text has shadow with #C897B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C897B1.

Preview

Color preview on black background

This text has color #C897B1 on black background.


Color preview on white background

This text has color #C897B1 on white background.


Black color preview on #C897B1 background

This text has black color on #C897B1 background.


White color preview on #C897B1 background

This text has white color on #C897B1 background.


Related colors

Complementary color

Complementary color for #hex is #37684E.


I love getcolorcode.com

Triadic colors

1 #B1C897 and #97B1C8 with #C897B1 are triadic colors.

2 #B197C8 and #97C8B1 with #C897B1 are triadic colors.