COLOR #C587B8

HEX: #C587B8
RGB: (197,135,184)

Color info

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

RGB color model

#C587B8 color RGB value is (197,135,184).

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

RGB channels and saturation

R 197 of 255 = 77%
G 135 of 255 = 53%
B 184 of 255 = 72%

197
135
184

R + G + B ~ 67%. #C587B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 135 + 184 = 516 (100%)
R 197 of 516 ~ 38.18%
G 135 of 516 ~ 26.16%
B 184 of 516 ~ 35.66%

%38.18
%26.16
%35.66

CMYK color model

#C587B8 color CMYK value is (0,31,7,23).

  • cyan value is 0.00%
  • magenta value is 31.47%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(0,31,7,23)
C0M31Y7K23 
(0%,31%,7%,23%)
(0.00/0.31/0.07/0.23)	

CMYK percentages

%0
%31.47
%6.6
%22.75

Codes

Color #C587B8 in popluar color models

C587B8
RGB197135184
HSL313°34.83%65.10%
HSB/HSV313°31.47%77.25%
CMYK0.00%31.47%6.60%
22.75%

Color #C587B8 in popluar number systems.

HEXC587B8
Decimal197135184
Binary110001011000011110111000
Octal305207270

Shades and tints

Shades of #C587B8

#C587B8
(197,135,184)
#B47BA8
(180,123,168)
#A36F98
(163,111,152)
#926388
(146,99,136)
#815778
(129,87,120)
#704B68
(112,75,104)
#5F3F58
(95,63,88)
#4E3348
(78,51,72)
#3D2738
(61,39,56)
#2C1B28
(44,27,40)
#1B0F18
(27,15,24)
#000000
(0,0,0)

Tints of #C587B8

#C587B8
(197,135,184)
#CA91BE
(202,145,190)
#CF9BC4
(207,155,196)
#D4A5CA
(212,165,202)
#D9AFD0
(217,175,208)
#DEB9D6
(222,185,214)
#E3C3DC
(227,195,220)
#E8CDE2
(232,205,226)
#EDD7E8
(237,215,232)
#F2E1EE
(242,225,238)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C587B8; }

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

This text font color is #C587B8.


Background Color

.myBgColor { background-color: #C587B8; }

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

This div background color is #C587B8.


Border color

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

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

This div border color is #C587B8.


Opacity

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

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

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

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

This text has shadow with #C587B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C587B8 on black background.


Color preview on white background

This text has color #C587B8 on white background.



Black color preview on #C587B8 background

This text has black color on #C587B8 background.


White color preview on #C587B8 background

This text has white color on #C587B8 background.