COLOR #E6E5BA

HEX: #E6E5BA
RGB: (230,229,186)

Renk bilgisi

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

RGB renk modeli

#E6E5BA color RGB value is (230,229,186).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 229 of 255 = 90%
B 186 of 255 = 73%

230
229
186

R + G + B ~ 84%. #E6E5BA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 229 + 186 = 645 (100%)
R 230 of 645 ~ 35.66%
G 229 of 645 ~ 35.5%
B 186 of 645 ~ 28.84%

%35.66
%35.5
%28.84

CMYK RENK MODELİ

#E6E5BA rengi CMYK tonu (0,0,19,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.43%
  • sarı tonu 19.13%
  • ana renk tonu 9.80%
CMYK:
(0,0,19,10)
C0M0Y19K10 
(0%,0%,19%,10%)
(0.00/0.00/0.19/0.10)	

CMYK yüzdeleri

%0
%0.43
%19.13
%9.8

Codes

Color #E6E5BA in popluar color models

E6E5BA
RGB230229186
HSL59°46.81%81.57%
HSB/HSV59°19.13%90.20%
CMYK0.00%0.43%19.13%
9.80%

Color #E6E5BA in popluar number systems.

HEXE6E5BA
Decimal230229186
Binary111001101110010110111010
Octal346345272

Shades and tints

Shades of #E6E5BA

#E6E5BA
(230,229,186)
#D2D1AA
(210,209,170)
#BEBD9A
(190,189,154)
#AAA98A
(170,169,138)
#96957A
(150,149,122)
#82816A
(130,129,106)
#6E6D5A
(110,109,90)
#5A594A
(90,89,74)
#46453A
(70,69,58)
#32312A
(50,49,42)
#1E1D1A
(30,29,26)
#000000
(0,0,0)

Tints of #E6E5BA

#E6E5BA
(230,229,186)
#E8E7C0
(232,231,192)
#EAE9C6
(234,233,198)
#ECEBCC
(236,235,204)
#EEEDD2
(238,237,210)
#F0EFD8
(240,239,216)
#F2F1DE
(242,241,222)
#F4F3E4
(244,243,228)
#F6F5EA
(246,245,234)
#F8F7F0
(248,247,240)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E5BA; }

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

This text font color is #E6E5BA.


Background Color

.myBgColor { background-color: #E6E5BA; }

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

This div background color is #E6E5BA.


Border color

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

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

This div border color is #E6E5BA.


Opacity

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

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

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

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

This text has shadow with #E6E5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E5BA on black background.


Color preview on white background

This text has color #E6E5BA on white background.



Black color preview on #E6E5BA background

This text has black color on #E6E5BA background.


White color preview on #E6E5BA background

This text has white color on #E6E5BA background.