COLOR #E3C996

HEX: #E3C996
RGB: (227,201,150)

Renk bilgisi

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

RGB renk modeli

#E3C996 color RGB value is (227,201,150).

  • kırmız ton 227;
  • yeşil ton 201;
  • mavi ton 150.
RGB:
(227,201,150)
(89%,79%,59%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 201 of 255 = 79%
B 150 of 255 = 59%

227
201
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 201 + 150 = 578 (100%)
R 227 of 578 ~ 39.27%
G 201 of 578 ~ 34.78%
B 150 of 578 ~ 25.95%

%39.27
%34.78
%25.95

CMYK RENK MODELİ

#E3C996 rengi CMYK tonu (0,11,34,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.45%
  • sarı tonu 33.92%
  • ana renk tonu 10.98%
CMYK:
(0,11,34,11)
C0M11Y34K11 
(0%,11%,34%,11%)
(0.00/0.11/0.34/0.11)	

CMYK yüzdeleri

%0
%11.45
%33.92
%10.98

Codes

Color #E3C996 in popluar color models

E3C996
RGB227201150
HSL40°57.89%73.92%
HSB/HSV40°33.92%89.02%
CMYK0.00%11.45%33.92%
10.98%

Color #E3C996 in popluar number systems.

HEXE3C996
Decimal227201150
Binary111000111100100110010110
Octal343311226

Shades and tints

Shades of #E3C996

#E3C996
(227,201,150)
#CFB789
(207,183,137)
#BBA57C
(187,165,124)
#A7936F
(167,147,111)
#938162
(147,129,98)
#7F6F55
(127,111,85)
#6B5D48
(107,93,72)
#574B3B
(87,75,59)
#43392E
(67,57,46)
#2F2721
(47,39,33)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #E3C996

#E3C996
(227,201,150)
#E5CD9F
(229,205,159)
#E7D1A8
(231,209,168)
#E9D5B1
(233,213,177)
#EBD9BA
(235,217,186)
#EDDDC3
(237,221,195)
#EFE1CC
(239,225,204)
#F1E5D5
(241,229,213)
#F3E9DE
(243,233,222)
#F5EDE7
(245,237,231)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C996 color. Also use rgb(227,201,150) instead hex code.

Text Font Color

.myTextColor { color: #E3C996; }

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

This text font color is #E3C996.


Background Color

.myBgColor { background-color: #E3C996; }

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

This div background color is #E3C996.


Border color

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

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

This div border color is #E3C996.


Opacity

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

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

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

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

This text has shadow with #E3C996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C996 on black background.


Color preview on white background

This text has color #E3C996 on white background.



Black color preview on #E3C996 background

This text has black color on #E3C996 background.


White color preview on #E3C996 background

This text has white color on #E3C996 background.