COLOR #C489BD

HEX: #C489BD
RGB: (196,137,189)

Renk bilgisi

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

RGB renk modeli

#C489BD color RGB value is (196,137,189).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 137 of 255 = 54%
B 189 of 255 = 74%

196
137
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 137 + 189 = 522 (100%)
R 196 of 522 ~ 37.55%
G 137 of 522 ~ 26.25%
B 189 of 522 ~ 36.21%

%37.55
%26.25
%36.21

CMYK RENK MODELİ

#C489BD rengi CMYK tonu (0,30,4,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.10%
  • sarı tonu 3.57%
  • ana renk tonu 23.14%
CMYK:
(0,30,4,23)
C0M30Y4K23 
(0%,30%,4%,23%)
(0.00/0.30/0.04/0.23)	

CMYK yüzdeleri

%0
%30.1
%3.57
%23.14

Codes

Color #C489BD in popluar color models

C489BD
RGB196137189
HSL307°33.33%65.29%
HSB/HSV307°30.10%76.86%
CMYK0.00%30.10%3.57%
23.14%

Color #C489BD in popluar number systems.

HEXC489BD
Decimal196137189
Binary110001001000100110111101
Octal304211275

Shades and tints

Shades of #C489BD

#C489BD
(196,137,189)
#B37DAC
(179,125,172)
#A2719B
(162,113,155)
#91658A
(145,101,138)
#805979
(128,89,121)
#6F4D68
(111,77,104)
#5E4157
(94,65,87)
#4D3546
(77,53,70)
#3C2935
(60,41,53)
#2B1D24
(43,29,36)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #C489BD

#C489BD
(196,137,189)
#C993C3
(201,147,195)
#CE9DC9
(206,157,201)
#D3A7CF
(211,167,207)
#D8B1D5
(216,177,213)
#DDBBDB
(221,187,219)
#E2C5E1
(226,197,225)
#E7CFE7
(231,207,231)
#ECD9ED
(236,217,237)
#F1E3F3
(241,227,243)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C489BD; }

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

This text font color is #C489BD.


Background Color

.myBgColor { background-color: #C489BD; }

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

This div background color is #C489BD.


Border color

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

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

This div border color is #C489BD.


Opacity

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

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

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

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

This text has shadow with #C489BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C489BD on black background.


Color preview on white background

This text has color #C489BD on white background.



Black color preview on #C489BD background

This text has black color on #C489BD background.


White color preview on #C489BD background

This text has white color on #C489BD background.