COLOR #E6E0C7

HEX: #E6E0C7
RGB: (230,224,199)

Renk bilgisi

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

RGB renk modeli

#E6E0C7 color RGB value is (230,224,199).

  • kırmız ton 230;
  • yeşil ton 224;
  • mavi ton 199.
RGB:
(230,224,199)
(90%,88%,78%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 224 of 255 = 88%
B 199 of 255 = 78%

230
224
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 224 + 199 = 653 (100%)
R 230 of 653 ~ 35.22%
G 224 of 653 ~ 34.3%
B 199 of 653 ~ 30.47%

%35.22
%34.3
%30.47

CMYK RENK MODELİ

#E6E0C7 rengi CMYK tonu (0,3,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.61%
  • sarı tonu 13.48%
  • ana renk tonu 9.80%
CMYK:
(0,3,13,10)
C0M3Y13K10 
(0%,3%,13%,10%)
(0.00/0.03/0.13/0.10)	

CMYK yüzdeleri

%0
%2.61
%13.48
%9.8

Codes

Color #E6E0C7 in popluar color models

E6E0C7
RGB230224199
HSL48°38.27%84.12%
HSB/HSV48°13.48%90.20%
CMYK0.00%2.61%13.48%
9.80%

Color #E6E0C7 in popluar number systems.

HEXE6E0C7
Decimal230224199
Binary111001101110000011000111
Octal346340307

Shades and tints

Shades of #E6E0C7

#E6E0C7
(230,224,199)
#D2CCB5
(210,204,181)
#BEB8A3
(190,184,163)
#AAA491
(170,164,145)
#96907F
(150,144,127)
#827C6D
(130,124,109)
#6E685B
(110,104,91)
#5A5449
(90,84,73)
#464037
(70,64,55)
#322C25
(50,44,37)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #E6E0C7

#E6E0C7
(230,224,199)
#E8E2CC
(232,226,204)
#EAE4D1
(234,228,209)
#ECE6D6
(236,230,214)
#EEE8DB
(238,232,219)
#F0EAE0
(240,234,224)
#F2ECE5
(242,236,229)
#F4EEEA
(244,238,234)
#F6F0EF
(246,240,239)
#F8F2F4
(248,242,244)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E0C7 color. Also use rgb(230,224,199) instead hex code.

Text Font Color

.myTextColor { color: #E6E0C7; }

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

This text font color is #E6E0C7.


Background Color

.myBgColor { background-color: #E6E0C7; }

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

This div background color is #E6E0C7.


Border color

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

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

This div border color is #E6E0C7.


Opacity

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

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

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

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

This text has shadow with #E6E0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E0C7 on black background.


Color preview on white background

This text has color #E6E0C7 on white background.



Black color preview on #E6E0C7 background

This text has black color on #E6E0C7 background.


White color preview on #E6E0C7 background

This text has white color on #E6E0C7 background.