COLOR #EEF0D5

HEX: #EEF0D5
RGB: (238,240,213)

Renk bilgisi

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

RGB renk modeli

#EEF0D5 color RGB value is (238,240,213).

  • kırmız ton 238;
  • yeşil ton 240;
  • mavi ton 213.
RGB:
(238,240,213)
(93%,94%,84%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 240 of 255 = 94%
B 213 of 255 = 84%

238
240
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 240 + 213 = 691 (100%)
R 238 of 691 ~ 34.44%
G 240 of 691 ~ 34.73%
B 213 of 691 ~ 30.82%

%34.44
%34.73
%30.82

CMYK RENK MODELİ

#EEF0D5 rengi CMYK tonu (1,0,11,6).

  • camgöbeği tonu 0.83%
  • eflatun tonu 0.00%
  • sarı tonu 11.25%
  • ana renk tonu 5.88%
CMYK:
(1,0,11,6)
C1M0Y11K6 
(1%,0%,11%,6%)
(0.01/0.00/0.11/0.06)	

CMYK yüzdeleri

%0.83
%0
%11.25
%5.88

Codes

Color #EEF0D5 in popluar color models

EEF0D5
RGB238240213
HSL64°47.37%88.82%
HSB/HSV64°11.25%94.12%
CMYK0.83%0.00%11.25%
5.88%

Color #EEF0D5 in popluar number systems.

HEXEEF0D5
Decimal238240213
Binary111011101111000011010101
Octal356360325

Shades and tints

Shades of #EEF0D5

#EEF0D5
(238,240,213)
#D9DBC2
(217,219,194)
#C4C6AF
(196,198,175)
#AFB19C
(175,177,156)
#9A9C89
(154,156,137)
#858776
(133,135,118)
#707263
(112,114,99)
#5B5D50
(91,93,80)
#46483D
(70,72,61)
#31332A
(49,51,42)
#1C1E17
(28,30,23)
#000000
(0,0,0)

Tints of #EEF0D5

#EEF0D5
(238,240,213)
#EFF1D8
(239,241,216)
#F0F2DB
(240,242,219)
#F1F3DE
(241,243,222)
#F2F4E1
(242,244,225)
#F3F5E4
(243,245,228)
#F4F6E7
(244,246,231)
#F5F7EA
(245,247,234)
#F6F8ED
(246,248,237)
#F7F9F0
(247,249,240)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF0D5 color. Also use rgb(238,240,213) instead hex code.

Text Font Color

.myTextColor { color: #EEF0D5; }

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

This text font color is #EEF0D5.


Background Color

.myBgColor { background-color: #EEF0D5; }

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

This div background color is #EEF0D5.


Border color

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

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

This div border color is #EEF0D5.


Opacity

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

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

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

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

This text has shadow with #EEF0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF0D5 on black background.


Color preview on white background

This text has color #EEF0D5 on white background.



Black color preview on #EEF0D5 background

This text has black color on #EEF0D5 background.


White color preview on #EEF0D5 background

This text has white color on #EEF0D5 background.