COLOR #E4BABB

HEX: #E4BABB
RGB: (228,186,187)

Renk bilgisi

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

RGB renk modeli

#E4BABB color RGB value is (228,186,187).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 186 of 255 = 73%
B 187 of 255 = 73%

228
186
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 186 + 187 = 601 (100%)
R 228 of 601 ~ 37.94%
G 186 of 601 ~ 30.95%
B 187 of 601 ~ 31.11%

%37.94
%30.95
%31.11

CMYK RENK MODELİ

#E4BABB rengi CMYK tonu (0,18,18,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.42%
  • sarı tonu 17.98%
  • ana renk tonu 10.59%
CMYK:
(0,18,18,11)
C0M18Y18K11 
(0%,18%,18%,11%)
(0.00/0.18/0.18/0.11)	

CMYK yüzdeleri

%0
%18.42
%17.98
%10.59

Codes

Color #E4BABB in popluar color models

E4BABB
RGB228186187
HSL359°43.75%81.18%
HSB/HSV359°18.42%89.41%
CMYK0.00%18.42%17.98%
10.59%

Color #E4BABB in popluar number systems.

HEXE4BABB
Decimal228186187
Binary111001001011101010111011
Octal344272273

Shades and tints

Shades of #E4BABB

#E4BABB
(228,186,187)
#D0AAAA
(208,170,170)
#BC9A99
(188,154,153)
#A88A88
(168,138,136)
#947A77
(148,122,119)
#806A66
(128,106,102)
#6C5A55
(108,90,85)
#584A44
(88,74,68)
#443A33
(68,58,51)
#302A22
(48,42,34)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #E4BABB

#E4BABB
(228,186,187)
#E6C0C1
(230,192,193)
#E8C6C7
(232,198,199)
#EACCCD
(234,204,205)
#ECD2D3
(236,210,211)
#EED8D9
(238,216,217)
#F0DEDF
(240,222,223)
#F2E4E5
(242,228,229)
#F4EAEB
(244,234,235)
#F6F0F1
(246,240,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BABB color. Also use rgb(228,186,187) instead hex code.

Text Font Color

.myTextColor { color: #E4BABB; }

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

This text font color is #E4BABB.


Background Color

.myBgColor { background-color: #E4BABB; }

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

This div background color is #E4BABB.


Border color

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

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

This div border color is #E4BABB.


Opacity

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

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

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

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

This text has shadow with #E4BABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BABB on black background.


Color preview on white background

This text has color #E4BABB on white background.



Black color preview on #E4BABB background

This text has black color on #E4BABB background.


White color preview on #E4BABB background

This text has white color on #E4BABB background.