COLOR #EEF1D3

HEX: #EEF1D3
RGB: (238,241,211)

Renk bilgisi

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

RGB renk modeli

#EEF1D3 color RGB value is (238,241,211).

  • kırmız ton 238;
  • yeşil ton 241;
  • mavi ton 211.
RGB:
(238,241,211)
(93%,95%,83%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 241 of 255 = 95%
B 211 of 255 = 83%

238
241
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 241 + 211 = 690 (100%)
R 238 of 690 ~ 34.49%
G 241 of 690 ~ 34.93%
B 211 of 690 ~ 30.58%

%34.49
%34.93
%30.58

CMYK RENK MODELİ

#EEF1D3 rengi CMYK tonu (1,0,12,5).

  • camgöbeği tonu 1.24%
  • eflatun tonu 0.00%
  • sarı tonu 12.45%
  • ana renk tonu 5.49%
CMYK:
(1,0,12,5)
C1M0Y12K5 
(1%,0%,12%,5%)
(0.01/0.00/0.12/0.05)	

CMYK yüzdeleri

%1.24
%0
%12.45
%5.49

Codes

Color #EEF1D3 in popluar color models

EEF1D3
RGB238241211
HSL66°51.72%88.63%
HSB/HSV66°12.45%94.51%
CMYK1.24%0.00%12.45%
5.49%

Color #EEF1D3 in popluar number systems.

HEXEEF1D3
Decimal238241211
Binary111011101111000111010011
Octal356361323

Shades and tints

Shades of #EEF1D3

#EEF1D3
(238,241,211)
#D9DCC0
(217,220,192)
#C4C7AD
(196,199,173)
#AFB29A
(175,178,154)
#9A9D87
(154,157,135)
#858874
(133,136,116)
#707361
(112,115,97)
#5B5E4E
(91,94,78)
#46493B
(70,73,59)
#313428
(49,52,40)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #EEF1D3

#EEF1D3
(238,241,211)
#EFF2D7
(239,242,215)
#F0F3DB
(240,243,219)
#F1F4DF
(241,244,223)
#F2F5E3
(242,245,227)
#F3F6E7
(243,246,231)
#F4F7EB
(244,247,235)
#F5F8EF
(245,248,239)
#F6F9F3
(246,249,243)
#F7FAF7
(247,250,247)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF1D3 color. Also use rgb(238,241,211) instead hex code.

Text Font Color

.myTextColor { color: #EEF1D3; }

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

This text font color is #EEF1D3.


Background Color

.myBgColor { background-color: #EEF1D3; }

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

This div background color is #EEF1D3.


Border color

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

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

This div border color is #EEF1D3.


Opacity

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

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

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

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

This text has shadow with #EEF1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEF1D3 on black background.


Color preview on white background

This text has color #EEF1D3 on white background.



Black color preview on #EEF1D3 background

This text has black color on #EEF1D3 background.


White color preview on #EEF1D3 background

This text has white color on #EEF1D3 background.