COLOR #EEE9DC

HEX: #EEE9DC
RGB: (238,233,220)

Renk bilgisi

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

RGB renk modeli

#EEE9DC color RGB value is (238,233,220).

  • kırmız ton 238;
  • yeşil ton 233;
  • mavi ton 220.
RGB:
(238,233,220)
(93%,91%,86%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 233 of 255 = 91%
B 220 of 255 = 86%

238
233
220

R + G + B ~ 90%. #EEE9DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 233 + 220 = 691 (100%)
R 238 of 691 ~ 34.44%
G 233 of 691 ~ 33.72%
B 220 of 691 ~ 31.84%

%34.44
%33.72
%31.84

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.10%
  • sarı tonu 7.56%
  • ana renk tonu 6.67%
CMYK:
(0,2,8,7)
C0M2Y8K7 
(0%,2%,8%,7%)
(0.00/0.02/0.08/0.07)	

CMYK yüzdeleri

%0
%2.1
%7.56
%6.67

Codes

Color #EEE9DC in popluar color models

EEE9DC
RGB238233220
HSL43°34.62%89.80%
HSB/HSV43°7.56%93.33%
CMYK0.00%2.10%7.56%
6.67%

Color #EEE9DC in popluar number systems.

HEXEEE9DC
Decimal238233220
Binary111011101110100111011100
Octal356351334

Shades and tints

Shades of #EEE9DC

#EEE9DC
(238,233,220)
#D9D4C8
(217,212,200)
#C4BFB4
(196,191,180)
#AFAAA0
(175,170,160)
#9A958C
(154,149,140)
#858078
(133,128,120)
#706B64
(112,107,100)
#5B5650
(91,86,80)
#46413C
(70,65,60)
#312C28
(49,44,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #EEE9DC

#EEE9DC
(238,233,220)
#EFEBDF
(239,235,223)
#F0EDE2
(240,237,226)
#F1EFE5
(241,239,229)
#F2F1E8
(242,241,232)
#F3F3EB
(243,243,235)
#F4F5EE
(244,245,238)
#F5F7F1
(245,247,241)
#F6F9F4
(246,249,244)
#F7FBF7
(247,251,247)
#F8FDFA
(248,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE9DC color. Also use rgb(238,233,220) instead hex code.

Text Font Color

.myTextColor { color: #EEE9DC; }

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

This text font color is #EEE9DC.


Background Color

.myBgColor { background-color: #EEE9DC; }

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

This div background color is #EEE9DC.


Border color

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

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

This div border color is #EEE9DC.


Opacity

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

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

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

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

This text has shadow with #EEE9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE9DC on black background.


Color preview on white background

This text has color #EEE9DC on white background.



Black color preview on #EEE9DC background

This text has black color on #EEE9DC background.


White color preview on #EEE9DC background

This text has white color on #EEE9DC background.