COLOR #E9EDBA

HEX: #E9EDBA
RGB: (233,237,186)

Renk bilgisi

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

RGB renk modeli

#E9EDBA color RGB value is (233,237,186).

  • kırmız ton 233;
  • yeşil ton 237;
  • mavi ton 186.
RGB:
(233,237,186)
(91%,93%,73%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 237 of 255 = 93%
B 186 of 255 = 73%

233
237
186

R + G + B ~ 86%. #E9EDBA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 237 + 186 = 656 (100%)
R 233 of 656 ~ 35.52%
G 237 of 656 ~ 36.13%
B 186 of 656 ~ 28.35%

%35.52
%36.13
%28.35

CMYK RENK MODELİ

#E9EDBA rengi CMYK tonu (2,0,22,7).

  • camgöbeği tonu 1.69%
  • eflatun tonu 0.00%
  • sarı tonu 21.52%
  • ana renk tonu 7.06%
CMYK:
(2,0,22,7)
C2M0Y22K7 
(2%,0%,22%,7%)
(0.02/0.00/0.22/0.07)	

CMYK yüzdeleri

%1.69
%0
%21.52
%7.06

Codes

Color #E9EDBA in popluar color models

E9EDBA
RGB233237186
HSL65°58.62%82.94%
HSB/HSV65°21.52%92.94%
CMYK1.69%0.00%21.52%
7.06%

Color #E9EDBA in popluar number systems.

HEXE9EDBA
Decimal233237186
Binary111010011110110110111010
Octal351355272

Shades and tints

Shades of #E9EDBA

#E9EDBA
(233,237,186)
#D4D8AA
(212,216,170)
#BFC39A
(191,195,154)
#AAAE8A
(170,174,138)
#95997A
(149,153,122)
#80846A
(128,132,106)
#6B6F5A
(107,111,90)
#565A4A
(86,90,74)
#41453A
(65,69,58)
#2C302A
(44,48,42)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #E9EDBA

#E9EDBA
(233,237,186)
#EBEEC0
(235,238,192)
#EDEFC6
(237,239,198)
#EFF0CC
(239,240,204)
#F1F1D2
(241,241,210)
#F3F2D8
(243,242,216)
#F5F3DE
(245,243,222)
#F7F4E4
(247,244,228)
#F9F5EA
(249,245,234)
#FBF6F0
(251,246,240)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9EDBA color. Also use rgb(233,237,186) instead hex code.

Text Font Color

.myTextColor { color: #E9EDBA; }

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

This text font color is #E9EDBA.


Background Color

.myBgColor { background-color: #E9EDBA; }

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

This div background color is #E9EDBA.


Border color

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

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

This div border color is #E9EDBA.


Opacity

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

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

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

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

This text has shadow with #E9EDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EDBA on black background.


Color preview on white background

This text has color #E9EDBA on white background.



Black color preview on #E9EDBA background

This text has black color on #E9EDBA background.


White color preview on #E9EDBA background

This text has white color on #E9EDBA background.