COLOR #C59FD8

HEX: #C59FD8
RGB: (197,159,216)

Renk bilgisi

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

RGB renk modeli

#C59FD8 color RGB value is (197,159,216).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 159 of 255 = 62%
B 216 of 255 = 85%

197
159
216

R + G + B ~ 75%. #C59FD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 159 + 216 = 572 (100%)
R 197 of 572 ~ 34.44%
G 159 of 572 ~ 27.8%
B 216 of 572 ~ 37.76%

%34.44
%27.8
%37.76

CMYK RENK MODELİ

#C59FD8 rengi CMYK tonu (9,26,0,15).

  • camgöbeği tonu 8.80%
  • eflatun tonu 26.39%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(9,26,0,15)
C9M26Y0K15 
(9%,26%,0%,15%)
(0.09/0.26/0.00/0.15)	

CMYK yüzdeleri

%8.8
%26.39
%0
%15.29

Codes

Color #C59FD8 in popluar color models

C59FD8
RGB197159216
HSL280°42.22%73.53%
HSB/HSV280°26.39%84.71%
CMYK8.80%26.39%0.00%
15.29%

Color #C59FD8 in popluar number systems.

HEXC59FD8
Decimal197159216
Binary110001011001111111011000
Octal305237330

Shades and tints

Shades of #C59FD8

#C59FD8
(197,159,216)
#B491C5
(180,145,197)
#A383B2
(163,131,178)
#92759F
(146,117,159)
#81678C
(129,103,140)
#705979
(112,89,121)
#5F4B66
(95,75,102)
#4E3D53
(78,61,83)
#3D2F40
(61,47,64)
#2C212D
(44,33,45)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #C59FD8

#C59FD8
(197,159,216)
#CAA7DB
(202,167,219)
#CFAFDE
(207,175,222)
#D4B7E1
(212,183,225)
#D9BFE4
(217,191,228)
#DEC7E7
(222,199,231)
#E3CFEA
(227,207,234)
#E8D7ED
(232,215,237)
#EDDFF0
(237,223,240)
#F2E7F3
(242,231,243)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59FD8; }

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

This text font color is #C59FD8.


Background Color

.myBgColor { background-color: #C59FD8; }

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

This div background color is #C59FD8.


Border color

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

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

This div border color is #C59FD8.


Opacity

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

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

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

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

This text has shadow with #C59FD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59FD8 on black background.


Color preview on white background

This text has color #C59FD8 on white background.



Black color preview on #C59FD8 background

This text has black color on #C59FD8 background.


White color preview on #C59FD8 background

This text has white color on #C59FD8 background.