COLOR #C59DD5

HEX: #C59DD5
RGB: (197,157,213)

Renk bilgisi

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

RGB renk modeli

#C59DD5 color RGB value is (197,157,213).

  • kırmız ton 197;
  • yeşil ton 157;
  • mavi ton 213.
RGB:
(197,157,213)
(77%,62%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 157 of 255 = 62%
B 213 of 255 = 84%

197
157
213

R + G + B ~ 74%. #C59DD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 157 + 213 = 567 (100%)
R 197 of 567 ~ 34.74%
G 157 of 567 ~ 27.69%
B 213 of 567 ~ 37.57%

%34.74
%27.69
%37.57

CMYK RENK MODELİ

#C59DD5 rengi CMYK tonu (8,26,0,16).

  • camgöbeği tonu 7.51%
  • eflatun tonu 26.29%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(8,26,0,16)
C8M26Y0K16 
(8%,26%,0%,16%)
(0.08/0.26/0.00/0.16)	

CMYK yüzdeleri

%7.51
%26.29
%0
%16.47

Codes

Color #C59DD5 in popluar color models

C59DD5
RGB197157213
HSL283°40.00%72.55%
HSB/HSV283°26.29%83.53%
CMYK7.51%26.29%0.00%
16.47%

Color #C59DD5 in popluar number systems.

HEXC59DD5
Decimal197157213
Binary110001011001110111010101
Octal305235325

Shades and tints

Shades of #C59DD5

#C59DD5
(197,157,213)
#B48FC2
(180,143,194)
#A381AF
(163,129,175)
#92739C
(146,115,156)
#816589
(129,101,137)
#705776
(112,87,118)
#5F4963
(95,73,99)
#4E3B50
(78,59,80)
#3D2D3D
(61,45,61)
#2C1F2A
(44,31,42)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #C59DD5

#C59DD5
(197,157,213)
#CAA5D8
(202,165,216)
#CFADDB
(207,173,219)
#D4B5DE
(212,181,222)
#D9BDE1
(217,189,225)
#DEC5E4
(222,197,228)
#E3CDE7
(227,205,231)
#E8D5EA
(232,213,234)
#EDDDED
(237,221,237)
#F2E5F0
(242,229,240)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59DD5 color. Also use rgb(197,157,213) instead hex code.

Text Font Color

.myTextColor { color: #C59DD5; }

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

This text font color is #C59DD5.


Background Color

.myBgColor { background-color: #C59DD5; }

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

This div background color is #C59DD5.


Border color

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

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

This div border color is #C59DD5.


Opacity

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

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

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

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

This text has shadow with #C59DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59DD5 on black background.


Color preview on white background

This text has color #C59DD5 on white background.



Black color preview on #C59DD5 background

This text has black color on #C59DD5 background.


White color preview on #C59DD5 background

This text has white color on #C59DD5 background.