COLOR #C589D2

HEX: #C589D2
RGB: (197,137,210)

Renk bilgisi

#C589D2 contains mainly red and blue colors. #C589D2 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C589D2 color RGB value is (197,137,210).

  • kırmız ton 197;
  • yeşil ton 137;
  • mavi ton 210.
RGB:
(197,137,210)
(77%,54%,82%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 137 of 255 = 54%
B 210 of 255 = 82%

197
137
210

R + G + B ~ 71%. #C589D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 137 + 210 = 544 (100%)
R 197 of 544 ~ 36.21%
G 137 of 544 ~ 25.18%
B 210 of 544 ~ 38.6%

%36.21
%25.18
%38.6

CMYK RENK MODELİ

#C589D2 rengi CMYK tonu (6,35,0,18).

  • camgöbeği tonu 6.19%
  • eflatun tonu 34.76%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(6,35,0,18)
C6M35Y0K18 
(6%,35%,0%,18%)
(0.06/0.35/0.00/0.18)	

CMYK yüzdeleri

%6.19
%34.76
%0
%17.65

Codes

Color #C589D2 in popluar color models

C589D2
RGB197137210
HSL289°44.79%68.04%
HSB/HSV289°34.76%82.35%
CMYK6.19%34.76%0.00%
17.65%

Color #C589D2 in popluar number systems.

HEXC589D2
Decimal197137210
Binary110001011000100111010010
Octal305211322

Shades and tints

Shades of #C589D2

#C589D2
(197,137,210)
#B47DBF
(180,125,191)
#A371AC
(163,113,172)
#926599
(146,101,153)
#815986
(129,89,134)
#704D73
(112,77,115)
#5F4160
(95,65,96)
#4E354D
(78,53,77)
#3D293A
(61,41,58)
#2C1D27
(44,29,39)
#1B1114
(27,17,20)
#000000
(0,0,0)

Tints of #C589D2

#C589D2
(197,137,210)
#CA93D6
(202,147,214)
#CF9DDA
(207,157,218)
#D4A7DE
(212,167,222)
#D9B1E2
(217,177,226)
#DEBBE6
(222,187,230)
#E3C5EA
(227,197,234)
#E8CFEE
(232,207,238)
#EDD9F2
(237,217,242)
#F2E3F6
(242,227,246)
#F7EDFA
(247,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C589D2 color. Also use rgb(197,137,210) instead hex code.

Text Font Color

.myTextColor { color: #C589D2; }

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

This text font color is #C589D2.


Background Color

.myBgColor { background-color: #C589D2; }

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

This div background color is #C589D2.


Border color

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

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

This div border color is #C589D2.


Opacity

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

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

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

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

This text has shadow with #C589D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C589D2 on black background.


Color preview on white background

This text has color #C589D2 on white background.



Black color preview on #C589D2 background

This text has black color on #C589D2 background.


White color preview on #C589D2 background

This text has white color on #C589D2 background.