COLOR #E6D1EB

HEX: #E6D1EB
RGB: (230,209,235)

Renk bilgisi

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

RGB renk modeli

#E6D1EB color RGB value is (230,209,235).

  • kırmız ton 230;
  • yeşil ton 209;
  • mavi ton 235.
RGB:
(230,209,235)
(90%,82%,92%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 209 of 255 = 82%
B 235 of 255 = 92%

230
209
235

R + G + B ~ 88%. #E6D1EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 209 + 235 = 674 (100%)
R 230 of 674 ~ 34.12%
G 209 of 674 ~ 31.01%
B 235 of 674 ~ 34.87%

%34.12
%31.01
%34.87

CMYK RENK MODELİ

#E6D1EB rengi CMYK tonu (2,11,0,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 11.06%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,11,0,8)
C2M11Y0K8 
(2%,11%,0%,8%)
(0.02/0.11/0.00/0.08)	

CMYK yüzdeleri

%2.13
%11.06
%0
%7.84

Codes

Color #E6D1EB in popluar color models

E6D1EB
RGB230209235
HSL288°39.39%87.06%
HSB/HSV288°11.06%92.16%
CMYK2.13%11.06%0.00%
7.84%

Color #E6D1EB in popluar number systems.

HEXE6D1EB
Decimal230209235
Binary111001101101000111101011
Octal346321353

Shades and tints

Shades of #E6D1EB

#E6D1EB
(230,209,235)
#D2BED6
(210,190,214)
#BEABC1
(190,171,193)
#AA98AC
(170,152,172)
#968597
(150,133,151)
#827282
(130,114,130)
#6E5F6D
(110,95,109)
#5A4C58
(90,76,88)
#463943
(70,57,67)
#32262E
(50,38,46)
#1E1319
(30,19,25)
#000000
(0,0,0)

Tints of #E6D1EB

#E6D1EB
(230,209,235)
#E8D5EC
(232,213,236)
#EAD9ED
(234,217,237)
#ECDDEE
(236,221,238)
#EEE1EF
(238,225,239)
#F0E5F0
(240,229,240)
#F2E9F1
(242,233,241)
#F4EDF2
(244,237,242)
#F6F1F3
(246,241,243)
#F8F5F4
(248,245,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D1EB color. Also use rgb(230,209,235) instead hex code.

Text Font Color

.myTextColor { color: #E6D1EB; }

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

This text font color is #E6D1EB.


Background Color

.myBgColor { background-color: #E6D1EB; }

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

This div background color is #E6D1EB.


Border color

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

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

This div border color is #E6D1EB.


Opacity

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

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

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

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

This text has shadow with #E6D1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D1EB on black background.


Color preview on white background

This text has color #E6D1EB on white background.



Black color preview on #E6D1EB background

This text has black color on #E6D1EB background.


White color preview on #E6D1EB background

This text has white color on #E6D1EB background.