COLOR #E7E5BE

HEX: #E7E5BE
RGB: (231,229,190)

Renk bilgisi

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

RGB renk modeli

#E7E5BE color RGB value is (231,229,190).

  • kırmız ton 231;
  • yeşil ton 229;
  • mavi ton 190.
RGB:
(231,229,190)
(91%,90%,75%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 229 of 255 = 90%
B 190 of 255 = 75%

231
229
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 229 + 190 = 650 (100%)
R 231 of 650 ~ 35.54%
G 229 of 650 ~ 35.23%
B 190 of 650 ~ 29.23%

%35.54
%35.23
%29.23

CMYK RENK MODELİ

#E7E5BE rengi CMYK tonu (0,1,18,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.87%
  • sarı tonu 17.75%
  • ana renk tonu 9.41%
CMYK:
(0,1,18,9)
C0M1Y18K9 
(0%,1%,18%,9%)
(0.00/0.01/0.18/0.09)	

CMYK yüzdeleri

%0
%0.87
%17.75
%9.41

Codes

Color #E7E5BE in popluar color models

E7E5BE
RGB231229190
HSL57°46.07%82.55%
HSB/HSV57°17.75%90.59%
CMYK0.00%0.87%17.75%
9.41%

Color #E7E5BE in popluar number systems.

HEXE7E5BE
Decimal231229190
Binary111001111110010110111110
Octal347345276

Shades and tints

Shades of #E7E5BE

#E7E5BE
(231,229,190)
#D2D1AD
(210,209,173)
#BDBD9C
(189,189,156)
#A8A98B
(168,169,139)
#93957A
(147,149,122)
#7E8169
(126,129,105)
#696D58
(105,109,88)
#545947
(84,89,71)
#3F4536
(63,69,54)
#2A3125
(42,49,37)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #E7E5BE

#E7E5BE
(231,229,190)
#E9E7C3
(233,231,195)
#EBE9C8
(235,233,200)
#EDEBCD
(237,235,205)
#EFEDD2
(239,237,210)
#F1EFD7
(241,239,215)
#F3F1DC
(243,241,220)
#F5F3E1
(245,243,225)
#F7F5E6
(247,245,230)
#F9F7EB
(249,247,235)
#FBF9F0
(251,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E5BE color. Also use rgb(231,229,190) instead hex code.

Text Font Color

.myTextColor { color: #E7E5BE; }

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

This text font color is #E7E5BE.


Background Color

.myBgColor { background-color: #E7E5BE; }

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

This div background color is #E7E5BE.


Border color

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

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

This div border color is #E7E5BE.


Opacity

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

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

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

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

This text has shadow with #E7E5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E5BE on black background.


Color preview on white background

This text has color #E7E5BE on white background.



Black color preview on #E7E5BE background

This text has black color on #E7E5BE background.


White color preview on #E7E5BE background

This text has white color on #E7E5BE background.