COLOR #C897BA

HEX: #C897BA RGB: (200,151,186)

Color info

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

RGB color model

#C897BA color RGB value is (200,151,186).

RGB: (200,151,186) (78%, 59%, 73%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 186 of 255 = 73%

200
151
186

R + G + B ~ 70%. #C897BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 151 + 186 = 537 (100%)
R 200 of 537 ~ 37.24%
G 151 of 537 ~ 28.12%
B 186 of 537 ~ 34.64'%

%37.24
%28.12
%34.64

CMYK color model

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

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

CMYK: (0,25,7,22)
C0M25Y7K22 (0%, 25%, 7%, 22%)
(0.00 / 0.25 / 0.07 / 0.22)

CMYK percentages

%0
%24.5
%7
%21.57

Codes

Color #C897BA in popluar color models

C8 97 BA
RGB 200 151 186
HSL 317° 30.82% 68.82%
HSB/HSV 317° 24.50% 78.43%
CMYK 0.00% 24.50% 7.00%
21.57%

Color #C897BA in popluar number systems.

HEX C8 97 BA
Decimal 200 151 186
Binary 11001000 10010111 10111010
Octal 310 227 272

Shades and tints

Shades of #C897BA

#C897BA
(200,151,186)
#B68AAA
(182,138,170)
#A47D9A
(164,125,154)
#92708A
(146,112,138)
#80637A
(128,99,122)
#6E566A
(110,86,106)
#5C495A
(92,73,90)
#4A3C4A
(74,60,74)
#382F3A
(56,47,58)
#26222A
(38,34,42)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #C897BA

#C897BA
(200,151,186)
#CDA0C0
(205,160,192)
#D2A9C6
(210,169,198)
#D7B2CC
(215,178,204)
#DCBBD2
(220,187,210)
#E1C4D8
(225,196,216)
#E6CDDE
(230,205,222)
#EBD6E4
(235,214,228)
#F0DFEA
(240,223,234)
#F5E8F0
(245,232,240)
#FAF1F6
(250,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C897BA; }

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

This text font color is #C897BA.

Background Color

.myBgColor { background-color: #C897BA; }

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

This div background color is #C897BA.

Border color

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

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

This div border color is #C897BA.

Opacity

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

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

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

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

This text has shadow with #C897BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C897BA.

Preview

Color preview on black background

This text has color #C897BA on black background.


Color preview on white background

This text has color #C897BA on white background.


Black color preview on #C897BA background

This text has black color on #C897BA background.


White color preview on #C897BA background

This text has white color on #C897BA background.


Related colors

Complementary color

Complementary color for #hex is #376845.


I love getcolorcode.com

Triadic colors

1 #BAC897 and #97BAC8 with #C897BA are triadic colors.

2 #BA97C8 and #97C8BA with #C897BA are triadic colors.