COLOR #E7C6AD

HEX: #E7C6AD
RGB: (231,198,173)

Renk bilgisi

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

RGB renk modeli

#E7C6AD color RGB value is (231,198,173).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 198 of 255 = 78%
B 173 of 255 = 68%

231
198
173

R + G + B ~ 79%. #E7C6AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 198 + 173 = 602 (100%)
R 231 of 602 ~ 38.37%
G 198 of 602 ~ 32.89%
B 173 of 602 ~ 28.74%

%38.37
%32.89
%28.74

CMYK RENK MODELİ

#E7C6AD rengi CMYK tonu (0,14,25,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.29%
  • sarı tonu 25.11%
  • ana renk tonu 9.41%
CMYK:
(0,14,25,9)
C0M14Y25K9 
(0%,14%,25%,9%)
(0.00/0.14/0.25/0.09)	

CMYK yüzdeleri

%0
%14.29
%25.11
%9.41

Codes

Color #E7C6AD in popluar color models

E7C6AD
RGB231198173
HSL26°54.72%79.22%
HSB/HSV26°25.11%90.59%
CMYK0.00%14.29%25.11%
9.41%

Color #E7C6AD in popluar number systems.

HEXE7C6AD
Decimal231198173
Binary111001111100011010101101
Octal347306255

Shades and tints

Shades of #E7C6AD

#E7C6AD
(231,198,173)
#D2B49E
(210,180,158)
#BDA28F
(189,162,143)
#A89080
(168,144,128)
#937E71
(147,126,113)
#7E6C62
(126,108,98)
#695A53
(105,90,83)
#544844
(84,72,68)
#3F3635
(63,54,53)
#2A2426
(42,36,38)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #E7C6AD

#E7C6AD
(231,198,173)
#E9CBB4
(233,203,180)
#EBD0BB
(235,208,187)
#EDD5C2
(237,213,194)
#EFDAC9
(239,218,201)
#F1DFD0
(241,223,208)
#F3E4D7
(243,228,215)
#F5E9DE
(245,233,222)
#F7EEE5
(247,238,229)
#F9F3EC
(249,243,236)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C6AD; }

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

This text font color is #E7C6AD.


Background Color

.myBgColor { background-color: #E7C6AD; }

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

This div background color is #E7C6AD.


Border color

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

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

This div border color is #E7C6AD.


Opacity

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

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

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

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

This text has shadow with #E7C6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C6AD on black background.


Color preview on white background

This text has color #E7C6AD on white background.



Black color preview on #E7C6AD background

This text has black color on #E7C6AD background.


White color preview on #E7C6AD background

This text has white color on #E7C6AD background.