COLOR #EED9BB

HEX: #EED9BB
RGB: (238,217,187)

Renk bilgisi

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

RGB renk modeli

#EED9BB color RGB value is (238,217,187).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 217 of 255 = 85%
B 187 of 255 = 73%

238
217
187

R + G + B ~ 84%. #EED9BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 217 + 187 = 642 (100%)
R 238 of 642 ~ 37.07%
G 217 of 642 ~ 33.8%
B 187 of 642 ~ 29.13%

%37.07
%33.8
%29.13

CMYK RENK MODELİ

#EED9BB rengi CMYK tonu (0,9,21,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.82%
  • sarı tonu 21.43%
  • ana renk tonu 6.67%
CMYK:
(0,9,21,7)
C0M9Y21K7 
(0%,9%,21%,7%)
(0.00/0.09/0.21/0.07)	

CMYK yüzdeleri

%0
%8.82
%21.43
%6.67

Codes

Color #EED9BB in popluar color models

EED9BB
RGB238217187
HSL35°60.00%83.33%
HSB/HSV35°21.43%93.33%
CMYK0.00%8.82%21.43%
6.67%

Color #EED9BB in popluar number systems.

HEXEED9BB
Decimal238217187
Binary111011101101100110111011
Octal356331273

Shades and tints

Shades of #EED9BB

#EED9BB
(238,217,187)
#D9C6AA
(217,198,170)
#C4B399
(196,179,153)
#AFA088
(175,160,136)
#9A8D77
(154,141,119)
#857A66
(133,122,102)
#706755
(112,103,85)
#5B5444
(91,84,68)
#464133
(70,65,51)
#312E22
(49,46,34)
#1C1B11
(28,27,17)
#000000
(0,0,0)

Tints of #EED9BB

#EED9BB
(238,217,187)
#EFDCC1
(239,220,193)
#F0DFC7
(240,223,199)
#F1E2CD
(241,226,205)
#F2E5D3
(242,229,211)
#F3E8D9
(243,232,217)
#F4EBDF
(244,235,223)
#F5EEE5
(245,238,229)
#F6F1EB
(246,241,235)
#F7F4F1
(247,244,241)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED9BB; }

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

This text font color is #EED9BB.


Background Color

.myBgColor { background-color: #EED9BB; }

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

This div background color is #EED9BB.


Border color

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

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

This div border color is #EED9BB.


Opacity

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

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

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

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

This text has shadow with #EED9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9BB on black background.


Color preview on white background

This text has color #EED9BB on white background.



Black color preview on #EED9BB background

This text has black color on #EED9BB background.


White color preview on #EED9BB background

This text has white color on #EED9BB background.