COLOR #E6E3C0

HEX: #E6E3C0
RGB: (230,227,192)

Renk bilgisi

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

RGB renk modeli

#E6E3C0 color RGB value is (230,227,192).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 227 of 255 = 89%
B 192 of 255 = 75%

230
227
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 227 + 192 = 649 (100%)
R 230 of 649 ~ 35.44%
G 227 of 649 ~ 34.98%
B 192 of 649 ~ 29.58%

%35.44
%34.98
%29.58

CMYK RENK MODELİ

#E6E3C0 rengi CMYK tonu (0,1,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.30%
  • sarı tonu 16.52%
  • ana renk tonu 9.80%
CMYK:
(0,1,17,10)
C0M1Y17K10 
(0%,1%,17%,10%)
(0.00/0.01/0.17/0.10)	

CMYK yüzdeleri

%0
%1.3
%16.52
%9.8

Codes

Color #E6E3C0 in popluar color models

E6E3C0
RGB230227192
HSL55°43.18%82.75%
HSB/HSV55°16.52%90.20%
CMYK0.00%1.30%16.52%
9.80%

Color #E6E3C0 in popluar number systems.

HEXE6E3C0
Decimal230227192
Binary111001101110001111000000
Octal346343300

Shades and tints

Shades of #E6E3C0

#E6E3C0
(230,227,192)
#D2CFAF
(210,207,175)
#BEBB9E
(190,187,158)
#AAA78D
(170,167,141)
#96937C
(150,147,124)
#827F6B
(130,127,107)
#6E6B5A
(110,107,90)
#5A5749
(90,87,73)
#464338
(70,67,56)
#322F27
(50,47,39)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #E6E3C0

#E6E3C0
(230,227,192)
#E8E5C5
(232,229,197)
#EAE7CA
(234,231,202)
#ECE9CF
(236,233,207)
#EEEBD4
(238,235,212)
#F0EDD9
(240,237,217)
#F2EFDE
(242,239,222)
#F4F1E3
(244,241,227)
#F6F3E8
(246,243,232)
#F8F5ED
(248,245,237)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E3C0; }

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

This text font color is #E6E3C0.


Background Color

.myBgColor { background-color: #E6E3C0; }

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

This div background color is #E6E3C0.


Border color

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

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

This div border color is #E6E3C0.


Opacity

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

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

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

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

This text has shadow with #E6E3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E3C0 on black background.


Color preview on white background

This text has color #E6E3C0 on white background.



Black color preview on #E6E3C0 background

This text has black color on #E6E3C0 background.


White color preview on #E6E3C0 background

This text has white color on #E6E3C0 background.