COLOR #E6C993

HEX: #E6C993
RGB: (230,201,147)

Renk bilgisi

#E6C993 contains mainly red and green colors. #E6C993 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E6C993 color RGB value is (230,201,147).

  • kırmız ton 230;
  • yeşil ton 201;
  • mavi ton 147.
RGB:
(230,201,147)
(90%,79%,58%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 201 of 255 = 79%
B 147 of 255 = 58%

230
201
147

R + G + B ~ 76%. #E6C993 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 201 + 147 = 578 (100%)
R 230 of 578 ~ 39.79%
G 201 of 578 ~ 34.78%
B 147 of 578 ~ 25.43%

%39.79
%34.78
%25.43

CMYK RENK MODELİ

#E6C993 rengi CMYK tonu (0,13,36,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.61%
  • sarı tonu 36.09%
  • ana renk tonu 9.80%
CMYK:
(0,13,36,10)
C0M13Y36K10 
(0%,13%,36%,10%)
(0.00/0.13/0.36/0.10)	

CMYK yüzdeleri

%0
%12.61
%36.09
%9.8

Codes

Color #E6C993 in popluar color models

E6C993
RGB230201147
HSL39°62.41%73.92%
HSB/HSV39°36.09%90.20%
CMYK0.00%12.61%36.09%
9.80%

Color #E6C993 in popluar number systems.

HEXE6C993
Decimal230201147
Binary111001101100100110010011
Octal346311223

Shades and tints

Shades of #E6C993

#E6C993
(230,201,147)
#D2B786
(210,183,134)
#BEA579
(190,165,121)
#AA936C
(170,147,108)
#96815F
(150,129,95)
#826F52
(130,111,82)
#6E5D45
(110,93,69)
#5A4B38
(90,75,56)
#46392B
(70,57,43)
#32271E
(50,39,30)
#1E1511
(30,21,17)
#000000
(0,0,0)

Tints of #E6C993

#E6C993
(230,201,147)
#E8CD9C
(232,205,156)
#EAD1A5
(234,209,165)
#ECD5AE
(236,213,174)
#EED9B7
(238,217,183)
#F0DDC0
(240,221,192)
#F2E1C9
(242,225,201)
#F4E5D2
(244,229,210)
#F6E9DB
(246,233,219)
#F8EDE4
(248,237,228)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C993 color. Also use rgb(230,201,147) instead hex code.

Text Font Color

.myTextColor { color: #E6C993; }

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

This text font color is #E6C993.


Background Color

.myBgColor { background-color: #E6C993; }

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

This div background color is #E6C993.


Border color

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

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

This div border color is #E6C993.


Opacity

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

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

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

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

This text has shadow with #E6C993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C993 on black background.


Color preview on white background

This text has color #E6C993 on white background.



Black color preview on #E6C993 background

This text has black color on #E6C993 background.


White color preview on #E6C993 background

This text has white color on #E6C993 background.