COLOR #C59FE0

HEX: #C59FE0
RGB: (197,159,224)

Renk bilgisi

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

RGB renk modeli

#C59FE0 color RGB value is (197,159,224).

  • kırmız ton 197;
  • yeşil ton 159;
  • mavi ton 224.
RGB:
(197,159,224)
(77%,62%,88%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 159 of 255 = 62%
B 224 of 255 = 88%

197
159
224

R + G + B ~ 76%. #C59FE0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 159 + 224 = 580 (100%)
R 197 of 580 ~ 33.97%
G 159 of 580 ~ 27.41%
B 224 of 580 ~ 38.62%

%33.97
%27.41
%38.62

CMYK RENK MODELİ

#C59FE0 rengi CMYK tonu (12,29,0,12).

  • camgöbeği tonu 12.05%
  • eflatun tonu 29.02%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(12,29,0,12)
C12M29Y0K12 
(12%,29%,0%,12%)
(0.12/0.29/0.00/0.12)	

CMYK yüzdeleri

%12.05
%29.02
%0
%12.16

Codes

Color #C59FE0 in popluar color models

C59FE0
RGB197159224
HSL275°51.18%75.10%
HSB/HSV275°29.02%87.84%
CMYK12.05%29.02%0.00%
12.16%

Color #C59FE0 in popluar number systems.

HEXC59FE0
Decimal197159224
Binary110001011001111111100000
Octal305237340

Shades and tints

Shades of #C59FE0

#C59FE0
(197,159,224)
#B491CC
(180,145,204)
#A383B8
(163,131,184)
#9275A4
(146,117,164)
#816790
(129,103,144)
#70597C
(112,89,124)
#5F4B68
(95,75,104)
#4E3D54
(78,61,84)
#3D2F40
(61,47,64)
#2C212C
(44,33,44)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #C59FE0

#C59FE0
(197,159,224)
#CAA7E2
(202,167,226)
#CFAFE4
(207,175,228)
#D4B7E6
(212,183,230)
#D9BFE8
(217,191,232)
#DEC7EA
(222,199,234)
#E3CFEC
(227,207,236)
#E8D7EE
(232,215,238)
#EDDFF0
(237,223,240)
#F2E7F2
(242,231,242)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59FE0 color. Also use rgb(197,159,224) instead hex code.

Text Font Color

.myTextColor { color: #C59FE0; }

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

This text font color is #C59FE0.


Background Color

.myBgColor { background-color: #C59FE0; }

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

This div background color is #C59FE0.


Border color

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

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

This div border color is #C59FE0.


Opacity

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

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

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

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

This text has shadow with #C59FE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59FE0 on black background.


Color preview on white background

This text has color #C59FE0 on white background.



Black color preview on #C59FE0 background

This text has black color on #C59FE0 background.


White color preview on #C59FE0 background

This text has white color on #C59FE0 background.