COLOR #C894AB

HEX: #C894AB
RGB: (200,148,171)

Color info

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

RGB color model

#C894AB color RGB value is (200,148,171).

  • red value is 200;
  • green value is 148;
  • blue value is 171.
RGB: (200,148,171) (78%,58%,67%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 171 of 255 = 67%

200
148
171

R + G + B ~ 68%. #C894AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 148 + 171 = 519 (100%)
R 200 of 519 ~ 38.54%
G 148 of 519 ~ 28.52%
B 171 of 519 ~ 32.95%

%38.54
%28.52
%32.95

CMYK color model

#C894AB color CMYK value is (0,26,15,22).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK: (0,26,15,22) C0M26Y15K22 (0%,26%,15%,22%) (0.00/0.26/0.15/0.22)

CMYK percentages

%0
%26
%14.5
%21.57

Codes

Color #C894AB in popluar color models

C894AB
RGB200148171
HSL333°32.10%68.24%
HSB/HSV333°26.00%78.43%
CMYK0.00%26.00%14.50%
21.57%

Color #C894AB in popluar number systems.

HEXC894AB
Decimal200148171
Binary110010001001010010101011
Octal310224253

Shades and tints

Shades of #C894AB

#C894AB
(200,148,171)
#B6879C
(182,135,156)
#A47A8D
(164,122,141)
#926D7E
(146,109,126)
#80606F
(128,96,111)
#6E5360
(110,83,96)
#5C4651
(92,70,81)
#4A3942
(74,57,66)
#382C33
(56,44,51)
#261F24
(38,31,36)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #C894AB

#C894AB
(200,148,171)
#CD9DB2
(205,157,178)
#D2A6B9
(210,166,185)
#D7AFC0
(215,175,192)
#DCB8C7
(220,184,199)
#E1C1CE
(225,193,206)
#E6CAD5
(230,202,213)
#EBD3DC
(235,211,220)
#F0DCE3
(240,220,227)
#F5E5EA
(245,229,234)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C894AB color. Also use rgb(200,148,171) instead hex code.

Text Font Color

.myTextColor { color: #C894AB; }

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

This text font color is #C894AB.


Background Color

.myBgColor { background-color: #C894AB; }

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

This div background color is #C894AB.


Border color

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

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

This div border color is #C894AB.


Opacity

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

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

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

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

This text has shadow with #C894AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C894AB on black background.


Color preview on white background

This text has color #C894AB on white background.



Black color preview on #C894AB background

This text has black color on #C894AB background.


White color preview on #C894AB background

This text has white color on #C894AB background.