COLOR #E49C93

HEX: #E49C93
RGB: (228,156,147)

Renk bilgisi

#E49C93 contains mainly red color. #E49C93 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E49C93 color RGB value is (228,156,147).

  • kırmız ton 228;
  • yeşil ton 156;
  • mavi ton 147.
RGB:
(228,156,147)
(89%,61%,58%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 156 of 255 = 61%
B 147 of 255 = 58%

228
156
147

R + G + B ~ 69%. #E49C93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 156 + 147 = 531 (100%)
R 228 of 531 ~ 42.94%
G 156 of 531 ~ 29.38%
B 147 of 531 ~ 27.68%

%42.94
%29.38
%27.68

CMYK RENK MODELİ

#E49C93 rengi CMYK tonu (0,32,36,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.58%
  • sarı tonu 35.53%
  • ana renk tonu 10.59%
CMYK:
(0,32,36,11)
C0M32Y36K11 
(0%,32%,36%,11%)
(0.00/0.32/0.36/0.11)	

CMYK yüzdeleri

%0
%31.58
%35.53
%10.59

Codes

Color #E49C93 in popluar color models

E49C93
RGB228156147
HSL60.00%73.53%
HSB/HSV35.53%89.41%
CMYK0.00%31.58%35.53%
10.59%

Color #E49C93 in popluar number systems.

HEXE49C93
Decimal228156147
Binary111001001001110010010011
Octal344234223

Shades and tints

Shades of #E49C93

#E49C93
(228,156,147)
#D08E86
(208,142,134)
#BC8079
(188,128,121)
#A8726C
(168,114,108)
#94645F
(148,100,95)
#805652
(128,86,82)
#6C4845
(108,72,69)
#583A38
(88,58,56)
#442C2B
(68,44,43)
#301E1E
(48,30,30)
#1C1011
(28,16,17)
#000000
(0,0,0)

Tints of #E49C93

#E49C93
(228,156,147)
#E6A59C
(230,165,156)
#E8AEA5
(232,174,165)
#EAB7AE
(234,183,174)
#ECC0B7
(236,192,183)
#EEC9C0
(238,201,192)
#F0D2C9
(240,210,201)
#F2DBD2
(242,219,210)
#F4E4DB
(244,228,219)
#F6EDE4
(246,237,228)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49C93 color. Also use rgb(228,156,147) instead hex code.

Text Font Color

.myTextColor { color: #E49C93; }

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

This text font color is #E49C93.


Background Color

.myBgColor { background-color: #E49C93; }

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

This div background color is #E49C93.


Border color

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

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

This div border color is #E49C93.


Opacity

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

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

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

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

This text has shadow with #E49C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49C93 on black background.


Color preview on white background

This text has color #E49C93 on white background.



Black color preview on #E49C93 background

This text has black color on #E49C93 background.


White color preview on #E49C93 background

This text has white color on #E49C93 background.