COLOR #E6E5BE

HEX: #E6E5BE
RGB: (230,229,190)

Renk bilgisi

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

RGB renk modeli

#E6E5BE color RGB value is (230,229,190).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 229 of 255 = 90%
B 190 of 255 = 75%

230
229
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 229 + 190 = 649 (100%)
R 230 of 649 ~ 35.44%
G 229 of 649 ~ 35.29%
B 190 of 649 ~ 29.28%

%35.44
%35.29
%29.28

CMYK RENK MODELİ

#E6E5BE rengi CMYK tonu (0,0,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.43%
  • sarı tonu 17.39%
  • ana renk tonu 9.80%
CMYK:
(0,0,17,10)
C0M0Y17K10 
(0%,0%,17%,10%)
(0.00/0.00/0.17/0.10)	

CMYK yüzdeleri

%0
%0.43
%17.39
%9.8

Codes

Color #E6E5BE in popluar color models

E6E5BE
RGB230229190
HSL59°44.44%82.35%
HSB/HSV59°17.39%90.20%
CMYK0.00%0.43%17.39%
9.80%

Color #E6E5BE in popluar number systems.

HEXE6E5BE
Decimal230229190
Binary111001101110010110111110
Octal346345276

Shades and tints

Shades of #E6E5BE

#E6E5BE
(230,229,190)
#D2D1AD
(210,209,173)
#BEBD9C
(190,189,156)
#AAA98B
(170,169,139)
#96957A
(150,149,122)
#828169
(130,129,105)
#6E6D58
(110,109,88)
#5A5947
(90,89,71)
#464536
(70,69,54)
#323125
(50,49,37)
#1E1D14
(30,29,20)
#000000
(0,0,0)

Tints of #E6E5BE

#E6E5BE
(230,229,190)
#E8E7C3
(232,231,195)
#EAE9C8
(234,233,200)
#ECEBCD
(236,235,205)
#EEEDD2
(238,237,210)
#F0EFD7
(240,239,215)
#F2F1DC
(242,241,220)
#F4F3E1
(244,243,225)
#F6F5E6
(246,245,230)
#F8F7EB
(248,247,235)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E5BE; }

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

This text font color is #E6E5BE.


Background Color

.myBgColor { background-color: #E6E5BE; }

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

This div background color is #E6E5BE.


Border color

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

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

This div border color is #E6E5BE.


Opacity

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

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

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

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

This text has shadow with #E6E5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E5BE on black background.


Color preview on white background

This text has color #E6E5BE on white background.



Black color preview on #E6E5BE background

This text has black color on #E6E5BE background.


White color preview on #E6E5BE background

This text has white color on #E6E5BE background.