COLOR #C57DB8

HEX: #C57DB8
RGB: (197,125,184)

Color info

#C57DB8 contains mainly red and blue colors. Web safe color of #C57DB8 is #CC66CC (or #C6C).

RGB color model

#C57DB8 color RGB value is (197,125,184).

  • red value is 197;
  • green value is 125;
  • blue value is 184.
RGB:
(197,125,184)
(77%,49%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 125 of 255 = 49%
B 184 of 255 = 72%

197
125
184

R + G + B ~ 66%. #C57DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 125 + 184 = 506 (100%)
R 197 of 506 ~ 38.93%
G 125 of 506 ~ 24.7%
B 184 of 506 ~ 36.36%

%38.93
%24.7
%36.36

CMYK color model

#C57DB8 color CMYK value is (0,37,7,23).

  • cyan value is 0.00%
  • magenta value is 36.55%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(0,37,7,23)
C0M37Y7K23 
(0%,37%,7%,23%)
(0.00/0.37/0.07/0.23)	

CMYK percentages

%0
%36.55
%6.6
%22.75

Codes

Color #C57DB8 in popluar color models

C57DB8
RGB197125184
HSL311°38.30%63.14%
HSB/HSV311°36.55%77.25%
CMYK0.00%36.55%6.60%
22.75%

Color #C57DB8 in popluar number systems.

HEXC57DB8
Decimal197125184
Binary11000101111110110111000
Octal305175270

Shades and tints

Shades of #C57DB8

#C57DB8
(197,125,184)
#B472A8
(180,114,168)
#A36798
(163,103,152)
#925C88
(146,92,136)
#815178
(129,81,120)
#704668
(112,70,104)
#5F3B58
(95,59,88)
#4E3048
(78,48,72)
#3D2538
(61,37,56)
#2C1A28
(44,26,40)
#1B0F18
(27,15,24)
#000000
(0,0,0)

Tints of #C57DB8

#C57DB8
(197,125,184)
#CA88BE
(202,136,190)
#CF93C4
(207,147,196)
#D49ECA
(212,158,202)
#D9A9D0
(217,169,208)
#DEB4D6
(222,180,214)
#E3BFDC
(227,191,220)
#E8CAE2
(232,202,226)
#EDD5E8
(237,213,232)
#F2E0EE
(242,224,238)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57DB8 color. Also use rgb(197,125,184) instead hex code.

Text Font Color

.myTextColor { color: #C57DB8; }

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

This text font color is #C57DB8.


Background Color

.myBgColor { background-color: #C57DB8; }

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

This div background color is #C57DB8.


Border color

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

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

This div border color is #C57DB8.


Opacity

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

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

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

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

This text has shadow with #C57DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57DB8 on black background.


Color preview on white background

This text has color #C57DB8 on white background.



Black color preview on #C57DB8 background

This text has black color on #C57DB8 background.


White color preview on #C57DB8 background

This text has white color on #C57DB8 background.