COLOR #EEE0BB

HEX: #EEE0BB
RGB: (238,224,187)

Renk bilgisi

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

RGB renk modeli

#EEE0BB color RGB value is (238,224,187).

  • kırmız ton 238;
  • yeşil ton 224;
  • mavi ton 187.
RGB:
(238,224,187)
(93%,88%,73%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 224 of 255 = 88%
B 187 of 255 = 73%

238
224
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 224 + 187 = 649 (100%)
R 238 of 649 ~ 36.67%
G 224 of 649 ~ 34.51%
B 187 of 649 ~ 28.81%

%36.67
%34.51
%28.81

CMYK RENK MODELİ

#EEE0BB rengi CMYK tonu (0,6,21,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.88%
  • sarı tonu 21.43%
  • ana renk tonu 6.67%
CMYK:
(0,6,21,7)
C0M6Y21K7 
(0%,6%,21%,7%)
(0.00/0.06/0.21/0.07)	

CMYK yüzdeleri

%0
%5.88
%21.43
%6.67

Codes

Color #EEE0BB in popluar color models

EEE0BB
RGB238224187
HSL44°60.00%83.33%
HSB/HSV44°21.43%93.33%
CMYK0.00%5.88%21.43%
6.67%

Color #EEE0BB in popluar number systems.

HEXEEE0BB
Decimal238224187
Binary111011101110000010111011
Octal356340273

Shades and tints

Shades of #EEE0BB

#EEE0BB
(238,224,187)
#D9CCAA
(217,204,170)
#C4B899
(196,184,153)
#AFA488
(175,164,136)
#9A9077
(154,144,119)
#857C66
(133,124,102)
#706855
(112,104,85)
#5B5444
(91,84,68)
#464033
(70,64,51)
#312C22
(49,44,34)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #EEE0BB

#EEE0BB
(238,224,187)
#EFE2C1
(239,226,193)
#F0E4C7
(240,228,199)
#F1E6CD
(241,230,205)
#F2E8D3
(242,232,211)
#F3EAD9
(243,234,217)
#F4ECDF
(244,236,223)
#F5EEE5
(245,238,229)
#F6F0EB
(246,240,235)
#F7F2F1
(247,242,241)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE0BB color. Also use rgb(238,224,187) instead hex code.

Text Font Color

.myTextColor { color: #EEE0BB; }

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

This text font color is #EEE0BB.


Background Color

.myBgColor { background-color: #EEE0BB; }

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

This div background color is #EEE0BB.


Border color

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

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

This div border color is #EEE0BB.


Opacity

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

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

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

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

This text has shadow with #EEE0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE0BB on black background.


Color preview on white background

This text has color #EEE0BB on white background.



Black color preview on #EEE0BB background

This text has black color on #EEE0BB background.


White color preview on #EEE0BB background

This text has white color on #EEE0BB background.