COLOR #E6DFC6

HEX: #E6DFC6
RGB: (230,223,198)

Renk bilgisi

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

RGB renk modeli

#E6DFC6 color RGB value is (230,223,198).

  • kırmız ton 230;
  • yeşil ton 223;
  • mavi ton 198.
RGB:
(230,223,198)
(90%,87%,78%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 223 of 255 = 87%
B 198 of 255 = 78%

230
223
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 223 + 198 = 651 (100%)
R 230 of 651 ~ 35.33%
G 223 of 651 ~ 34.25%
B 198 of 651 ~ 30.41%

%35.33
%34.25
%30.41

CMYK RENK MODELİ

#E6DFC6 rengi CMYK tonu (0,3,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.04%
  • sarı tonu 13.91%
  • ana renk tonu 9.80%
CMYK:
(0,3,14,10)
C0M3Y14K10 
(0%,3%,14%,10%)
(0.00/0.03/0.14/0.10)	

CMYK yüzdeleri

%0
%3.04
%13.91
%9.8

Codes

Color #E6DFC6 in popluar color models

E6DFC6
RGB230223198
HSL47°39.02%83.92%
HSB/HSV47°13.91%90.20%
CMYK0.00%3.04%13.91%
9.80%

Color #E6DFC6 in popluar number systems.

HEXE6DFC6
Decimal230223198
Binary111001101101111111000110
Octal346337306

Shades and tints

Shades of #E6DFC6

#E6DFC6
(230,223,198)
#D2CBB4
(210,203,180)
#BEB7A2
(190,183,162)
#AAA390
(170,163,144)
#968F7E
(150,143,126)
#827B6C
(130,123,108)
#6E675A
(110,103,90)
#5A5348
(90,83,72)
#463F36
(70,63,54)
#322B24
(50,43,36)
#1E1712
(30,23,18)
#000000
(0,0,0)

Tints of #E6DFC6

#E6DFC6
(230,223,198)
#E8E1CB
(232,225,203)
#EAE3D0
(234,227,208)
#ECE5D5
(236,229,213)
#EEE7DA
(238,231,218)
#F0E9DF
(240,233,223)
#F2EBE4
(242,235,228)
#F4EDE9
(244,237,233)
#F6EFEE
(246,239,238)
#F8F1F3
(248,241,243)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DFC6 color. Also use rgb(230,223,198) instead hex code.

Text Font Color

.myTextColor { color: #E6DFC6; }

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

This text font color is #E6DFC6.


Background Color

.myBgColor { background-color: #E6DFC6; }

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

This div background color is #E6DFC6.


Border color

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

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

This div border color is #E6DFC6.


Opacity

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

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

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

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

This text has shadow with #E6DFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFC6 on black background.


Color preview on white background

This text has color #E6DFC6 on white background.



Black color preview on #E6DFC6 background

This text has black color on #E6DFC6 background.


White color preview on #E6DFC6 background

This text has white color on #E6DFC6 background.