COLOR #C57BB3

HEX: #C57BB3
RGB: (197,123,179)

Color info

#C57BB3 contains mainly red and blue colors. Web safe color of #C57BB3 is #CC6699 (or #C69).

RGB color model

#C57BB3 color RGB value is (197,123,179).

  • red value is 197;
  • green value is 123;
  • blue value is 179.
RGB:
(197,123,179)
(77%,48%,70%)

RGB channels and saturation

R 197 of 255 = 77%
G 123 of 255 = 48%
B 179 of 255 = 70%

197
123
179

R + G + B ~ 65%. #C57BB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 123 + 179 = 499 (100%)
R 197 of 499 ~ 39.48%
G 123 of 499 ~ 24.65%
B 179 of 499 ~ 35.87%

%39.48
%24.65
%35.87

CMYK color model

#C57BB3 color CMYK value is (0,38,9,23).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(0,38,9,23)
C0M38Y9K23 
(0%,38%,9%,23%)
(0.00/0.38/0.09/0.23)	

CMYK percentages

%0
%37.56
%9.14
%22.75

Codes

Color #C57BB3 in popluar color models

C57BB3
RGB197123179
HSL315°38.95%62.75%
HSB/HSV315°37.56%77.25%
CMYK0.00%37.56%9.14%
22.75%

Color #C57BB3 in popluar number systems.

HEXC57BB3
Decimal197123179
Binary11000101111101110110011
Octal305173263

Shades and tints

Shades of #C57BB3

#C57BB3
(197,123,179)
#B470A3
(180,112,163)
#A36593
(163,101,147)
#925A83
(146,90,131)
#814F73
(129,79,115)
#704463
(112,68,99)
#5F3953
(95,57,83)
#4E2E43
(78,46,67)
#3D2333
(61,35,51)
#2C1823
(44,24,35)
#1B0D13
(27,13,19)
#000000
(0,0,0)

Tints of #C57BB3

#C57BB3
(197,123,179)
#CA87B9
(202,135,185)
#CF93BF
(207,147,191)
#D49FC5
(212,159,197)
#D9ABCB
(217,171,203)
#DEB7D1
(222,183,209)
#E3C3D7
(227,195,215)
#E8CFDD
(232,207,221)
#EDDBE3
(237,219,227)
#F2E7E9
(242,231,233)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57BB3 color. Also use rgb(197,123,179) instead hex code.

Text Font Color

.myTextColor { color: #C57BB3; }

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

This text font color is #C57BB3.


Background Color

.myBgColor { background-color: #C57BB3; }

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

This div background color is #C57BB3.


Border color

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

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

This div border color is #C57BB3.


Opacity

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

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

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

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

This text has shadow with #C57BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57BB3 on black background.


Color preview on white background

This text has color #C57BB3 on white background.



Black color preview on #C57BB3 background

This text has black color on #C57BB3 background.


White color preview on #C57BB3 background

This text has white color on #C57BB3 background.