COLOR #E5BEAD

HEX: #E5BEAD
RGB: (229,190,173)

Renk bilgisi

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

RGB renk modeli

#E5BEAD color RGB value is (229,190,173).

  • kırmız ton 229;
  • yeşil ton 190;
  • mavi ton 173.
RGB:
(229,190,173)
(90%,75%,68%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 190 of 255 = 75%
B 173 of 255 = 68%

229
190
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 190 + 173 = 592 (100%)
R 229 of 592 ~ 38.68%
G 190 of 592 ~ 32.09%
B 173 of 592 ~ 29.22%

%38.68
%32.09
%29.22

CMYK RENK MODELİ

#E5BEAD rengi CMYK tonu (0,17,24,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.03%
  • sarı tonu 24.45%
  • ana renk tonu 10.20%
CMYK:
(0,17,24,10)
C0M17Y24K10 
(0%,17%,24%,10%)
(0.00/0.17/0.24/0.10)	

CMYK yüzdeleri

%0
%17.03
%24.45
%10.2

Codes

Color #E5BEAD in popluar color models

E5BEAD
RGB229190173
HSL18°51.85%78.82%
HSB/HSV18°24.45%89.80%
CMYK0.00%17.03%24.45%
10.20%

Color #E5BEAD in popluar number systems.

HEXE5BEAD
Decimal229190173
Binary111001011011111010101101
Octal345276255

Shades and tints

Shades of #E5BEAD

#E5BEAD
(229,190,173)
#D1AD9E
(209,173,158)
#BD9C8F
(189,156,143)
#A98B80
(169,139,128)
#957A71
(149,122,113)
#816962
(129,105,98)
#6D5853
(109,88,83)
#594744
(89,71,68)
#453635
(69,54,53)
#312526
(49,37,38)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #E5BEAD

#E5BEAD
(229,190,173)
#E7C3B4
(231,195,180)
#E9C8BB
(233,200,187)
#EBCDC2
(235,205,194)
#EDD2C9
(237,210,201)
#EFD7D0
(239,215,208)
#F1DCD7
(241,220,215)
#F3E1DE
(243,225,222)
#F5E6E5
(245,230,229)
#F7EBEC
(247,235,236)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BEAD color. Also use rgb(229,190,173) instead hex code.

Text Font Color

.myTextColor { color: #E5BEAD; }

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

This text font color is #E5BEAD.


Background Color

.myBgColor { background-color: #E5BEAD; }

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

This div background color is #E5BEAD.


Border color

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

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

This div border color is #E5BEAD.


Opacity

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

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

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

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

This text has shadow with #E5BEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BEAD on black background.


Color preview on white background

This text has color #E5BEAD on white background.



Black color preview on #E5BEAD background

This text has black color on #E5BEAD background.


White color preview on #E5BEAD background

This text has white color on #E5BEAD background.