COLOR #E9D9B0

HEX: #E9D9B0
RGB: (233,217,176)

Renk bilgisi

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

RGB renk modeli

#E9D9B0 color RGB value is (233,217,176).

  • kırmız ton 233;
  • yeşil ton 217;
  • mavi ton 176.
RGB:
(233,217,176)
(91%,85%,69%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 217 of 255 = 85%
B 176 of 255 = 69%

233
217
176

R + G + B ~ 82%. #E9D9B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 217 + 176 = 626 (100%)
R 233 of 626 ~ 37.22%
G 217 of 626 ~ 34.66%
B 176 of 626 ~ 28.12%

%37.22
%34.66
%28.12

CMYK RENK MODELİ

#E9D9B0 rengi CMYK tonu (0,7,24,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.87%
  • sarı tonu 24.46%
  • ana renk tonu 8.63%
CMYK:
(0,7,24,9)
C0M7Y24K9 
(0%,7%,24%,9%)
(0.00/0.07/0.24/0.09)	

CMYK yüzdeleri

%0
%6.87
%24.46
%8.63

Codes

Color #E9D9B0 in popluar color models

E9D9B0
RGB233217176
HSL43°56.44%80.20%
HSB/HSV43°24.46%91.37%
CMYK0.00%6.87%24.46%
8.63%

Color #E9D9B0 in popluar number systems.

HEXE9D9B0
Decimal233217176
Binary111010011101100110110000
Octal351331260

Shades and tints

Shades of #E9D9B0

#E9D9B0
(233,217,176)
#D4C6A0
(212,198,160)
#BFB390
(191,179,144)
#AAA080
(170,160,128)
#958D70
(149,141,112)
#807A60
(128,122,96)
#6B6750
(107,103,80)
#565440
(86,84,64)
#414130
(65,65,48)
#2C2E20
(44,46,32)
#171B10
(23,27,16)
#000000
(0,0,0)

Tints of #E9D9B0

#E9D9B0
(233,217,176)
#EBDCB7
(235,220,183)
#EDDFBE
(237,223,190)
#EFE2C5
(239,226,197)
#F1E5CC
(241,229,204)
#F3E8D3
(243,232,211)
#F5EBDA
(245,235,218)
#F7EEE1
(247,238,225)
#F9F1E8
(249,241,232)
#FBF4EF
(251,244,239)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D9B0 color. Also use rgb(233,217,176) instead hex code.

Text Font Color

.myTextColor { color: #E9D9B0; }

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

This text font color is #E9D9B0.


Background Color

.myBgColor { background-color: #E9D9B0; }

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

This div background color is #E9D9B0.


Border color

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

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

This div border color is #E9D9B0.


Opacity

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

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

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

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

This text has shadow with #E9D9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D9B0 on black background.


Color preview on white background

This text has color #E9D9B0 on white background.



Black color preview on #E9D9B0 background

This text has black color on #E9D9B0 background.


White color preview on #E9D9B0 background

This text has white color on #E9D9B0 background.