COLOR #EEE6DB

HEX: #EEE6DB
RGB: (238,230,219)

Renk bilgisi

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

RGB renk modeli

#EEE6DB color RGB value is (238,230,219).

  • kırmız ton 238;
  • yeşil ton 230;
  • mavi ton 219.
RGB:
(238,230,219)
(93%,90%,86%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 230 of 255 = 90%
B 219 of 255 = 86%

238
230
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 230 + 219 = 687 (100%)
R 238 of 687 ~ 34.64%
G 230 of 687 ~ 33.48%
B 219 of 687 ~ 31.88%

%34.64
%33.48
%31.88

CMYK RENK MODELİ

#EEE6DB rengi CMYK tonu (0,3,8,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.36%
  • sarı tonu 7.98%
  • ana renk tonu 6.67%
CMYK:
(0,3,8,7)
C0M3Y8K7 
(0%,3%,8%,7%)
(0.00/0.03/0.08/0.07)	

CMYK yüzdeleri

%0
%3.36
%7.98
%6.67

Codes

Color #EEE6DB in popluar color models

EEE6DB
RGB238230219
HSL35°35.85%89.61%
HSB/HSV35°7.98%93.33%
CMYK0.00%3.36%7.98%
6.67%

Color #EEE6DB in popluar number systems.

HEXEEE6DB
Decimal238230219
Binary111011101110011011011011
Octal356346333

Shades and tints

Shades of #EEE6DB

#EEE6DB
(238,230,219)
#D9D2C8
(217,210,200)
#C4BEB5
(196,190,181)
#AFAAA2
(175,170,162)
#9A968F
(154,150,143)
#85827C
(133,130,124)
#706E69
(112,110,105)
#5B5A56
(91,90,86)
#464643
(70,70,67)
#313230
(49,50,48)
#1C1E1D
(28,30,29)
#000000
(0,0,0)

Tints of #EEE6DB

#EEE6DB
(238,230,219)
#EFE8DE
(239,232,222)
#F0EAE1
(240,234,225)
#F1ECE4
(241,236,228)
#F2EEE7
(242,238,231)
#F3F0EA
(243,240,234)
#F4F2ED
(244,242,237)
#F5F4F0
(245,244,240)
#F6F6F3
(246,246,243)
#F7F8F6
(247,248,246)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE6DB color. Also use rgb(238,230,219) instead hex code.

Text Font Color

.myTextColor { color: #EEE6DB; }

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

This text font color is #EEE6DB.


Background Color

.myBgColor { background-color: #EEE6DB; }

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

This div background color is #EEE6DB.


Border color

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

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

This div border color is #EEE6DB.


Opacity

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

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

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

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

This text has shadow with #EEE6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6DB on black background.


Color preview on white background

This text has color #EEE6DB on white background.



Black color preview on #EEE6DB background

This text has black color on #EEE6DB background.


White color preview on #EEE6DB background

This text has white color on #EEE6DB background.