COLOR #E6ABD9

HEX: #E6ABD9
RGB: (230,171,217)

Renk bilgisi

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

RGB renk modeli

#E6ABD9 color RGB value is (230,171,217).

  • kırmız ton 230;
  • yeşil ton 171;
  • mavi ton 217.
RGB:
(230,171,217)
(90%,67%,85%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 171 of 255 = 67%
B 217 of 255 = 85%

230
171
217

R + G + B ~ 81%. #E6ABD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 171 + 217 = 618 (100%)
R 230 of 618 ~ 37.22%
G 171 of 618 ~ 27.67%
B 217 of 618 ~ 35.11%

%37.22
%27.67
%35.11

CMYK RENK MODELİ

#E6ABD9 rengi CMYK tonu (0,26,6,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.65%
  • sarı tonu 5.65%
  • ana renk tonu 9.80%
CMYK:
(0,26,6,10)
C0M26Y6K10 
(0%,26%,6%,10%)
(0.00/0.26/0.06/0.10)	

CMYK yüzdeleri

%0
%25.65
%5.65
%9.8

Codes

Color #E6ABD9 in popluar color models

E6ABD9
RGB230171217
HSL313°54.13%78.63%
HSB/HSV313°25.65%90.20%
CMYK0.00%25.65%5.65%
9.80%

Color #E6ABD9 in popluar number systems.

HEXE6ABD9
Decimal230171217
Binary111001101010101111011001
Octal346253331

Shades and tints

Shades of #E6ABD9

#E6ABD9
(230,171,217)
#D29CC6
(210,156,198)
#BE8DB3
(190,141,179)
#AA7EA0
(170,126,160)
#966F8D
(150,111,141)
#82607A
(130,96,122)
#6E5167
(110,81,103)
#5A4254
(90,66,84)
#463341
(70,51,65)
#32242E
(50,36,46)
#1E151B
(30,21,27)
#000000
(0,0,0)

Tints of #E6ABD9

#E6ABD9
(230,171,217)
#E8B2DC
(232,178,220)
#EAB9DF
(234,185,223)
#ECC0E2
(236,192,226)
#EEC7E5
(238,199,229)
#F0CEE8
(240,206,232)
#F2D5EB
(242,213,235)
#F4DCEE
(244,220,238)
#F6E3F1
(246,227,241)
#F8EAF4
(248,234,244)
#FAF1F7
(250,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ABD9 color. Also use rgb(230,171,217) instead hex code.

Text Font Color

.myTextColor { color: #E6ABD9; }

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

This text font color is #E6ABD9.


Background Color

.myBgColor { background-color: #E6ABD9; }

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

This div background color is #E6ABD9.


Border color

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

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

This div border color is #E6ABD9.


Opacity

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

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

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

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

This text has shadow with #E6ABD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ABD9 on black background.


Color preview on white background

This text has color #E6ABD9 on white background.



Black color preview on #E6ABD9 background

This text has black color on #E6ABD9 background.


White color preview on #E6ABD9 background

This text has white color on #E6ABD9 background.