COLOR #E5B9AC

HEX: #E5B9AC
RGB: (229,185,172)

Renk bilgisi

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

RGB renk modeli

#E5B9AC color RGB value is (229,185,172).

  • kırmız ton 229;
  • yeşil ton 185;
  • mavi ton 172.
RGB:
(229,185,172)
(90%,73%,67%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 185 of 255 = 73%
B 172 of 255 = 67%

229
185
172

R + G + B ~ 77%. #E5B9AC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 185 + 172 = 586 (100%)
R 229 of 586 ~ 39.08%
G 185 of 586 ~ 31.57%
B 172 of 586 ~ 29.35%

%39.08
%31.57
%29.35

CMYK RENK MODELİ

#E5B9AC rengi CMYK tonu (0,19,25,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.21%
  • sarı tonu 24.89%
  • ana renk tonu 10.20%
CMYK:
(0,19,25,10)
C0M19Y25K10 
(0%,19%,25%,10%)
(0.00/0.19/0.25/0.10)	

CMYK yüzdeleri

%0
%19.21
%24.89
%10.2

Codes

Color #E5B9AC in popluar color models

E5B9AC
RGB229185172
HSL14°52.29%78.63%
HSB/HSV14°24.89%89.80%
CMYK0.00%19.21%24.89%
10.20%

Color #E5B9AC in popluar number systems.

HEXE5B9AC
Decimal229185172
Binary111001011011100110101100
Octal345271254

Shades and tints

Shades of #E5B9AC

#E5B9AC
(229,185,172)
#D1A99D
(209,169,157)
#BD998E
(189,153,142)
#A9897F
(169,137,127)
#957970
(149,121,112)
#816961
(129,105,97)
#6D5952
(109,89,82)
#594943
(89,73,67)
#453934
(69,57,52)
#312925
(49,41,37)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #E5B9AC

#E5B9AC
(229,185,172)
#E7BFB3
(231,191,179)
#E9C5BA
(233,197,186)
#EBCBC1
(235,203,193)
#EDD1C8
(237,209,200)
#EFD7CF
(239,215,207)
#F1DDD6
(241,221,214)
#F3E3DD
(243,227,221)
#F5E9E4
(245,233,228)
#F7EFEB
(247,239,235)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B9AC color. Also use rgb(229,185,172) instead hex code.

Text Font Color

.myTextColor { color: #E5B9AC; }

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

This text font color is #E5B9AC.


Background Color

.myBgColor { background-color: #E5B9AC; }

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

This div background color is #E5B9AC.


Border color

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

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

This div border color is #E5B9AC.


Opacity

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

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

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

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

This text has shadow with #E5B9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B9AC on black background.


Color preview on white background

This text has color #E5B9AC on white background.



Black color preview on #E5B9AC background

This text has black color on #E5B9AC background.


White color preview on #E5B9AC background

This text has white color on #E5B9AC background.