COLOR #E4C4AD

HEX: #E4C4AD
RGB: (228,196,173)

Renk bilgisi

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

RGB renk modeli

#E4C4AD color RGB value is (228,196,173).

  • kırmız ton 228;
  • yeşil ton 196;
  • mavi ton 173.
RGB:
(228,196,173)
(89%,77%,68%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 196 of 255 = 77%
B 173 of 255 = 68%

228
196
173

R + G + B ~ 78%. #E4C4AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 196 + 173 = 597 (100%)
R 228 of 597 ~ 38.19%
G 196 of 597 ~ 32.83%
B 173 of 597 ~ 28.98%

%38.19
%32.83
%28.98

CMYK RENK MODELİ

#E4C4AD rengi CMYK tonu (0,14,24,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.04%
  • sarı tonu 24.12%
  • ana renk tonu 10.59%
CMYK:
(0,14,24,11)
C0M14Y24K11 
(0%,14%,24%,11%)
(0.00/0.14/0.24/0.11)	

CMYK yüzdeleri

%0
%14.04
%24.12
%10.59

Codes

Color #E4C4AD in popluar color models

E4C4AD
RGB228196173
HSL25°50.46%78.63%
HSB/HSV25°24.12%89.41%
CMYK0.00%14.04%24.12%
10.59%

Color #E4C4AD in popluar number systems.

HEXE4C4AD
Decimal228196173
Binary111001001100010010101101
Octal344304255

Shades and tints

Shades of #E4C4AD

#E4C4AD
(228,196,173)
#D0B39E
(208,179,158)
#BCA28F
(188,162,143)
#A89180
(168,145,128)
#948071
(148,128,113)
#806F62
(128,111,98)
#6C5E53
(108,94,83)
#584D44
(88,77,68)
#443C35
(68,60,53)
#302B26
(48,43,38)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #E4C4AD

#E4C4AD
(228,196,173)
#E6C9B4
(230,201,180)
#E8CEBB
(232,206,187)
#EAD3C2
(234,211,194)
#ECD8C9
(236,216,201)
#EEDDD0
(238,221,208)
#F0E2D7
(240,226,215)
#F2E7DE
(242,231,222)
#F4ECE5
(244,236,229)
#F6F1EC
(246,241,236)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C4AD color. Also use rgb(228,196,173) instead hex code.

Text Font Color

.myTextColor { color: #E4C4AD; }

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

This text font color is #E4C4AD.


Background Color

.myBgColor { background-color: #E4C4AD; }

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

This div background color is #E4C4AD.


Border color

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

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

This div border color is #E4C4AD.


Opacity

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

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

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

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

This text has shadow with #E4C4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C4AD on black background.


Color preview on white background

This text has color #E4C4AD on white background.



Black color preview on #E4C4AD background

This text has black color on #E4C4AD background.


White color preview on #E4C4AD background

This text has white color on #E4C4AD background.