COLOR #E4B9B0

HEX: #E4B9B0
RGB: (228,185,176)

Renk bilgisi

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

RGB renk modeli

#E4B9B0 color RGB value is (228,185,176).

  • kırmız ton 228;
  • yeşil ton 185;
  • mavi ton 176.
RGB:
(228,185,176)
(89%,73%,69%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 185 of 255 = 73%
B 176 of 255 = 69%

228
185
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 185 + 176 = 589 (100%)
R 228 of 589 ~ 38.71%
G 185 of 589 ~ 31.41%
B 176 of 589 ~ 29.88%

%38.71
%31.41
%29.88

CMYK RENK MODELİ

#E4B9B0 rengi CMYK tonu (0,19,23,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.86%
  • sarı tonu 22.81%
  • ana renk tonu 10.59%
CMYK:
(0,19,23,11)
C0M19Y23K11 
(0%,19%,23%,11%)
(0.00/0.19/0.23/0.11)	

CMYK yüzdeleri

%0
%18.86
%22.81
%10.59

Codes

Color #E4B9B0 in popluar color models

E4B9B0
RGB228185176
HSL10°49.06%79.22%
HSB/HSV10°22.81%89.41%
CMYK0.00%18.86%22.81%
10.59%

Color #E4B9B0 in popluar number systems.

HEXE4B9B0
Decimal228185176
Binary111001001011100110110000
Octal344271260

Shades and tints

Shades of #E4B9B0

#E4B9B0
(228,185,176)
#D0A9A0
(208,169,160)
#BC9990
(188,153,144)
#A88980
(168,137,128)
#947970
(148,121,112)
#806960
(128,105,96)
#6C5950
(108,89,80)
#584940
(88,73,64)
#443930
(68,57,48)
#302920
(48,41,32)
#1C1910
(28,25,16)
#000000
(0,0,0)

Tints of #E4B9B0

#E4B9B0
(228,185,176)
#E6BFB7
(230,191,183)
#E8C5BE
(232,197,190)
#EACBC5
(234,203,197)
#ECD1CC
(236,209,204)
#EED7D3
(238,215,211)
#F0DDDA
(240,221,218)
#F2E3E1
(242,227,225)
#F4E9E8
(244,233,232)
#F6EFEF
(246,239,239)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B9B0 color. Also use rgb(228,185,176) instead hex code.

Text Font Color

.myTextColor { color: #E4B9B0; }

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

This text font color is #E4B9B0.


Background Color

.myBgColor { background-color: #E4B9B0; }

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

This div background color is #E4B9B0.


Border color

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

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

This div border color is #E4B9B0.


Opacity

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

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

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

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

This text has shadow with #E4B9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B9B0 on black background.


Color preview on white background

This text has color #E4B9B0 on white background.



Black color preview on #E4B9B0 background

This text has black color on #E4B9B0 background.


White color preview on #E4B9B0 background

This text has white color on #E4B9B0 background.