COLOR #C898C8

HEX: #C898C8
RGB: (200,152,200)

Color info

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

RGB color model

#C898C8 color RGB value is (200,152,200).

  • red value is 200;
  • green value is 152;
  • blue value is 200.
RGB:
(200,152,200)
(78%,60%,78%)

RGB channels and saturation

R 200 of 255 = 78%
G 152 of 255 = 60%
B 200 of 255 = 78%

200
152
200

R + G + B ~ 72%. #C898C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 152 + 200 = 552 (100%)
R 200 of 552 ~ 36.23%
G 152 of 552 ~ 27.54%
B 200 of 552 ~ 36.23%

%36.23
%27.54
%36.23

CMYK color model

#C898C8 color CMYK value is (0,24,0,22).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(0,24,0,22)
C0M24Y0K22 
(0%,24%,0%,22%)
(0.00/0.24/0.00/0.22)	

CMYK percentages

%0
%24
%0
%21.57

Codes

Color #C898C8 in popluar color models

C898C8
RGB200152200
HSL300°30.38%69.02%
HSB/HSV300°24.00%78.43%
CMYK0.00%24.00%0.00%
21.57%

Color #C898C8 in popluar number systems.

HEXC898C8
Decimal200152200
Binary110010001001100011001000
Octal310230310

Shades and tints

Shades of #C898C8

#C898C8
(200,152,200)
#B68BB6
(182,139,182)
#A47EA4
(164,126,164)
#927192
(146,113,146)
#806480
(128,100,128)
#6E576E
(110,87,110)
#5C4A5C
(92,74,92)
#4A3D4A
(74,61,74)
#383038
(56,48,56)
#262326
(38,35,38)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #C898C8

#C898C8
(200,152,200)
#CDA1CD
(205,161,205)
#D2AAD2
(210,170,210)
#D7B3D7
(215,179,215)
#DCBCDC
(220,188,220)
#E1C5E1
(225,197,225)
#E6CEE6
(230,206,230)
#EBD7EB
(235,215,235)
#F0E0F0
(240,224,240)
#F5E9F5
(245,233,245)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C898C8; }

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

This text font color is #C898C8.


Background Color

.myBgColor { background-color: #C898C8; }

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

This div background color is #C898C8.


Border color

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

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

This div border color is #C898C8.


Opacity

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

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

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

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

This text has shadow with #C898C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C898C8 on black background.


Color preview on white background

This text has color #C898C8 on white background.



Black color preview on #C898C8 background

This text has black color on #C898C8 background.


White color preview on #C898C8 background

This text has white color on #C898C8 background.