COLOR #C898D8

HEX: #C898D8 RGB: (200,152,216)

Color info

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

RGB color model

#C898D8 color RGB value is (200,152,216).

RGB: (200,152,216) (78%, 60%, 85%)

RGB channels and saturation

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

200
152
216

R + G + B ~ 74%. #C898D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 152 + 216 = 568 (100%)
R 200 of 568 ~ 35.21%
G 152 of 568 ~ 26.76%
B 216 of 568 ~ 38.03'%

%35.21
%26.76
%38.03

CMYK color model

#C898D8 color CMYK value is (7,30,0,15).

  • cyan value is 7.41%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (7,30,0,15)
C7M30Y0K15 (7%, 30%, 0%, 15%)
(0.07 / 0.30 / 0.00 / 0.15)

CMYK percentages

%7.41
%29.63
%0
%15.29

Codes

Color #C898D8 in popluar color models

C8 98 D8
RGB 200 152 216
HSL 285° 45.07% 72.16%
HSB/HSV 285° 29.63% 84.71%
CMYK 7.41% 29.63% 0.00%
15.29%

Color #C898D8 in popluar number systems.

HEX C8 98 D8
Decimal 200 152 216
Binary 11001000 10011000 11011000
Octal 310 230 330

Shades and tints

Shades of #C898D8

#C898D8
(200,152,216)
#B68BC5
(182,139,197)
#A47EB2
(164,126,178)
#92719F
(146,113,159)
#80648C
(128,100,140)
#6E5779
(110,87,121)
#5C4A66
(92,74,102)
#4A3D53
(74,61,83)
#383040
(56,48,64)
#26232D
(38,35,45)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #C898D8

#C898D8
(200,152,216)
#CDA1DB
(205,161,219)
#D2AADE
(210,170,222)
#D7B3E1
(215,179,225)
#DCBCE4
(220,188,228)
#E1C5E7
(225,197,231)
#E6CEEA
(230,206,234)
#EBD7ED
(235,215,237)
#F0E0F0
(240,224,240)
#F5E9F3
(245,233,243)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C898D8; }

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

This text font color is #C898D8.

Background Color

.myBgColor { background-color: #C898D8; }

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

This div background color is #C898D8.

Border color

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

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

This div border color is #C898D8.

Opacity

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

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

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

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

This text has shadow with #C898D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C898D8.

Preview

Color preview on black background

This text has color #C898D8 on black background.


Color preview on white background

This text has color #C898D8 on white background.


Black color preview on #C898D8 background

This text has black color on #C898D8 background.


White color preview on #C898D8 background

This text has white color on #C898D8 background.


Related colors

Complementary color

Complementary color for #hex is #376727.


I love getcolorcode.com

Triadic colors

1 #D8C898 and #98D8C8 with #C898D8 are triadic colors.

2 #D898C8 and #98C8D8 with #C898D8 are triadic colors.