COLOR #E7EDB4

HEX: #E7EDB4
RGB: (231,237,180)

Renk bilgisi

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

RGB renk modeli

#E7EDB4 color RGB value is (231,237,180).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 237 of 255 = 93%
B 180 of 255 = 71%

231
237
180

R + G + B ~ 85%. #E7EDB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 237 + 180 = 648 (100%)
R 231 of 648 ~ 35.65%
G 237 of 648 ~ 36.57%
B 180 of 648 ~ 27.78%

%35.65
%36.57
%27.78

CMYK RENK MODELİ

#E7EDB4 rengi CMYK tonu (3,0,24,7).

  • camgöbeği tonu 2.53%
  • eflatun tonu 0.00%
  • sarı tonu 24.05%
  • ana renk tonu 7.06%
CMYK:
(3,0,24,7)
C3M0Y24K7 
(3%,0%,24%,7%)
(0.03/0.00/0.24/0.07)	

CMYK yüzdeleri

%2.53
%0
%24.05
%7.06

Codes

Color #E7EDB4 in popluar color models

E7EDB4
RGB231237180
HSL66°61.29%81.76%
HSB/HSV66°24.05%92.94%
CMYK2.53%0.00%24.05%
7.06%

Color #E7EDB4 in popluar number systems.

HEXE7EDB4
Decimal231237180
Binary111001111110110110110100
Octal347355264

Shades and tints

Shades of #E7EDB4

#E7EDB4
(231,237,180)
#D2D8A4
(210,216,164)
#BDC394
(189,195,148)
#A8AE84
(168,174,132)
#939974
(147,153,116)
#7E8464
(126,132,100)
#696F54
(105,111,84)
#545A44
(84,90,68)
#3F4534
(63,69,52)
#2A3024
(42,48,36)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #E7EDB4

#E7EDB4
(231,237,180)
#E9EEBA
(233,238,186)
#EBEFC0
(235,239,192)
#EDF0C6
(237,240,198)
#EFF1CC
(239,241,204)
#F1F2D2
(241,242,210)
#F3F3D8
(243,243,216)
#F5F4DE
(245,244,222)
#F7F5E4
(247,245,228)
#F9F6EA
(249,246,234)
#FBF7F0
(251,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EDB4; }

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

This text font color is #E7EDB4.


Background Color

.myBgColor { background-color: #E7EDB4; }

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

This div background color is #E7EDB4.


Border color

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

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

This div border color is #E7EDB4.


Opacity

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

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

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

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

This text has shadow with #E7EDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDB4 on black background.


Color preview on white background

This text has color #E7EDB4 on white background.



Black color preview on #E7EDB4 background

This text has black color on #E7EDB4 background.


White color preview on #E7EDB4 background

This text has white color on #E7EDB4 background.