COLOR #D59ED7

HEX: #D59ED7
RGB: (213,158,215)

Renk bilgisi

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

RGB renk modeli

#D59ED7 color RGB value is (213,158,215).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 158 of 255 = 62%
B 215 of 255 = 84%

213
158
215

R + G + B ~ 77%. #D59ED7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 158 + 215 = 586 (100%)
R 213 of 586 ~ 36.35%
G 158 of 586 ~ 26.96%
B 215 of 586 ~ 36.69%

%36.35
%26.96
%36.69

CMYK RENK MODELİ

#D59ED7 rengi CMYK tonu (1,27,0,16).

  • camgöbeği tonu 0.93%
  • eflatun tonu 26.51%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(1,27,0,16)
C1M27Y0K16 
(1%,27%,0%,16%)
(0.01/0.27/0.00/0.16)	

CMYK yüzdeleri

%0.93
%26.51
%0
%15.69

Codes

Color #D59ED7 in popluar color models

D59ED7
RGB213158215
HSL298°41.61%73.14%
HSB/HSV298°26.51%84.31%
CMYK0.93%26.51%0.00%
15.69%

Color #D59ED7 in popluar number systems.

HEXD59ED7
Decimal213158215
Binary110101011001111011010111
Octal325236327

Shades and tints

Shades of #D59ED7

#D59ED7
(213,158,215)
#C290C4
(194,144,196)
#AF82B1
(175,130,177)
#9C749E
(156,116,158)
#89668B
(137,102,139)
#765878
(118,88,120)
#634A65
(99,74,101)
#503C52
(80,60,82)
#3D2E3F
(61,46,63)
#2A202C
(42,32,44)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #D59ED7

#D59ED7
(213,158,215)
#D8A6DA
(216,166,218)
#DBAEDD
(219,174,221)
#DEB6E0
(222,182,224)
#E1BEE3
(225,190,227)
#E4C6E6
(228,198,230)
#E7CEE9
(231,206,233)
#EAD6EC
(234,214,236)
#EDDEEF
(237,222,239)
#F0E6F2
(240,230,242)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59ED7 color. Also use rgb(213,158,215) instead hex code.

Text Font Color

.myTextColor { color: #D59ED7; }

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

This text font color is #D59ED7.


Background Color

.myBgColor { background-color: #D59ED7; }

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

This div background color is #D59ED7.


Border color

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

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

This div border color is #D59ED7.


Opacity

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

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

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

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

This text has shadow with #D59ED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59ED7 on black background.


Color preview on white background

This text has color #D59ED7 on white background.



Black color preview on #D59ED7 background

This text has black color on #D59ED7 background.


White color preview on #D59ED7 background

This text has white color on #D59ED7 background.