COLOR #E6D6C5

HEX: #E6D6C5
RGB: (230,214,197)

Renk bilgisi

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

RGB renk modeli

#E6D6C5 color RGB value is (230,214,197).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 214 of 255 = 84%
B 197 of 255 = 77%

230
214
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 214 + 197 = 641 (100%)
R 230 of 641 ~ 35.88%
G 214 of 641 ~ 33.39%
B 197 of 641 ~ 30.73%

%35.88
%33.39
%30.73

CMYK RENK MODELİ

#E6D6C5 rengi CMYK tonu (0,7,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.96%
  • sarı tonu 14.35%
  • ana renk tonu 9.80%
CMYK:
(0,7,14,10)
C0M7Y14K10 
(0%,7%,14%,10%)
(0.00/0.07/0.14/0.10)	

CMYK yüzdeleri

%0
%6.96
%14.35
%9.8

Codes

Color #E6D6C5 in popluar color models

E6D6C5
RGB230214197
HSL31°39.76%83.73%
HSB/HSV31°14.35%90.20%
CMYK0.00%6.96%14.35%
9.80%

Color #E6D6C5 in popluar number systems.

HEXE6D6C5
Decimal230214197
Binary111001101101011011000101
Octal346326305

Shades and tints

Shades of #E6D6C5

#E6D6C5
(230,214,197)
#D2C3B4
(210,195,180)
#BEB0A3
(190,176,163)
#AA9D92
(170,157,146)
#968A81
(150,138,129)
#827770
(130,119,112)
#6E645F
(110,100,95)
#5A514E
(90,81,78)
#463E3D
(70,62,61)
#322B2C
(50,43,44)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #E6D6C5

#E6D6C5
(230,214,197)
#E8D9CA
(232,217,202)
#EADCCF
(234,220,207)
#ECDFD4
(236,223,212)
#EEE2D9
(238,226,217)
#F0E5DE
(240,229,222)
#F2E8E3
(242,232,227)
#F4EBE8
(244,235,232)
#F6EEED
(246,238,237)
#F8F1F2
(248,241,242)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D6C5; }

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

This text font color is #E6D6C5.


Background Color

.myBgColor { background-color: #E6D6C5; }

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

This div background color is #E6D6C5.


Border color

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

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

This div border color is #E6D6C5.


Opacity

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

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

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

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

This text has shadow with #E6D6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D6C5 on black background.


Color preview on white background

This text has color #E6D6C5 on white background.



Black color preview on #E6D6C5 background

This text has black color on #E6D6C5 background.


White color preview on #E6D6C5 background

This text has white color on #E6D6C5 background.