COLOR #E7D9C6

HEX: #E7D9C6
RGB: (231,217,198)

Renk bilgisi

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

RGB renk modeli

#E7D9C6 color RGB value is (231,217,198).

  • kırmız ton 231;
  • yeşil ton 217;
  • mavi ton 198.
RGB:
(231,217,198)
(91%,85%,78%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 217 of 255 = 85%
B 198 of 255 = 78%

231
217
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 217 + 198 = 646 (100%)
R 231 of 646 ~ 35.76%
G 217 of 646 ~ 33.59%
B 198 of 646 ~ 30.65%

%35.76
%33.59
%30.65

CMYK RENK MODELİ

#E7D9C6 rengi CMYK tonu (0,6,14,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.06%
  • sarı tonu 14.29%
  • ana renk tonu 9.41%
CMYK:
(0,6,14,9)
C0M6Y14K9 
(0%,6%,14%,9%)
(0.00/0.06/0.14/0.09)	

CMYK yüzdeleri

%0
%6.06
%14.29
%9.41

Codes

Color #E7D9C6 in popluar color models

E7D9C6
RGB231217198
HSL35°40.74%84.12%
HSB/HSV35°14.29%90.59%
CMYK0.00%6.06%14.29%
9.41%

Color #E7D9C6 in popluar number systems.

HEXE7D9C6
Decimal231217198
Binary111001111101100111000110
Octal347331306

Shades and tints

Shades of #E7D9C6

#E7D9C6
(231,217,198)
#D2C6B4
(210,198,180)
#BDB3A2
(189,179,162)
#A8A090
(168,160,144)
#938D7E
(147,141,126)
#7E7A6C
(126,122,108)
#69675A
(105,103,90)
#545448
(84,84,72)
#3F4136
(63,65,54)
#2A2E24
(42,46,36)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #E7D9C6

#E7D9C6
(231,217,198)
#E9DCCB
(233,220,203)
#EBDFD0
(235,223,208)
#EDE2D5
(237,226,213)
#EFE5DA
(239,229,218)
#F1E8DF
(241,232,223)
#F3EBE4
(243,235,228)
#F5EEE9
(245,238,233)
#F7F1EE
(247,241,238)
#F9F4F3
(249,244,243)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D9C6 color. Also use rgb(231,217,198) instead hex code.

Text Font Color

.myTextColor { color: #E7D9C6; }

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

This text font color is #E7D9C6.


Background Color

.myBgColor { background-color: #E7D9C6; }

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

This div background color is #E7D9C6.


Border color

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

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

This div border color is #E7D9C6.


Opacity

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

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

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

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

This text has shadow with #E7D9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D9C6 on black background.


Color preview on white background

This text has color #E7D9C6 on white background.



Black color preview on #E7D9C6 background

This text has black color on #E7D9C6 background.


White color preview on #E7D9C6 background

This text has white color on #E7D9C6 background.