COLOR #E6E3B4

HEX: #E6E3B4
RGB: (230,227,180)

Renk bilgisi

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

RGB renk modeli

#E6E3B4 color RGB value is (230,227,180).

  • kırmız ton 230;
  • yeşil ton 227;
  • mavi ton 180.
RGB:
(230,227,180)
(90%,89%,71%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 227 of 255 = 89%
B 180 of 255 = 71%

230
227
180

R + G + B ~ 83%. #E6E3B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 227 + 180 = 637 (100%)
R 230 of 637 ~ 36.11%
G 227 of 637 ~ 35.64%
B 180 of 637 ~ 28.26%

%36.11
%35.64
%28.26

CMYK RENK MODELİ

#E6E3B4 rengi CMYK tonu (0,1,22,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.30%
  • sarı tonu 21.74%
  • ana renk tonu 9.80%
CMYK:
(0,1,22,10)
C0M1Y22K10 
(0%,1%,22%,10%)
(0.00/0.01/0.22/0.10)	

CMYK yüzdeleri

%0
%1.3
%21.74
%9.8

Codes

Color #E6E3B4 in popluar color models

E6E3B4
RGB230227180
HSL56°50.00%80.39%
HSB/HSV56°21.74%90.20%
CMYK0.00%1.30%21.74%
9.80%

Color #E6E3B4 in popluar number systems.

HEXE6E3B4
Decimal230227180
Binary111001101110001110110100
Octal346343264

Shades and tints

Shades of #E6E3B4

#E6E3B4
(230,227,180)
#D2CFA4
(210,207,164)
#BEBB94
(190,187,148)
#AAA784
(170,167,132)
#969374
(150,147,116)
#827F64
(130,127,100)
#6E6B54
(110,107,84)
#5A5744
(90,87,68)
#464334
(70,67,52)
#322F24
(50,47,36)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #E6E3B4

#E6E3B4
(230,227,180)
#E8E5BA
(232,229,186)
#EAE7C0
(234,231,192)
#ECE9C6
(236,233,198)
#EEEBCC
(238,235,204)
#F0EDD2
(240,237,210)
#F2EFD8
(242,239,216)
#F4F1DE
(244,241,222)
#F6F3E4
(246,243,228)
#F8F5EA
(248,245,234)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E3B4 color. Also use rgb(230,227,180) instead hex code.

Text Font Color

.myTextColor { color: #E6E3B4; }

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

This text font color is #E6E3B4.


Background Color

.myBgColor { background-color: #E6E3B4; }

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

This div background color is #E6E3B4.


Border color

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

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

This div border color is #E6E3B4.


Opacity

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

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

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

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

This text has shadow with #E6E3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E3B4 on black background.


Color preview on white background

This text has color #E6E3B4 on white background.



Black color preview on #E6E3B4 background

This text has black color on #E6E3B4 background.


White color preview on #E6E3B4 background

This text has white color on #E6E3B4 background.