COLOR #C896D3

HEX: #C896D3 RGB: (200,150,211)

Color info

#C896D3 contains mainly red and blue colors. Web safe color of #C896D3 is #CC99CC (or #C9C).

RGB color model

#C896D3 color RGB value is (200,150,211).

RGB: (200,150,211) (78%, 59%, 83%)

RGB channels and saturation

R 200 of 255 = 78%
G 150 of 255 = 59%
B 211 of 255 = 83%

200
150
211

R + G + B ~ 73%. #C896D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 150 + 211 = 561 (100%)
R 200 of 561 ~ 35.65%
G 150 of 561 ~ 26.74%
B 211 of 561 ~ 37.61'%

%35.65
%26.74
%37.61

CMYK color model

#C896D3 color CMYK value is (5,29,0,17).

  • cyan value is 5.21%
  • magenta value is 28.91%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (5,29,0,17)
C5M29Y0K17 (5%, 29%, 0%, 17%)
(0.05 / 0.29 / 0.00 / 0.17)

CMYK percentages

%5.21
%28.91
%0
%17.25

Codes

Color #C896D3 in popluar color models

C8 96 D3
RGB 200 150 211
HSL 289° 40.94% 70.78%
HSB/HSV 289° 28.91% 82.75%
CMYK 5.21% 28.91% 0.00%
17.25%

Color #C896D3 in popluar number systems.

HEX C8 96 D3
Decimal 200 150 211
Binary 11001000 10010110 11010011
Octal 310 226 323

Shades and tints

Shades of #C896D3

#C896D3
(200,150,211)
#B689C0
(182,137,192)
#A47CAD
(164,124,173)
#926F9A
(146,111,154)
#806287
(128,98,135)
#6E5574
(110,85,116)
#5C4861
(92,72,97)
#4A3B4E
(74,59,78)
#382E3B
(56,46,59)
#262128
(38,33,40)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #C896D3

#C896D3
(200,150,211)
#CD9FD7
(205,159,215)
#D2A8DB
(210,168,219)
#D7B1DF
(215,177,223)
#DCBAE3
(220,186,227)
#E1C3E7
(225,195,231)
#E6CCEB
(230,204,235)
#EBD5EF
(235,213,239)
#F0DEF3
(240,222,243)
#F5E7F7
(245,231,247)
#FAF0FB
(250,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C896D3; }

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

This text font color is #C896D3.

Background Color

.myBgColor { background-color: #C896D3; }

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

This div background color is #C896D3.

Border color

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

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

This div border color is #C896D3.

Opacity

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

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

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

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

This text has shadow with #C896D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C896D3.

Preview

Color preview on black background

This text has color #C896D3 on black background.


Color preview on white background

This text has color #C896D3 on white background.


Black color preview on #C896D3 background

This text has black color on #C896D3 background.


White color preview on #C896D3 background

This text has white color on #C896D3 background.


Related colors

Complementary color

Complementary color for #hex is #37692C.


I love getcolorcode.com

Triadic colors

1 #D3C896 and #96D3C8 with #C896D3 are triadic colors.

2 #D396C8 and #96C8D3 with #C896D3 are triadic colors.