COLOR #E6E5DA

HEX: #E6E5DA
RGB: (230,229,218)

Renk bilgisi

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

RGB renk modeli

#E6E5DA color RGB value is (230,229,218).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 229 of 255 = 90%
B 218 of 255 = 85%

230
229
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 229 + 218 = 677 (100%)
R 230 of 677 ~ 33.97%
G 229 of 677 ~ 33.83%
B 218 of 677 ~ 32.2%

%33.97
%33.83
%32.2

CMYK RENK MODELİ

#E6E5DA rengi CMYK tonu (0,0,5,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.43%
  • sarı tonu 5.22%
  • ana renk tonu 9.80%
CMYK:
(0,0,5,10)
C0M0Y5K10 
(0%,0%,5%,10%)
(0.00/0.00/0.05/0.10)	

CMYK yüzdeleri

%0
%0.43
%5.22
%9.8

Codes

Color #E6E5DA in popluar color models

E6E5DA
RGB230229218
HSL55°19.35%87.84%
HSB/HSV55°5.22%90.20%
CMYK0.00%0.43%5.22%
9.80%

Color #E6E5DA in popluar number systems.

HEXE6E5DA
Decimal230229218
Binary111001101110010111011010
Octal346345332

Shades and tints

Shades of #E6E5DA

#E6E5DA
(230,229,218)
#D2D1C7
(210,209,199)
#BEBDB4
(190,189,180)
#AAA9A1
(170,169,161)
#96958E
(150,149,142)
#82817B
(130,129,123)
#6E6D68
(110,109,104)
#5A5955
(90,89,85)
#464542
(70,69,66)
#32312F
(50,49,47)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #E6E5DA

#E6E5DA
(230,229,218)
#E8E7DD
(232,231,221)
#EAE9E0
(234,233,224)
#ECEBE3
(236,235,227)
#EEEDE6
(238,237,230)
#F0EFE9
(240,239,233)
#F2F1EC
(242,241,236)
#F4F3EF
(244,243,239)
#F6F5F2
(246,245,242)
#F8F7F5
(248,247,245)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E5DA; }

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

This text font color is #E6E5DA.


Background Color

.myBgColor { background-color: #E6E5DA; }

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

This div background color is #E6E5DA.


Border color

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

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

This div border color is #E6E5DA.


Opacity

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

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

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

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

This text has shadow with #E6E5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E5DA on black background.


Color preview on white background

This text has color #E6E5DA on white background.



Black color preview on #E6E5DA background

This text has black color on #E6E5DA background.


White color preview on #E6E5DA background

This text has white color on #E6E5DA background.