COLOR #E6DBEB

HEX: #E6DBEB
RGB: (230,219,235)

Renk bilgisi

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

RGB renk modeli

#E6DBEB color RGB value is (230,219,235).

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

RGB bağlantıları ve doygunluk

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

230
219
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 219 + 235 = 684 (100%)
R 230 of 684 ~ 33.63%
G 219 of 684 ~ 32.02%
B 235 of 684 ~ 34.36%

%33.63
%32.02
%34.36

CMYK RENK MODELİ

#E6DBEB rengi CMYK tonu (2,7,0,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 6.81%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,7,0,8)
C2M7Y0K8 
(2%,7%,0%,8%)
(0.02/0.07/0.00/0.08)	

CMYK yüzdeleri

%2.13
%6.81
%0
%7.84

Codes

Color #E6DBEB in popluar color models

E6DBEB
RGB230219235
HSL281°28.57%89.02%
HSB/HSV281°6.81%92.16%
CMYK2.13%6.81%0.00%
7.84%

Color #E6DBEB in popluar number systems.

HEXE6DBEB
Decimal230219235
Binary111001101101101111101011
Octal346333353

Shades and tints

Shades of #E6DBEB

#E6DBEB
(230,219,235)
#D2C8D6
(210,200,214)
#BEB5C1
(190,181,193)
#AAA2AC
(170,162,172)
#968F97
(150,143,151)
#827C82
(130,124,130)
#6E696D
(110,105,109)
#5A5658
(90,86,88)
#464343
(70,67,67)
#32302E
(50,48,46)
#1E1D19
(30,29,25)
#000000
(0,0,0)

Tints of #E6DBEB

#E6DBEB
(230,219,235)
#E8DEEC
(232,222,236)
#EAE1ED
(234,225,237)
#ECE4EE
(236,228,238)
#EEE7EF
(238,231,239)
#F0EAF0
(240,234,240)
#F2EDF1
(242,237,241)
#F4F0F2
(244,240,242)
#F6F3F3
(246,243,243)
#F8F6F4
(248,246,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBEB; }

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

This text font color is #E6DBEB.


Background Color

.myBgColor { background-color: #E6DBEB; }

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

This div background color is #E6DBEB.


Border color

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

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

This div border color is #E6DBEB.


Opacity

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

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

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

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

This text has shadow with #E6DBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBEB on black background.


Color preview on white background

This text has color #E6DBEB on white background.



Black color preview on #E6DBEB background

This text has black color on #E6DBEB background.


White color preview on #E6DBEB background

This text has white color on #E6DBEB background.