COLOR #C896AB

HEX: #C896AB
RGB: (200,150,171)

Color info

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

RGB color model

#C896AB color RGB value is (200,150,171).

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

RGB channels and saturation

R 200 of 255 = 78%
G 150 of 255 = 59%
B 171 of 255 = 67%

200
150
171

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

Portions of RGB colors in percentages

R + G + B =
200 + 150 + 171 = 521 (100%)
R 200 of 521 ~ 38.39%
G 150 of 521 ~ 28.79%
B 171 of 521 ~ 32.82%

%38.39
%28.79
%32.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK:
(0,25,15,22)
C0M25Y15K22 
(0%,25%,15%,22%)
(0.00/0.25/0.15/0.22)	

CMYK percentages

%0
%25
%14.5
%21.57

Codes

Color #C896AB in popluar color models

C896AB
RGB200150171
HSL335°31.25%68.63%
HSB/HSV335°25.00%78.43%
CMYK0.00%25.00%14.50%
21.57%

Color #C896AB in popluar number systems.

HEXC896AB
Decimal200150171
Binary110010001001011010101011
Octal310226253

Shades and tints

Shades of #C896AB

#C896AB
(200,150,171)
#B6899C
(182,137,156)
#A47C8D
(164,124,141)
#926F7E
(146,111,126)
#80626F
(128,98,111)
#6E5560
(110,85,96)
#5C4851
(92,72,81)
#4A3B42
(74,59,66)
#382E33
(56,46,51)
#262124
(38,33,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #C896AB

#C896AB
(200,150,171)
#CD9FB2
(205,159,178)
#D2A8B9
(210,168,185)
#D7B1C0
(215,177,192)
#DCBAC7
(220,186,199)
#E1C3CE
(225,195,206)
#E6CCD5
(230,204,213)
#EBD5DC
(235,213,220)
#F0DEE3
(240,222,227)
#F5E7EA
(245,231,234)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C896AB; }

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

This text font color is #C896AB.


Background Color

.myBgColor { background-color: #C896AB; }

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

This div background color is #C896AB.


Border color

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

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

This div border color is #C896AB.


Opacity

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

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

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

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

This text has shadow with #C896AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C896AB on black background.


Color preview on white background

This text has color #C896AB on white background.



Black color preview on #C896AB background

This text has black color on #C896AB background.


White color preview on #C896AB background

This text has white color on #C896AB background.