COLOR #E1C996

HEX: #E1C996
RGB: (225,201,150)

Renk bilgisi

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

RGB renk modeli

#E1C996 color RGB value is (225,201,150).

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

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 201 of 255 = 79%
B 150 of 255 = 59%

225
201
150

R + G + B ~ 75%. #E1C996 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 201 + 150 = 576 (100%)
R 225 of 576 ~ 39.06%
G 201 of 576 ~ 34.9%
B 150 of 576 ~ 26.04%

%39.06
%34.9
%26.04

CMYK RENK MODELİ

#E1C996 rengi CMYK tonu (0,11,33,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.67%
  • sarı tonu 33.33%
  • ana renk tonu 11.76%
CMYK:
(0,11,33,12)
C0M11Y33K12 
(0%,11%,33%,12%)
(0.00/0.11/0.33/0.12)	

CMYK yüzdeleri

%0
%10.67
%33.33
%11.76

Codes

Color #E1C996 in popluar color models

E1C996
RGB225201150
HSL41°55.56%73.53%
HSB/HSV41°33.33%88.24%
CMYK0.00%10.67%33.33%
11.76%

Color #E1C996 in popluar number systems.

HEXE1C996
Decimal225201150
Binary111000011100100110010110
Octal341311226

Shades and tints

Shades of #E1C996

#E1C996
(225,201,150)
#CDB789
(205,183,137)
#B9A57C
(185,165,124)
#A5936F
(165,147,111)
#918162
(145,129,98)
#7D6F55
(125,111,85)
#695D48
(105,93,72)
#554B3B
(85,75,59)
#41392E
(65,57,46)
#2D2721
(45,39,33)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #E1C996

#E1C996
(225,201,150)
#E3CD9F
(227,205,159)
#E5D1A8
(229,209,168)
#E7D5B1
(231,213,177)
#E9D9BA
(233,217,186)
#EBDDC3
(235,221,195)
#EDE1CC
(237,225,204)
#EFE5D5
(239,229,213)
#F1E9DE
(241,233,222)
#F3EDE7
(243,237,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1C996; }

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

This text font color is #E1C996.


Background Color

.myBgColor { background-color: #E1C996; }

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

This div background color is #E1C996.


Border color

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

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

This div border color is #E1C996.


Opacity

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

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

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

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

This text has shadow with #E1C996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C996 on black background.


Color preview on white background

This text has color #E1C996 on white background.



Black color preview on #E1C996 background

This text has black color on #E1C996 background.


White color preview on #E1C996 background

This text has white color on #E1C996 background.