COLOR #E6DEE6

HEX: #E6DEE6
RGB: (230,222,230)

Renk bilgisi

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

RGB renk modeli

#E6DEE6 color RGB value is (230,222,230).

  • kırmız ton 230;
  • yeşil ton 222;
  • mavi ton 230.
RGB:
(230,222,230)
(90%,87%,90%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 222 of 255 = 87%
B 230 of 255 = 90%

230
222
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 222 + 230 = 682 (100%)
R 230 of 682 ~ 33.72%
G 222 of 682 ~ 32.55%
B 230 of 682 ~ 33.72%

%33.72
%32.55
%33.72

CMYK RENK MODELİ

#E6DEE6 rengi CMYK tonu (0,3,0,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.48%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(0,3,0,10)
C0M3Y0K10 
(0%,3%,0%,10%)
(0.00/0.03/0.00/0.10)	

CMYK yüzdeleri

%0
%3.48
%0
%9.8

Codes

Color #E6DEE6 in popluar color models

E6DEE6
RGB230222230
HSL300°13.79%88.63%
HSB/HSV300°3.48%90.20%
CMYK0.00%3.48%0.00%
9.80%

Color #E6DEE6 in popluar number systems.

HEXE6DEE6
Decimal230222230
Binary111001101101111011100110
Octal346336346

Shades and tints

Shades of #E6DEE6

#E6DEE6
(230,222,230)
#D2CAD2
(210,202,210)
#BEB6BE
(190,182,190)
#AAA2AA
(170,162,170)
#968E96
(150,142,150)
#827A82
(130,122,130)
#6E666E
(110,102,110)
#5A525A
(90,82,90)
#463E46
(70,62,70)
#322A32
(50,42,50)
#1E161E
(30,22,30)
#000000
(0,0,0)

Tints of #E6DEE6

#E6DEE6
(230,222,230)
#E8E1E8
(232,225,232)
#EAE4EA
(234,228,234)
#ECE7EC
(236,231,236)
#EEEAEE
(238,234,238)
#F0EDF0
(240,237,240)
#F2F0F2
(242,240,242)
#F4F3F4
(244,243,244)
#F6F6F6
(246,246,246)
#F8F9F8
(248,249,248)
#FAFCFA
(250,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DEE6; }

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

This text font color is #E6DEE6.


Background Color

.myBgColor { background-color: #E6DEE6; }

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

This div background color is #E6DEE6.


Border color

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

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

This div border color is #E6DEE6.


Opacity

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

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

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

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

This text has shadow with #E6DEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DEE6 on black background.


Color preview on white background

This text has color #E6DEE6 on white background.



Black color preview on #E6DEE6 background

This text has black color on #E6DEE6 background.


White color preview on #E6DEE6 background

This text has white color on #E6DEE6 background.