COLOR #C487B8

HEX: #C487B8
RGB: (196,135,184)

Color info

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

RGB color model

#C487B8 color RGB value is (196,135,184).

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

RGB channels and saturation

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

196
135
184

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

Portions of RGB colors in percentages

R + G + B =
196 + 135 + 184 = 515 (100%)
R 196 of 515 ~ 38.06%
G 135 of 515 ~ 26.21%
B 184 of 515 ~ 35.73%

%38.06
%26.21
%35.73

CMYK color model

#C487B8 color CMYK value is (0,31,6,23).

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(0,31,6,23)
C0M31Y6K23 
(0%,31%,6%,23%)
(0.00/0.31/0.06/0.23)	

CMYK percentages

%0
%31.12
%6.12
%23.14

Codes

Color #C487B8 in popluar color models

C487B8
RGB196135184
HSL312°34.08%64.90%
HSB/HSV312°31.12%76.86%
CMYK0.00%31.12%6.12%
23.14%

Color #C487B8 in popluar number systems.

HEXC487B8
Decimal196135184
Binary110001001000011110111000
Octal304207270

Shades and tints

Shades of #C487B8

#C487B8
(196,135,184)
#B37BA8
(179,123,168)
#A26F98
(162,111,152)
#916388
(145,99,136)
#805778
(128,87,120)
#6F4B68
(111,75,104)
#5E3F58
(94,63,88)
#4D3348
(77,51,72)
#3C2738
(60,39,56)
#2B1B28
(43,27,40)
#1A0F18
(26,15,24)
#000000
(0,0,0)

Tints of #C487B8

#C487B8
(196,135,184)
#C991BE
(201,145,190)
#CE9BC4
(206,155,196)
#D3A5CA
(211,165,202)
#D8AFD0
(216,175,208)
#DDB9D6
(221,185,214)
#E2C3DC
(226,195,220)
#E7CDE2
(231,205,226)
#ECD7E8
(236,215,232)
#F1E1EE
(241,225,238)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C487B8; }

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

This text font color is #C487B8.


Background Color

.myBgColor { background-color: #C487B8; }

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

This div background color is #C487B8.


Border color

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

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

This div border color is #C487B8.


Opacity

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

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

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

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

This text has shadow with #C487B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C487B8 on black background.


Color preview on white background

This text has color #C487B8 on white background.



Black color preview on #C487B8 background

This text has black color on #C487B8 background.


White color preview on #C487B8 background

This text has white color on #C487B8 background.