COLOR #E4BE99

HEX: #E4BE99
RGB: (228,190,153)

Renk bilgisi

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

RGB renk modeli

#E4BE99 color RGB value is (228,190,153).

  • kırmız ton 228;
  • yeşil ton 190;
  • mavi ton 153.
RGB:
(228,190,153)
(89%,75%,60%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 190 of 255 = 75%
B 153 of 255 = 60%

228
190
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 190 + 153 = 571 (100%)
R 228 of 571 ~ 39.93%
G 190 of 571 ~ 33.27%
B 153 of 571 ~ 26.8%

%39.93
%33.27
%26.8

CMYK RENK MODELİ

#E4BE99 rengi CMYK tonu (0,17,33,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 32.89%
  • ana renk tonu 10.59%
CMYK:
(0,17,33,11)
C0M17Y33K11 
(0%,17%,33%,11%)
(0.00/0.17/0.33/0.11)	

CMYK yüzdeleri

%0
%16.67
%32.89
%10.59

Codes

Color #E4BE99 in popluar color models

E4BE99
RGB228190153
HSL30°58.14%74.71%
HSB/HSV30°32.89%89.41%
CMYK0.00%16.67%32.89%
10.59%

Color #E4BE99 in popluar number systems.

HEXE4BE99
Decimal228190153
Binary111001001011111010011001
Octal344276231

Shades and tints

Shades of #E4BE99

#E4BE99
(228,190,153)
#D0AD8C
(208,173,140)
#BC9C7F
(188,156,127)
#A88B72
(168,139,114)
#947A65
(148,122,101)
#806958
(128,105,88)
#6C584B
(108,88,75)
#58473E
(88,71,62)
#443631
(68,54,49)
#302524
(48,37,36)
#1C1417
(28,20,23)
#000000
(0,0,0)

Tints of #E4BE99

#E4BE99
(228,190,153)
#E6C3A2
(230,195,162)
#E8C8AB
(232,200,171)
#EACDB4
(234,205,180)
#ECD2BD
(236,210,189)
#EED7C6
(238,215,198)
#F0DCCF
(240,220,207)
#F2E1D8
(242,225,216)
#F4E6E1
(244,230,225)
#F6EBEA
(246,235,234)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BE99 color. Also use rgb(228,190,153) instead hex code.

Text Font Color

.myTextColor { color: #E4BE99; }

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

This text font color is #E4BE99.


Background Color

.myBgColor { background-color: #E4BE99; }

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

This div background color is #E4BE99.


Border color

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

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

This div border color is #E4BE99.


Opacity

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

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

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

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

This text has shadow with #E4BE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BE99 on black background.


Color preview on white background

This text has color #E4BE99 on white background.



Black color preview on #E4BE99 background

This text has black color on #E4BE99 background.


White color preview on #E4BE99 background

This text has white color on #E4BE99 background.