COLOR #E6E3D8

HEX: #E6E3D8
RGB: (230,227,216)

Renk bilgisi

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

RGB renk modeli

#E6E3D8 color RGB value is (230,227,216).

  • kırmız ton 230;
  • yeşil ton 227;
  • mavi ton 216.
RGB:
(230,227,216)
(90%,89%,85%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 227 of 255 = 89%
B 216 of 255 = 85%

230
227
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 227 + 216 = 673 (100%)
R 230 of 673 ~ 34.18%
G 227 of 673 ~ 33.73%
B 216 of 673 ~ 32.1%

%34.18
%33.73
%32.1

CMYK RENK MODELİ

#E6E3D8 rengi CMYK tonu (0,1,6,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.30%
  • sarı tonu 6.09%
  • ana renk tonu 9.80%
CMYK:
(0,1,6,10)
C0M1Y6K10 
(0%,1%,6%,10%)
(0.00/0.01/0.06/0.10)	

CMYK yüzdeleri

%0
%1.3
%6.09
%9.8

Codes

Color #E6E3D8 in popluar color models

E6E3D8
RGB230227216
HSL47°21.88%87.45%
HSB/HSV47°6.09%90.20%
CMYK0.00%1.30%6.09%
9.80%

Color #E6E3D8 in popluar number systems.

HEXE6E3D8
Decimal230227216
Binary111001101110001111011000
Octal346343330

Shades and tints

Shades of #E6E3D8

#E6E3D8
(230,227,216)
#D2CFC5
(210,207,197)
#BEBBB2
(190,187,178)
#AAA79F
(170,167,159)
#96938C
(150,147,140)
#827F79
(130,127,121)
#6E6B66
(110,107,102)
#5A5753
(90,87,83)
#464340
(70,67,64)
#322F2D
(50,47,45)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #E6E3D8

#E6E3D8
(230,227,216)
#E8E5DB
(232,229,219)
#EAE7DE
(234,231,222)
#ECE9E1
(236,233,225)
#EEEBE4
(238,235,228)
#F0EDE7
(240,237,231)
#F2EFEA
(242,239,234)
#F4F1ED
(244,241,237)
#F6F3F0
(246,243,240)
#F8F5F3
(248,245,243)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E3D8; }

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

This text font color is #E6E3D8.


Background Color

.myBgColor { background-color: #E6E3D8; }

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

This div background color is #E6E3D8.


Border color

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

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

This div border color is #E6E3D8.


Opacity

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

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

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

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

This text has shadow with #E6E3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E3D8 on black background.


Color preview on white background

This text has color #E6E3D8 on white background.



Black color preview on #E6E3D8 background

This text has black color on #E6E3D8 background.


White color preview on #E6E3D8 background

This text has white color on #E6E3D8 background.