COLOR #C588B5

HEX: #C588B5
RGB: (197,136,181)

Color info

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

RGB color model

#C588B5 color RGB value is (197,136,181).

  • red value is 197;
  • green value is 136;
  • blue value is 181.
RGB:
(197,136,181)
(77%,53%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 136 of 255 = 53%
B 181 of 255 = 71%

197
136
181

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

Portions of RGB colors in percentages

R + G + B =
197 + 136 + 181 = 514 (100%)
R 197 of 514 ~ 38.33%
G 136 of 514 ~ 26.46%
B 181 of 514 ~ 35.21%

%38.33
%26.46
%35.21

CMYK color model

#C588B5 color CMYK value is (0,31,8,23).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(0,31,8,23)
C0M31Y8K23 
(0%,31%,8%,23%)
(0.00/0.31/0.08/0.23)	

CMYK percentages

%0
%30.96
%8.12
%22.75

Codes

Color #C588B5 in popluar color models

C588B5
RGB197136181
HSL316°34.46%65.29%
HSB/HSV316°30.96%77.25%
CMYK0.00%30.96%8.12%
22.75%

Color #C588B5 in popluar number systems.

HEXC588B5
Decimal197136181
Binary110001011000100010110101
Octal305210265

Shades and tints

Shades of #C588B5

#C588B5
(197,136,181)
#B47CA5
(180,124,165)
#A37095
(163,112,149)
#926485
(146,100,133)
#815875
(129,88,117)
#704C65
(112,76,101)
#5F4055
(95,64,85)
#4E3445
(78,52,69)
#3D2835
(61,40,53)
#2C1C25
(44,28,37)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #C588B5

#C588B5
(197,136,181)
#CA92BB
(202,146,187)
#CF9CC1
(207,156,193)
#D4A6C7
(212,166,199)
#D9B0CD
(217,176,205)
#DEBAD3
(222,186,211)
#E3C4D9
(227,196,217)
#E8CEDF
(232,206,223)
#EDD8E5
(237,216,229)
#F2E2EB
(242,226,235)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C588B5 color. Also use rgb(197,136,181) instead hex code.

Text Font Color

.myTextColor { color: #C588B5; }

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

This text font color is #C588B5.


Background Color

.myBgColor { background-color: #C588B5; }

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

This div background color is #C588B5.


Border color

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

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

This div border color is #C588B5.


Opacity

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

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

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

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

This text has shadow with #C588B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C588B5 on black background.


Color preview on white background

This text has color #C588B5 on white background.



Black color preview on #C588B5 background

This text has black color on #C588B5 background.


White color preview on #C588B5 background

This text has white color on #C588B5 background.