COLOR #EEB696

HEX: #EEB696
RGB: (238,182,150)

Renk bilgisi

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

RGB renk modeli

#EEB696 color RGB value is (238,182,150).

  • kırmız ton 238;
  • yeşil ton 182;
  • mavi ton 150.
RGB:
(238,182,150)
(93%,71%,59%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 182 of 255 = 71%
B 150 of 255 = 59%

238
182
150

R + G + B ~ 74%. #EEB696 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 182 + 150 = 570 (100%)
R 238 of 570 ~ 41.75%
G 182 of 570 ~ 31.93%
B 150 of 570 ~ 26.32%

%41.75
%31.93
%26.32

CMYK RENK MODELİ

#EEB696 rengi CMYK tonu (0,24,37,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.53%
  • sarı tonu 36.97%
  • ana renk tonu 6.67%
CMYK:
(0,24,37,7)
C0M24Y37K7 
(0%,24%,37%,7%)
(0.00/0.24/0.37/0.07)	

CMYK yüzdeleri

%0
%23.53
%36.97
%6.67

Codes

Color #EEB696 in popluar color models

EEB696
RGB238182150
HSL22°72.13%76.08%
HSB/HSV22°36.97%93.33%
CMYK0.00%23.53%36.97%
6.67%

Color #EEB696 in popluar number systems.

HEXEEB696
Decimal238182150
Binary111011101011011010010110
Octal356266226

Shades and tints

Shades of #EEB696

#EEB696
(238,182,150)
#D9A689
(217,166,137)
#C4967C
(196,150,124)
#AF866F
(175,134,111)
#9A7662
(154,118,98)
#856655
(133,102,85)
#705648
(112,86,72)
#5B463B
(91,70,59)
#46362E
(70,54,46)
#312621
(49,38,33)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #EEB696

#EEB696
(238,182,150)
#EFBC9F
(239,188,159)
#F0C2A8
(240,194,168)
#F1C8B1
(241,200,177)
#F2CEBA
(242,206,186)
#F3D4C3
(243,212,195)
#F4DACC
(244,218,204)
#F5E0D5
(245,224,213)
#F6E6DE
(246,230,222)
#F7ECE7
(247,236,231)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB696 color. Also use rgb(238,182,150) instead hex code.

Text Font Color

.myTextColor { color: #EEB696; }

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

This text font color is #EEB696.


Background Color

.myBgColor { background-color: #EEB696; }

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

This div background color is #EEB696.


Border color

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

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

This div border color is #EEB696.


Opacity

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

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

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

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

This text has shadow with #EEB696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEB696 on black background.


Color preview on white background

This text has color #EEB696 on white background.



Black color preview on #EEB696 background

This text has black color on #EEB696 background.


White color preview on #EEB696 background

This text has white color on #EEB696 background.