COLOR #E6DCEB

HEX: #E6DCEB
RGB: (230,220,235)

Renk bilgisi

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

RGB renk modeli

#E6DCEB color RGB value is (230,220,235).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 220 of 255 = 86%
B 235 of 255 = 92%

230
220
235

R + G + B ~ 89%. #E6DCEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 220 + 235 = 685 (100%)
R 230 of 685 ~ 33.58%
G 220 of 685 ~ 32.12%
B 235 of 685 ~ 34.31%

%33.58
%32.12
%34.31

CMYK RENK MODELİ

#E6DCEB rengi CMYK tonu (2,6,0,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 6.38%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,6,0,8)
C2M6Y0K8 
(2%,6%,0%,8%)
(0.02/0.06/0.00/0.08)	

CMYK yüzdeleri

%2.13
%6.38
%0
%7.84

Codes

Color #E6DCEB in popluar color models

E6DCEB
RGB230220235
HSL280°27.27%89.22%
HSB/HSV280°6.38%92.16%
CMYK2.13%6.38%0.00%
7.84%

Color #E6DCEB in popluar number systems.

HEXE6DCEB
Decimal230220235
Binary111001101101110011101011
Octal346334353

Shades and tints

Shades of #E6DCEB

#E6DCEB
(230,220,235)
#D2C8D6
(210,200,214)
#BEB4C1
(190,180,193)
#AAA0AC
(170,160,172)
#968C97
(150,140,151)
#827882
(130,120,130)
#6E646D
(110,100,109)
#5A5058
(90,80,88)
#463C43
(70,60,67)
#32282E
(50,40,46)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6DCEB

#E6DCEB
(230,220,235)
#E8DFEC
(232,223,236)
#EAE2ED
(234,226,237)
#ECE5EE
(236,229,238)
#EEE8EF
(238,232,239)
#F0EBF0
(240,235,240)
#F2EEF1
(242,238,241)
#F4F1F2
(244,241,242)
#F6F4F3
(246,244,243)
#F8F7F4
(248,247,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCEB; }

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

This text font color is #E6DCEB.


Background Color

.myBgColor { background-color: #E6DCEB; }

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

This div background color is #E6DCEB.


Border color

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

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

This div border color is #E6DCEB.


Opacity

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

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

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

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

This text has shadow with #E6DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DCEB on black background.


Color preview on white background

This text has color #E6DCEB on white background.



Black color preview on #E6DCEB background

This text has black color on #E6DCEB background.


White color preview on #E6DCEB background

This text has white color on #E6DCEB background.