COLOR #E38B7E

HEX: #E38B7E
RGB: (227,139,126)

Renk bilgisi

#E38B7E contains mainly red color. #E38B7E ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E38B7E color RGB value is (227,139,126).

  • kırmız ton 227;
  • yeşil ton 139;
  • mavi ton 126.
RGB:
(227,139,126)
(89%,55%,49%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 139 of 255 = 55%
B 126 of 255 = 49%

227
139
126

R + G + B ~ 64%. #E38B7E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 139 + 126 = 492 (100%)
R 227 of 492 ~ 46.14%
G 139 of 492 ~ 28.25%
B 126 of 492 ~ 25.61%

%46.14
%28.25
%25.61

CMYK RENK MODELİ

#E38B7E rengi CMYK tonu (0,39,44,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.77%
  • sarı tonu 44.49%
  • ana renk tonu 10.98%
CMYK:
(0,39,44,11)
C0M39Y44K11 
(0%,39%,44%,11%)
(0.00/0.39/0.44/0.11)	

CMYK yüzdeleri

%0
%38.77
%44.49
%10.98

Codes

Color #E38B7E in popluar color models

E38B7E
RGB227139126
HSL64.33%69.22%
HSB/HSV44.49%89.02%
CMYK0.00%38.77%44.49%
10.98%

Color #E38B7E in popluar number systems.

HEXE38B7E
Decimal227139126
Binary11100011100010111111110
Octal343213176

Shades and tints

Shades of #E38B7E

#E38B7E
(227,139,126)
#CF7F73
(207,127,115)
#BB7368
(187,115,104)
#A7675D
(167,103,93)
#935B52
(147,91,82)
#7F4F47
(127,79,71)
#6B433C
(107,67,60)
#573731
(87,55,49)
#432B26
(67,43,38)
#2F1F1B
(47,31,27)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #E38B7E

#E38B7E
(227,139,126)
#E59589
(229,149,137)
#E79F94
(231,159,148)
#E9A99F
(233,169,159)
#EBB3AA
(235,179,170)
#EDBDB5
(237,189,181)
#EFC7C0
(239,199,192)
#F1D1CB
(241,209,203)
#F3DBD6
(243,219,214)
#F5E5E1
(245,229,225)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38B7E color. Also use rgb(227,139,126) instead hex code.

Text Font Color

.myTextColor { color: #E38B7E; }

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

This text font color is #E38B7E.


Background Color

.myBgColor { background-color: #E38B7E; }

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

This div background color is #E38B7E.


Border color

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

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

This div border color is #E38B7E.


Opacity

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

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

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

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

This text has shadow with #E38B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38B7E on black background.


Color preview on white background

This text has color #E38B7E on white background.



Black color preview on #E38B7E background

This text has black color on #E38B7E background.


White color preview on #E38B7E background

This text has white color on #E38B7E background.