COLOR #E9D5BE

HEX: #E9D5BE
RGB: (233,213,190)

Renk bilgisi

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

RGB renk modeli

#E9D5BE color RGB value is (233,213,190).

  • kırmız ton 233;
  • yeşil ton 213;
  • mavi ton 190.
RGB:
(233,213,190)
(91%,84%,75%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 213 of 255 = 84%
B 190 of 255 = 75%

233
213
190

R + G + B ~ 83%. #E9D5BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 213 + 190 = 636 (100%)
R 233 of 636 ~ 36.64%
G 213 of 636 ~ 33.49%
B 190 of 636 ~ 29.87%

%36.64
%33.49
%29.87

CMYK RENK MODELİ

#E9D5BE rengi CMYK tonu (0,9,18,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.58%
  • sarı tonu 18.45%
  • ana renk tonu 8.63%
CMYK:
(0,9,18,9)
C0M9Y18K9 
(0%,9%,18%,9%)
(0.00/0.09/0.18/0.09)	

CMYK yüzdeleri

%0
%8.58
%18.45
%8.63

Codes

Color #E9D5BE in popluar color models

E9D5BE
RGB233213190
HSL32°49.43%82.94%
HSB/HSV32°18.45%91.37%
CMYK0.00%8.58%18.45%
8.63%

Color #E9D5BE in popluar number systems.

HEXE9D5BE
Decimal233213190
Binary111010011101010110111110
Octal351325276

Shades and tints

Shades of #E9D5BE

#E9D5BE
(233,213,190)
#D4C2AD
(212,194,173)
#BFAF9C
(191,175,156)
#AA9C8B
(170,156,139)
#95897A
(149,137,122)
#807669
(128,118,105)
#6B6358
(107,99,88)
#565047
(86,80,71)
#413D36
(65,61,54)
#2C2A25
(44,42,37)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #E9D5BE

#E9D5BE
(233,213,190)
#EBD8C3
(235,216,195)
#EDDBC8
(237,219,200)
#EFDECD
(239,222,205)
#F1E1D2
(241,225,210)
#F3E4D7
(243,228,215)
#F5E7DC
(245,231,220)
#F7EAE1
(247,234,225)
#F9EDE6
(249,237,230)
#FBF0EB
(251,240,235)
#FDF3F0
(253,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D5BE color. Also use rgb(233,213,190) instead hex code.

Text Font Color

.myTextColor { color: #E9D5BE; }

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

This text font color is #E9D5BE.


Background Color

.myBgColor { background-color: #E9D5BE; }

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

This div background color is #E9D5BE.


Border color

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

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

This div border color is #E9D5BE.


Opacity

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

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

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

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

This text has shadow with #E9D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D5BE on black background.


Color preview on white background

This text has color #E9D5BE on white background.



Black color preview on #E9D5BE background

This text has black color on #E9D5BE background.


White color preview on #E9D5BE background

This text has white color on #E9D5BE background.