COLOR #C498D1

HEX: #C498D1
RGB: (196,152,209)

Color info

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

RGB color model

#C498D1 color RGB value is (196,152,209).

  • red value is 196;
  • green value is 152;
  • blue value is 209.
RGB:
(196,152,209)
(77%,60%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 152 of 255 = 60%
B 209 of 255 = 82%

196
152
209

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

Portions of RGB colors in percentages

R + G + B =
196 + 152 + 209 = 557 (100%)
R 196 of 557 ~ 35.19%
G 152 of 557 ~ 27.29%
B 209 of 557 ~ 37.52%

%35.19
%27.29
%37.52

CMYK color model

#C498D1 color CMYK value is (6,27,0,18).

  • cyan value is 6.22%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(6,27,0,18)
C6M27Y0K18 
(6%,27%,0%,18%)
(0.06/0.27/0.00/0.18)	

CMYK percentages

%6.22
%27.27
%0
%18.04

Codes

Color #C498D1 in popluar color models

C498D1
RGB196152209
HSL286°38.26%70.78%
HSB/HSV286°27.27%81.96%
CMYK6.22%27.27%0.00%
18.04%

Color #C498D1 in popluar number systems.

HEXC498D1
Decimal196152209
Binary110001001001100011010001
Octal304230321

Shades and tints

Shades of #C498D1

#C498D1
(196,152,209)
#B38BBE
(179,139,190)
#A27EAB
(162,126,171)
#917198
(145,113,152)
#806485
(128,100,133)
#6F5772
(111,87,114)
#5E4A5F
(94,74,95)
#4D3D4C
(77,61,76)
#3C3039
(60,48,57)
#2B2326
(43,35,38)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #C498D1

#C498D1
(196,152,209)
#C9A1D5
(201,161,213)
#CEAAD9
(206,170,217)
#D3B3DD
(211,179,221)
#D8BCE1
(216,188,225)
#DDC5E5
(221,197,229)
#E2CEE9
(226,206,233)
#E7D7ED
(231,215,237)
#ECE0F1
(236,224,241)
#F1E9F5
(241,233,245)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C498D1; }

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

This text font color is #C498D1.


Background Color

.myBgColor { background-color: #C498D1; }

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

This div background color is #C498D1.


Border color

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

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

This div border color is #C498D1.


Opacity

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

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

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

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

This text has shadow with #C498D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C498D1 on black background.


Color preview on white background

This text has color #C498D1 on white background.



Black color preview on #C498D1 background

This text has black color on #C498D1 background.


White color preview on #C498D1 background

This text has white color on #C498D1 background.