COLOR #EED5BD

HEX: #EED5BD
RGB: (238,213,189)

Renk bilgisi

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

RGB renk modeli

#EED5BD color RGB value is (238,213,189).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 213 of 255 = 84%
B 189 of 255 = 74%

238
213
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 213 + 189 = 640 (100%)
R 238 of 640 ~ 37.19%
G 213 of 640 ~ 33.28%
B 189 of 640 ~ 29.53%

%37.19
%33.28
%29.53

CMYK RENK MODELİ

#EED5BD rengi CMYK tonu (0,11,21,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.50%
  • sarı tonu 20.59%
  • ana renk tonu 6.67%
CMYK:
(0,11,21,7)
C0M11Y21K7 
(0%,11%,21%,7%)
(0.00/0.11/0.21/0.07)	

CMYK yüzdeleri

%0
%10.5
%20.59
%6.67

Codes

Color #EED5BD in popluar color models

EED5BD
RGB238213189
HSL29°59.04%83.73%
HSB/HSV29°20.59%93.33%
CMYK0.00%10.50%20.59%
6.67%

Color #EED5BD in popluar number systems.

HEXEED5BD
Decimal238213189
Binary111011101101010110111101
Octal356325275

Shades and tints

Shades of #EED5BD

#EED5BD
(238,213,189)
#D9C2AC
(217,194,172)
#C4AF9B
(196,175,155)
#AF9C8A
(175,156,138)
#9A8979
(154,137,121)
#857668
(133,118,104)
#706357
(112,99,87)
#5B5046
(91,80,70)
#463D35
(70,61,53)
#312A24
(49,42,36)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #EED5BD

#EED5BD
(238,213,189)
#EFD8C3
(239,216,195)
#F0DBC9
(240,219,201)
#F1DECF
(241,222,207)
#F2E1D5
(242,225,213)
#F3E4DB
(243,228,219)
#F4E7E1
(244,231,225)
#F5EAE7
(245,234,231)
#F6EDED
(246,237,237)
#F7F0F3
(247,240,243)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5BD; }

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

This text font color is #EED5BD.


Background Color

.myBgColor { background-color: #EED5BD; }

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

This div background color is #EED5BD.


Border color

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

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

This div border color is #EED5BD.


Opacity

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

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

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

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

This text has shadow with #EED5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED5BD on black background.


Color preview on white background

This text has color #EED5BD on white background.



Black color preview on #EED5BD background

This text has black color on #EED5BD background.


White color preview on #EED5BD background

This text has white color on #EED5BD background.