COLOR #E9DAC6

HEX: #E9DAC6
RGB: (233,218,198)

Renk bilgisi

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

RGB renk modeli

#E9DAC6 color RGB value is (233,218,198).

  • kırmız ton 233;
  • yeşil ton 218;
  • mavi ton 198.
RGB:
(233,218,198)
(91%,85%,78%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 218 of 255 = 85%
B 198 of 255 = 78%

233
218
198

R + G + B ~ 85%. #E9DAC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 218 + 198 = 649 (100%)
R 233 of 649 ~ 35.9%
G 218 of 649 ~ 33.59%
B 198 of 649 ~ 30.51%

%35.9
%33.59
%30.51

CMYK RENK MODELİ

#E9DAC6 rengi CMYK tonu (0,6,15,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.44%
  • sarı tonu 15.02%
  • ana renk tonu 8.63%
CMYK:
(0,6,15,9)
C0M6Y15K9 
(0%,6%,15%,9%)
(0.00/0.06/0.15/0.09)	

CMYK yüzdeleri

%0
%6.44
%15.02
%8.63

Codes

Color #E9DAC6 in popluar color models

E9DAC6
RGB233218198
HSL34°44.30%84.51%
HSB/HSV34°15.02%91.37%
CMYK0.00%6.44%15.02%
8.63%

Color #E9DAC6 in popluar number systems.

HEXE9DAC6
Decimal233218198
Binary111010011101101011000110
Octal351332306

Shades and tints

Shades of #E9DAC6

#E9DAC6
(233,218,198)
#D4C7B4
(212,199,180)
#BFB4A2
(191,180,162)
#AAA190
(170,161,144)
#958E7E
(149,142,126)
#807B6C
(128,123,108)
#6B685A
(107,104,90)
#565548
(86,85,72)
#414236
(65,66,54)
#2C2F24
(44,47,36)
#171C12
(23,28,18)
#000000
(0,0,0)

Tints of #E9DAC6

#E9DAC6
(233,218,198)
#EBDDCB
(235,221,203)
#EDE0D0
(237,224,208)
#EFE3D5
(239,227,213)
#F1E6DA
(241,230,218)
#F3E9DF
(243,233,223)
#F5ECE4
(245,236,228)
#F7EFE9
(247,239,233)
#F9F2EE
(249,242,238)
#FBF5F3
(251,245,243)
#FDF8F8
(253,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9DAC6 color. Also use rgb(233,218,198) instead hex code.

Text Font Color

.myTextColor { color: #E9DAC6; }

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

This text font color is #E9DAC6.


Background Color

.myBgColor { background-color: #E9DAC6; }

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

This div background color is #E9DAC6.


Border color

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

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

This div border color is #E9DAC6.


Opacity

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

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

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

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

This text has shadow with #E9DAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DAC6 on black background.


Color preview on white background

This text has color #E9DAC6 on white background.



Black color preview on #E9DAC6 background

This text has black color on #E9DAC6 background.


White color preview on #E9DAC6 background

This text has white color on #E9DAC6 background.