COLOR #C897B3

HEX: #C897B3
RGB: (200,151,179)

Color info

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

RGB color model

#C897B3 color RGB value is (200,151,179).

  • red value is 200;
  • green value is 151;
  • blue value is 179.
RGB:
(200,151,179)
(78%,59%,70%)

RGB channels and saturation

R 200 of 255 = 78%
G 151 of 255 = 59%
B 179 of 255 = 70%

200
151
179

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

Portions of RGB colors in percentages

R + G + B =
200 + 151 + 179 = 530 (100%)
R 200 of 530 ~ 37.74%
G 151 of 530 ~ 28.49%
B 179 of 530 ~ 33.77%

%37.74
%28.49
%33.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 10.50%
  • key color value is 21.57%
CMYK:
(0,25,11,22)
C0M25Y11K22 
(0%,25%,11%,22%)
(0.00/0.25/0.11/0.22)	

CMYK percentages

%0
%24.5
%10.5
%21.57

Codes

Color #C897B3 in popluar color models

C897B3
RGB200151179
HSL326°30.82%68.82%
HSB/HSV326°24.50%78.43%
CMYK0.00%24.50%10.50%
21.57%

Color #C897B3 in popluar number systems.

HEXC897B3
Decimal200151179
Binary110010001001011110110011
Octal310227263

Shades and tints

Shades of #C897B3

#C897B3
(200,151,179)
#B68AA3
(182,138,163)
#A47D93
(164,125,147)
#927083
(146,112,131)
#806373
(128,99,115)
#6E5663
(110,86,99)
#5C4953
(92,73,83)
#4A3C43
(74,60,67)
#382F33
(56,47,51)
#262223
(38,34,35)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #C897B3

#C897B3
(200,151,179)
#CDA0B9
(205,160,185)
#D2A9BF
(210,169,191)
#D7B2C5
(215,178,197)
#DCBBCB
(220,187,203)
#E1C4D1
(225,196,209)
#E6CDD7
(230,205,215)
#EBD6DD
(235,214,221)
#F0DFE3
(240,223,227)
#F5E8E9
(245,232,233)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C897B3; }

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

This text font color is #C897B3.


Background Color

.myBgColor { background-color: #C897B3; }

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

This div background color is #C897B3.


Border color

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

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

This div border color is #C897B3.


Opacity

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

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

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

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

This text has shadow with #C897B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C897B3 on black background.


Color preview on white background

This text has color #C897B3 on white background.



Black color preview on #C897B3 background

This text has black color on #C897B3 background.


White color preview on #C897B3 background

This text has white color on #C897B3 background.