COLOR #E7EDBA

HEX: #E7EDBA
RGB: (231,237,186)

Renk bilgisi

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

RGB renk modeli

#E7EDBA color RGB value is (231,237,186).

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

RGB bağlantıları ve doygunluk

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

231
237
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 237 + 186 = 654 (100%)
R 231 of 654 ~ 35.32%
G 237 of 654 ~ 36.24%
B 186 of 654 ~ 28.44%

%35.32
%36.24
%28.44

CMYK RENK MODELİ

#E7EDBA rengi CMYK tonu (3,0,22,7).

  • camgöbeği tonu 2.53%
  • eflatun tonu 0.00%
  • sarı tonu 21.52%
  • ana renk tonu 7.06%
CMYK:
(3,0,22,7)
C3M0Y22K7 
(3%,0%,22%,7%)
(0.03/0.00/0.22/0.07)	

CMYK yüzdeleri

%2.53
%0
%21.52
%7.06

Codes

Color #E7EDBA in popluar color models

E7EDBA
RGB231237186
HSL67°58.62%82.94%
HSB/HSV67°21.52%92.94%
CMYK2.53%0.00%21.52%
7.06%

Color #E7EDBA in popluar number systems.

HEXE7EDBA
Decimal231237186
Binary111001111110110110111010
Octal347355272

Shades and tints

Shades of #E7EDBA

#E7EDBA
(231,237,186)
#D2D8AA
(210,216,170)
#BDC39A
(189,195,154)
#A8AE8A
(168,174,138)
#93997A
(147,153,122)
#7E846A
(126,132,106)
#696F5A
(105,111,90)
#545A4A
(84,90,74)
#3F453A
(63,69,58)
#2A302A
(42,48,42)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #E7EDBA

#E7EDBA
(231,237,186)
#E9EEC0
(233,238,192)
#EBEFC6
(235,239,198)
#EDF0CC
(237,240,204)
#EFF1D2
(239,241,210)
#F1F2D8
(241,242,216)
#F3F3DE
(243,243,222)
#F5F4E4
(245,244,228)
#F7F5EA
(247,245,234)
#F9F6F0
(249,246,240)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDBA; }

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

This text font color is #E7EDBA.


Background Color

.myBgColor { background-color: #E7EDBA; }

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

This div background color is #E7EDBA.


Border color

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

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

This div border color is #E7EDBA.


Opacity

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

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

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

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

This text has shadow with #E7EDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDBA on black background.


Color preview on white background

This text has color #E7EDBA on white background.



Black color preview on #E7EDBA background

This text has black color on #E7EDBA background.


White color preview on #E7EDBA background

This text has white color on #E7EDBA background.