COLOR #C58BB7

HEX: #C58BB7
RGB: (197,139,183)

Color info

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

RGB color model

#C58BB7 color RGB value is (197,139,183).

  • red value is 197;
  • green value is 139;
  • blue value is 183.
RGB:
(197,139,183)
(77%,55%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 139 of 255 = 55%
B 183 of 255 = 72%

197
139
183

R + G + B ~ 68%. #C58BB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 139 + 183 = 519 (100%)
R 197 of 519 ~ 37.96%
G 139 of 519 ~ 26.78%
B 183 of 519 ~ 35.26%

%37.96
%26.78
%35.26

CMYK color model

#C58BB7 color CMYK value is (0,29,7,23).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 7.11%
  • key color value is 22.75%
CMYK:
(0,29,7,23)
C0M29Y7K23 
(0%,29%,7%,23%)
(0.00/0.29/0.07/0.23)	

CMYK percentages

%0
%29.44
%7.11
%22.75

Codes

Color #C58BB7 in popluar color models

C58BB7
RGB197139183
HSL314°33.33%65.88%
HSB/HSV314°29.44%77.25%
CMYK0.00%29.44%7.11%
22.75%

Color #C58BB7 in popluar number systems.

HEXC58BB7
Decimal197139183
Binary110001011000101110110111
Octal305213267

Shades and tints

Shades of #C58BB7

#C58BB7
(197,139,183)
#B47FA7
(180,127,167)
#A37397
(163,115,151)
#926787
(146,103,135)
#815B77
(129,91,119)
#704F67
(112,79,103)
#5F4357
(95,67,87)
#4E3747
(78,55,71)
#3D2B37
(61,43,55)
#2C1F27
(44,31,39)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #C58BB7

#C58BB7
(197,139,183)
#CA95BD
(202,149,189)
#CF9FC3
(207,159,195)
#D4A9C9
(212,169,201)
#D9B3CF
(217,179,207)
#DEBDD5
(222,189,213)
#E3C7DB
(227,199,219)
#E8D1E1
(232,209,225)
#EDDBE7
(237,219,231)
#F2E5ED
(242,229,237)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58BB7 color. Also use rgb(197,139,183) instead hex code.

Text Font Color

.myTextColor { color: #C58BB7; }

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

This text font color is #C58BB7.


Background Color

.myBgColor { background-color: #C58BB7; }

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

This div background color is #C58BB7.


Border color

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

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

This div border color is #C58BB7.


Opacity

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

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

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

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

This text has shadow with #C58BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58BB7 on black background.


Color preview on white background

This text has color #C58BB7 on white background.



Black color preview on #C58BB7 background

This text has black color on #C58BB7 background.


White color preview on #C58BB7 background

This text has white color on #C58BB7 background.