COLOR #E6E4C5

HEX: #E6E4C5
RGB: (230,228,197)

Renk bilgisi

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

RGB renk modeli

#E6E4C5 color RGB value is (230,228,197).

  • kırmız ton 230;
  • yeşil ton 228;
  • mavi ton 197.
RGB:
(230,228,197)
(90%,89%,77%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 228 of 255 = 89%
B 197 of 255 = 77%

230
228
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 228 + 197 = 655 (100%)
R 230 of 655 ~ 35.11%
G 228 of 655 ~ 34.81%
B 197 of 655 ~ 30.08%

%35.11
%34.81
%30.08

CMYK RENK MODELİ

#E6E4C5 rengi CMYK tonu (0,1,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.87%
  • sarı tonu 14.35%
  • ana renk tonu 9.80%
CMYK:
(0,1,14,10)
C0M1Y14K10 
(0%,1%,14%,10%)
(0.00/0.01/0.14/0.10)	

CMYK yüzdeleri

%0
%0.87
%14.35
%9.8

Codes

Color #E6E4C5 in popluar color models

E6E4C5
RGB230228197
HSL56°39.76%83.73%
HSB/HSV56°14.35%90.20%
CMYK0.00%0.87%14.35%
9.80%

Color #E6E4C5 in popluar number systems.

HEXE6E4C5
Decimal230228197
Binary111001101110010011000101
Octal346344305

Shades and tints

Shades of #E6E4C5

#E6E4C5
(230,228,197)
#D2D0B4
(210,208,180)
#BEBCA3
(190,188,163)
#AAA892
(170,168,146)
#969481
(150,148,129)
#828070
(130,128,112)
#6E6C5F
(110,108,95)
#5A584E
(90,88,78)
#46443D
(70,68,61)
#32302C
(50,48,44)
#1E1C1B
(30,28,27)
#000000
(0,0,0)

Tints of #E6E4C5

#E6E4C5
(230,228,197)
#E8E6CA
(232,230,202)
#EAE8CF
(234,232,207)
#ECEAD4
(236,234,212)
#EEECD9
(238,236,217)
#F0EEDE
(240,238,222)
#F2F0E3
(242,240,227)
#F4F2E8
(244,242,232)
#F6F4ED
(246,244,237)
#F8F6F2
(248,246,242)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E4C5 color. Also use rgb(230,228,197) instead hex code.

Text Font Color

.myTextColor { color: #E6E4C5; }

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

This text font color is #E6E4C5.


Background Color

.myBgColor { background-color: #E6E4C5; }

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

This div background color is #E6E4C5.


Border color

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

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

This div border color is #E6E4C5.


Opacity

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

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

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

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

This text has shadow with #E6E4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E4C5 on black background.


Color preview on white background

This text has color #E6E4C5 on white background.



Black color preview on #E6E4C5 background

This text has black color on #E6E4C5 background.


White color preview on #E6E4C5 background

This text has white color on #E6E4C5 background.