COLOR #C896B8

HEX: #C896B8
RGB: (200,150,184)

Color info

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

RGB color model

#C896B8 color RGB value is (200,150,184).

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

RGB channels and saturation

R 200 of 255 = 78%
G 150 of 255 = 59%
B 184 of 255 = 72%

200
150
184

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

Portions of RGB colors in percentages

R + G + B =
200 + 150 + 184 = 534 (100%)
R 200 of 534 ~ 37.45%
G 150 of 534 ~ 28.09%
B 184 of 534 ~ 34.46%

%37.45
%28.09
%34.46

CMYK color model

#C896B8 color CMYK value is (0,25,8,22).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 8.00%
  • key color value is 21.57%
CMYK:
(0,25,8,22)
C0M25Y8K22 
(0%,25%,8%,22%)
(0.00/0.25/0.08/0.22)	

CMYK percentages

%0
%25
%8
%21.57

Codes

Color #C896B8 in popluar color models

C896B8
RGB200150184
HSL319°31.25%68.63%
HSB/HSV319°25.00%78.43%
CMYK0.00%25.00%8.00%
21.57%

Color #C896B8 in popluar number systems.

HEXC896B8
Decimal200150184
Binary110010001001011010111000
Octal310226270

Shades and tints

Shades of #C896B8

#C896B8
(200,150,184)
#B689A8
(182,137,168)
#A47C98
(164,124,152)
#926F88
(146,111,136)
#806278
(128,98,120)
#6E5568
(110,85,104)
#5C4858
(92,72,88)
#4A3B48
(74,59,72)
#382E38
(56,46,56)
#262128
(38,33,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #C896B8

#C896B8
(200,150,184)
#CD9FBE
(205,159,190)
#D2A8C4
(210,168,196)
#D7B1CA
(215,177,202)
#DCBAD0
(220,186,208)
#E1C3D6
(225,195,214)
#E6CCDC
(230,204,220)
#EBD5E2
(235,213,226)
#F0DEE8
(240,222,232)
#F5E7EE
(245,231,238)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C896B8; }

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

This text font color is #C896B8.


Background Color

.myBgColor { background-color: #C896B8; }

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

This div background color is #C896B8.


Border color

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

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

This div border color is #C896B8.


Opacity

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

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

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

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

This text has shadow with #C896B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C896B8 on black background.


Color preview on white background

This text has color #C896B8 on white background.



Black color preview on #C896B8 background

This text has black color on #C896B8 background.


White color preview on #C896B8 background

This text has white color on #C896B8 background.