COLOR #E6A5D2

HEX: #E6A5D2
RGB: (230,165,210)

Renk bilgisi

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

RGB renk modeli

#E6A5D2 color RGB value is (230,165,210).

  • kırmız ton 230;
  • yeşil ton 165;
  • mavi ton 210.
RGB:
(230,165,210)
(90%,65%,82%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 165 of 255 = 65%
B 210 of 255 = 82%

230
165
210

R + G + B ~ 79%. #E6A5D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 165 + 210 = 605 (100%)
R 230 of 605 ~ 38.02%
G 165 of 605 ~ 27.27%
B 210 of 605 ~ 34.71%

%38.02
%27.27
%34.71

CMYK RENK MODELİ

#E6A5D2 rengi CMYK tonu (0,28,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.26%
  • sarı tonu 8.70%
  • ana renk tonu 9.80%
CMYK:
(0,28,9,10)
C0M28Y9K10 
(0%,28%,9%,10%)
(0.00/0.28/0.09/0.10)	

CMYK yüzdeleri

%0
%28.26
%8.7
%9.8

Codes

Color #E6A5D2 in popluar color models

E6A5D2
RGB230165210
HSL318°56.52%77.45%
HSB/HSV318°28.26%90.20%
CMYK0.00%28.26%8.70%
9.80%

Color #E6A5D2 in popluar number systems.

HEXE6A5D2
Decimal230165210
Binary111001101010010111010010
Octal346245322

Shades and tints

Shades of #E6A5D2

#E6A5D2
(230,165,210)
#D296BF
(210,150,191)
#BE87AC
(190,135,172)
#AA7899
(170,120,153)
#966986
(150,105,134)
#825A73
(130,90,115)
#6E4B60
(110,75,96)
#5A3C4D
(90,60,77)
#462D3A
(70,45,58)
#321E27
(50,30,39)
#1E0F14
(30,15,20)
#000000
(0,0,0)

Tints of #E6A5D2

#E6A5D2
(230,165,210)
#E8ADD6
(232,173,214)
#EAB5DA
(234,181,218)
#ECBDDE
(236,189,222)
#EEC5E2
(238,197,226)
#F0CDE6
(240,205,230)
#F2D5EA
(242,213,234)
#F4DDEE
(244,221,238)
#F6E5F2
(246,229,242)
#F8EDF6
(248,237,246)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A5D2 color. Also use rgb(230,165,210) instead hex code.

Text Font Color

.myTextColor { color: #E6A5D2; }

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

This text font color is #E6A5D2.


Background Color

.myBgColor { background-color: #E6A5D2; }

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

This div background color is #E6A5D2.


Border color

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

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

This div border color is #E6A5D2.


Opacity

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

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

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

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

This text has shadow with #E6A5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A5D2 on black background.


Color preview on white background

This text has color #E6A5D2 on white background.



Black color preview on #E6A5D2 background

This text has black color on #E6A5D2 background.


White color preview on #E6A5D2 background

This text has white color on #E6A5D2 background.