COLOR #C489B4

HEX: #C489B4
RGB: (196,137,180)

Renk bilgisi

#C489B4 contains red, green and blue colors in about the same proportion. #C489B4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C489B4 color RGB value is (196,137,180).

  • kırmız ton 196;
  • yeşil ton 137;
  • mavi ton 180.
RGB:
(196,137,180)
(77%,54%,71%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 137 of 255 = 54%
B 180 of 255 = 71%

196
137
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 137 + 180 = 513 (100%)
R 196 of 513 ~ 38.21%
G 137 of 513 ~ 26.71%
B 180 of 513 ~ 35.09%

%38.21
%26.71
%35.09

CMYK RENK MODELİ

#C489B4 rengi CMYK tonu (0,30,8,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.10%
  • sarı tonu 8.16%
  • ana renk tonu 23.14%
CMYK:
(0,30,8,23)
C0M30Y8K23 
(0%,30%,8%,23%)
(0.00/0.30/0.08/0.23)	

CMYK yüzdeleri

%0
%30.1
%8.16
%23.14

Codes

Color #C489B4 in popluar color models

C489B4
RGB196137180
HSL316°33.33%65.29%
HSB/HSV316°30.10%76.86%
CMYK0.00%30.10%8.16%
23.14%

Color #C489B4 in popluar number systems.

HEXC489B4
Decimal196137180
Binary110001001000100110110100
Octal304211264

Shades and tints

Shades of #C489B4

#C489B4
(196,137,180)
#B37DA4
(179,125,164)
#A27194
(162,113,148)
#916584
(145,101,132)
#805974
(128,89,116)
#6F4D64
(111,77,100)
#5E4154
(94,65,84)
#4D3544
(77,53,68)
#3C2934
(60,41,52)
#2B1D24
(43,29,36)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #C489B4

#C489B4
(196,137,180)
#C993BA
(201,147,186)
#CE9DC0
(206,157,192)
#D3A7C6
(211,167,198)
#D8B1CC
(216,177,204)
#DDBBD2
(221,187,210)
#E2C5D8
(226,197,216)
#E7CFDE
(231,207,222)
#ECD9E4
(236,217,228)
#F1E3EA
(241,227,234)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C489B4; }

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

This text font color is #C489B4.


Background Color

.myBgColor { background-color: #C489B4; }

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

This div background color is #C489B4.


Border color

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

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

This div border color is #C489B4.


Opacity

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

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

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

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

This text has shadow with #C489B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C489B4 on black background.


Color preview on white background

This text has color #C489B4 on white background.



Black color preview on #C489B4 background

This text has black color on #C489B4 background.


White color preview on #C489B4 background

This text has white color on #C489B4 background.