COLOR #C59EDD

HEX: #C59EDD
RGB: (197,158,221)

Renk bilgisi

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

RGB renk modeli

#C59EDD color RGB value is (197,158,221).

  • kırmız ton 197;
  • yeşil ton 158;
  • mavi ton 221.
RGB:
(197,158,221)
(77%,62%,87%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 158 of 255 = 62%
B 221 of 255 = 87%

197
158
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 158 + 221 = 576 (100%)
R 197 of 576 ~ 34.2%
G 158 of 576 ~ 27.43%
B 221 of 576 ~ 38.37%

%34.2
%27.43
%38.37

CMYK RENK MODELİ

#C59EDD rengi CMYK tonu (11,29,0,13).

  • camgöbeği tonu 10.86%
  • eflatun tonu 28.51%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(11,29,0,13)
C11M29Y0K13 
(11%,29%,0%,13%)
(0.11/0.29/0.00/0.13)	

CMYK yüzdeleri

%10.86
%28.51
%0
%13.33

Codes

Color #C59EDD in popluar color models

C59EDD
RGB197158221
HSL277°48.09%74.31%
HSB/HSV277°28.51%86.67%
CMYK10.86%28.51%0.00%
13.33%

Color #C59EDD in popluar number systems.

HEXC59EDD
Decimal197158221
Binary110001011001111011011101
Octal305236335

Shades and tints

Shades of #C59EDD

#C59EDD
(197,158,221)
#B490C9
(180,144,201)
#A382B5
(163,130,181)
#9274A1
(146,116,161)
#81668D
(129,102,141)
#705879
(112,88,121)
#5F4A65
(95,74,101)
#4E3C51
(78,60,81)
#3D2E3D
(61,46,61)
#2C2029
(44,32,41)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #C59EDD

#C59EDD
(197,158,221)
#CAA6E0
(202,166,224)
#CFAEE3
(207,174,227)
#D4B6E6
(212,182,230)
#D9BEE9
(217,190,233)
#DEC6EC
(222,198,236)
#E3CEEF
(227,206,239)
#E8D6F2
(232,214,242)
#EDDEF5
(237,222,245)
#F2E6F8
(242,230,248)
#F7EEFB
(247,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59EDD color. Also use rgb(197,158,221) instead hex code.

Text Font Color

.myTextColor { color: #C59EDD; }

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

This text font color is #C59EDD.


Background Color

.myBgColor { background-color: #C59EDD; }

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

This div background color is #C59EDD.


Border color

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

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

This div border color is #C59EDD.


Opacity

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

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

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

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

This text has shadow with #C59EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59EDD on black background.


Color preview on white background

This text has color #C59EDD on white background.



Black color preview on #C59EDD background

This text has black color on #C59EDD background.


White color preview on #C59EDD background

This text has white color on #C59EDD background.