COLOR #E6D9C2

HEX: #E6D9C2
RGB: (230,217,194)

Renk bilgisi

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

RGB renk modeli

#E6D9C2 color RGB value is (230,217,194).

  • kırmız ton 230;
  • yeşil ton 217;
  • mavi ton 194.
RGB:
(230,217,194)
(90%,85%,76%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 217 of 255 = 85%
B 194 of 255 = 76%

230
217
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 194 = 641 (100%)
R 230 of 641 ~ 35.88%
G 217 of 641 ~ 33.85%
B 194 of 641 ~ 30.27%

%35.88
%33.85
%30.27

CMYK RENK MODELİ

#E6D9C2 rengi CMYK tonu (0,6,16,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.65%
  • sarı tonu 15.65%
  • ana renk tonu 9.80%
CMYK:
(0,6,16,10)
C0M6Y16K10 
(0%,6%,16%,10%)
(0.00/0.06/0.16/0.10)	

CMYK yüzdeleri

%0
%5.65
%15.65
%9.8

Codes

Color #E6D9C2 in popluar color models

E6D9C2
RGB230217194
HSL38°41.86%83.14%
HSB/HSV38°15.65%90.20%
CMYK0.00%5.65%15.65%
9.80%

Color #E6D9C2 in popluar number systems.

HEXE6D9C2
Decimal230217194
Binary111001101101100111000010
Octal346331302

Shades and tints

Shades of #E6D9C2

#E6D9C2
(230,217,194)
#D2C6B1
(210,198,177)
#BEB3A0
(190,179,160)
#AAA08F
(170,160,143)
#968D7E
(150,141,126)
#827A6D
(130,122,109)
#6E675C
(110,103,92)
#5A544B
(90,84,75)
#46413A
(70,65,58)
#322E29
(50,46,41)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #E6D9C2

#E6D9C2
(230,217,194)
#E8DCC7
(232,220,199)
#EADFCC
(234,223,204)
#ECE2D1
(236,226,209)
#EEE5D6
(238,229,214)
#F0E8DB
(240,232,219)
#F2EBE0
(242,235,224)
#F4EEE5
(244,238,229)
#F6F1EA
(246,241,234)
#F8F4EF
(248,244,239)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D9C2 color. Also use rgb(230,217,194) instead hex code.

Text Font Color

.myTextColor { color: #E6D9C2; }

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

This text font color is #E6D9C2.


Background Color

.myBgColor { background-color: #E6D9C2; }

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

This div background color is #E6D9C2.


Border color

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

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

This div border color is #E6D9C2.


Opacity

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

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

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

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

This text has shadow with #E6D9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9C2 on black background.


Color preview on white background

This text has color #E6D9C2 on white background.



Black color preview on #E6D9C2 background

This text has black color on #E6D9C2 background.


White color preview on #E6D9C2 background

This text has white color on #E6D9C2 background.