COLOR #E6D4C7

HEX: #E6D4C7
RGB: (230,212,199)

Renk bilgisi

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

RGB renk modeli

#E6D4C7 color RGB value is (230,212,199).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 212 of 255 = 83%
B 199 of 255 = 78%

230
212
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 212 + 199 = 641 (100%)
R 230 of 641 ~ 35.88%
G 212 of 641 ~ 33.07%
B 199 of 641 ~ 31.05%

%35.88
%33.07
%31.05

CMYK RENK MODELİ

#E6D4C7 rengi CMYK tonu (0,8,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.83%
  • sarı tonu 13.48%
  • ana renk tonu 9.80%
CMYK:
(0,8,13,10)
C0M8Y13K10 
(0%,8%,13%,10%)
(0.00/0.08/0.13/0.10)	

CMYK yüzdeleri

%0
%7.83
%13.48
%9.8

Codes

Color #E6D4C7 in popluar color models

E6D4C7
RGB230212199
HSL25°38.27%84.12%
HSB/HSV25°13.48%90.20%
CMYK0.00%7.83%13.48%
9.80%

Color #E6D4C7 in popluar number systems.

HEXE6D4C7
Decimal230212199
Binary111001101101010011000111
Octal346324307

Shades and tints

Shades of #E6D4C7

#E6D4C7
(230,212,199)
#D2C1B5
(210,193,181)
#BEAEA3
(190,174,163)
#AA9B91
(170,155,145)
#96887F
(150,136,127)
#82756D
(130,117,109)
#6E625B
(110,98,91)
#5A4F49
(90,79,73)
#463C37
(70,60,55)
#322925
(50,41,37)
#1E1613
(30,22,19)
#000000
(0,0,0)

Tints of #E6D4C7

#E6D4C7
(230,212,199)
#E8D7CC
(232,215,204)
#EADAD1
(234,218,209)
#ECDDD6
(236,221,214)
#EEE0DB
(238,224,219)
#F0E3E0
(240,227,224)
#F2E6E5
(242,230,229)
#F4E9EA
(244,233,234)
#F6ECEF
(246,236,239)
#F8EFF4
(248,239,244)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D4C7; }

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

This text font color is #E6D4C7.


Background Color

.myBgColor { background-color: #E6D4C7; }

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

This div background color is #E6D4C7.


Border color

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

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

This div border color is #E6D4C7.


Opacity

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

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

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

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

This text has shadow with #E6D4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D4C7 on black background.


Color preview on white background

This text has color #E6D4C7 on white background.



Black color preview on #E6D4C7 background

This text has black color on #E6D4C7 background.


White color preview on #E6D4C7 background

This text has white color on #E6D4C7 background.