COLOR #E7C894

HEX: #E7C894
RGB: (231,200,148)

Renk bilgisi

#E7C894 contains mainly red and green colors. #E7C894 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#E7C894 color RGB value is (231,200,148).

  • kırmız ton 231;
  • yeşil ton 200;
  • mavi ton 148.
RGB:
(231,200,148)
(91%,78%,58%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 200 of 255 = 78%
B 148 of 255 = 58%

231
200
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 200 + 148 = 579 (100%)
R 231 of 579 ~ 39.9%
G 200 of 579 ~ 34.54%
B 148 of 579 ~ 25.56%

%39.9
%34.54
%25.56

CMYK RENK MODELİ

#E7C894 rengi CMYK tonu (0,13,36,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.42%
  • sarı tonu 35.93%
  • ana renk tonu 9.41%
CMYK:
(0,13,36,9)
C0M13Y36K9 
(0%,13%,36%,9%)
(0.00/0.13/0.36/0.09)	

CMYK yüzdeleri

%0
%13.42
%35.93
%9.41

Codes

Color #E7C894 in popluar color models

E7C894
RGB231200148
HSL38°63.36%74.31%
HSB/HSV38°35.93%90.59%
CMYK0.00%13.42%35.93%
9.41%

Color #E7C894 in popluar number systems.

HEXE7C894
Decimal231200148
Binary111001111100100010010100
Octal347310224

Shades and tints

Shades of #E7C894

#E7C894
(231,200,148)
#D2B687
(210,182,135)
#BDA47A
(189,164,122)
#A8926D
(168,146,109)
#938060
(147,128,96)
#7E6E53
(126,110,83)
#695C46
(105,92,70)
#544A39
(84,74,57)
#3F382C
(63,56,44)
#2A261F
(42,38,31)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #E7C894

#E7C894
(231,200,148)
#E9CD9D
(233,205,157)
#EBD2A6
(235,210,166)
#EDD7AF
(237,215,175)
#EFDCB8
(239,220,184)
#F1E1C1
(241,225,193)
#F3E6CA
(243,230,202)
#F5EBD3
(245,235,211)
#F7F0DC
(247,240,220)
#F9F5E5
(249,245,229)
#FBFAEE
(251,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C894 color. Also use rgb(231,200,148) instead hex code.

Text Font Color

.myTextColor { color: #E7C894; }

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

This text font color is #E7C894.


Background Color

.myBgColor { background-color: #E7C894; }

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

This div background color is #E7C894.


Border color

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

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

This div border color is #E7C894.


Opacity

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

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

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

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

This text has shadow with #E7C894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C894 on black background.


Color preview on white background

This text has color #E7C894 on white background.



Black color preview on #E7C894 background

This text has black color on #E7C894 background.


White color preview on #E7C894 background

This text has white color on #E7C894 background.