COLOR #E9C6AD

HEX: #E9C6AD
RGB: (233,198,173)

Renk bilgisi

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

RGB renk modeli

#E9C6AD color RGB value is (233,198,173).

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

RGB bağlantıları ve doygunluk

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

233
198
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 198 + 173 = 604 (100%)
R 233 of 604 ~ 38.58%
G 198 of 604 ~ 32.78%
B 173 of 604 ~ 28.64%

%38.58
%32.78
%28.64

CMYK RENK MODELİ

#E9C6AD rengi CMYK tonu (0,15,26,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.02%
  • sarı tonu 25.75%
  • ana renk tonu 8.63%
CMYK:
(0,15,26,9)
C0M15Y26K9 
(0%,15%,26%,9%)
(0.00/0.15/0.26/0.09)	

CMYK yüzdeleri

%0
%15.02
%25.75
%8.63

Codes

Color #E9C6AD in popluar color models

E9C6AD
RGB233198173
HSL25°57.69%79.61%
HSB/HSV25°25.75%91.37%
CMYK0.00%15.02%25.75%
8.63%

Color #E9C6AD in popluar number systems.

HEXE9C6AD
Decimal233198173
Binary111010011100011010101101
Octal351306255

Shades and tints

Shades of #E9C6AD

#E9C6AD
(233,198,173)
#D4B49E
(212,180,158)
#BFA28F
(191,162,143)
#AA9080
(170,144,128)
#957E71
(149,126,113)
#806C62
(128,108,98)
#6B5A53
(107,90,83)
#564844
(86,72,68)
#413635
(65,54,53)
#2C2426
(44,36,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #E9C6AD

#E9C6AD
(233,198,173)
#EBCBB4
(235,203,180)
#EDD0BB
(237,208,187)
#EFD5C2
(239,213,194)
#F1DAC9
(241,218,201)
#F3DFD0
(243,223,208)
#F5E4D7
(245,228,215)
#F7E9DE
(247,233,222)
#F9EEE5
(249,238,229)
#FBF3EC
(251,243,236)
#FDF8F3
(253,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9C6AD; }

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

This text font color is #E9C6AD.


Background Color

.myBgColor { background-color: #E9C6AD; }

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

This div background color is #E9C6AD.


Border color

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

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

This div border color is #E9C6AD.


Opacity

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

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

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

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

This text has shadow with #E9C6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C6AD on black background.


Color preview on white background

This text has color #E9C6AD on white background.



Black color preview on #E9C6AD background

This text has black color on #E9C6AD background.


White color preview on #E9C6AD background

This text has white color on #E9C6AD background.