COLOR #C489B8

HEX: #C489B8
RGB: (196,137,184)

Color info

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

RGB color model

#C489B8 color RGB value is (196,137,184).

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

RGB channels and saturation

R 196 of 255 = 77%
G 137 of 255 = 54%
B 184 of 255 = 72%

196
137
184

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

Portions of RGB colors in percentages

R + G + B =
196 + 137 + 184 = 517 (100%)
R 196 of 517 ~ 37.91%
G 137 of 517 ~ 26.5%
B 184 of 517 ~ 35.59%

%37.91
%26.5
%35.59

CMYK color model

#C489B8 color CMYK value is (0,30,6,23).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 6.12%
  • key color value is 23.14%
CMYK:
(0,30,6,23)
C0M30Y6K23 
(0%,30%,6%,23%)
(0.00/0.30/0.06/0.23)	

CMYK percentages

%0
%30.1
%6.12
%23.14

Codes

Color #C489B8 in popluar color models

C489B8
RGB196137184
HSL312°33.33%65.29%
HSB/HSV312°30.10%76.86%
CMYK0.00%30.10%6.12%
23.14%

Color #C489B8 in popluar number systems.

HEXC489B8
Decimal196137184
Binary110001001000100110111000
Octal304211270

Shades and tints

Shades of #C489B8

#C489B8
(196,137,184)
#B37DA8
(179,125,168)
#A27198
(162,113,152)
#916588
(145,101,136)
#805978
(128,89,120)
#6F4D68
(111,77,104)
#5E4158
(94,65,88)
#4D3548
(77,53,72)
#3C2938
(60,41,56)
#2B1D28
(43,29,40)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #C489B8

#C489B8
(196,137,184)
#C993BE
(201,147,190)
#CE9DC4
(206,157,196)
#D3A7CA
(211,167,202)
#D8B1D0
(216,177,208)
#DDBBD6
(221,187,214)
#E2C5DC
(226,197,220)
#E7CFE2
(231,207,226)
#ECD9E8
(236,217,232)
#F1E3EE
(241,227,238)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C489B8; }

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

This text font color is #C489B8.


Background Color

.myBgColor { background-color: #C489B8; }

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

This div background color is #C489B8.


Border color

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

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

This div border color is #C489B8.


Opacity

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

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

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

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

This text has shadow with #C489B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C489B8 on black background.


Color preview on white background

This text has color #C489B8 on white background.



Black color preview on #C489B8 background

This text has black color on #C489B8 background.


White color preview on #C489B8 background

This text has white color on #C489B8 background.