COLOR #E38B9D

HEX: #E38B9D
RGB: (227,139,157)

Renk bilgisi

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

RGB renk modeli

#E38B9D color RGB value is (227,139,157).

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

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 139 of 255 = 55%
B 157 of 255 = 62%

227
139
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 139 + 157 = 523 (100%)
R 227 of 523 ~ 43.4%
G 139 of 523 ~ 26.58%
B 157 of 523 ~ 30.02%

%43.4
%26.58
%30.02

CMYK RENK MODELİ

#E38B9D rengi CMYK tonu (0,39,31,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.77%
  • sarı tonu 30.84%
  • ana renk tonu 10.98%
CMYK:
(0,39,31,11)
C0M39Y31K11 
(0%,39%,31%,11%)
(0.00/0.39/0.31/0.11)	

CMYK yüzdeleri

%0
%38.77
%30.84
%10.98

Codes

Color #E38B9D in popluar color models

E38B9D
RGB227139157
HSL348°61.11%71.76%
HSB/HSV348°38.77%89.02%
CMYK0.00%38.77%30.84%
10.98%

Color #E38B9D in popluar number systems.

HEXE38B9D
Decimal227139157
Binary111000111000101110011101
Octal343213235

Shades and tints

Shades of #E38B9D

#E38B9D
(227,139,157)
#CF7F8F
(207,127,143)
#BB7381
(187,115,129)
#A76773
(167,103,115)
#935B65
(147,91,101)
#7F4F57
(127,79,87)
#6B4349
(107,67,73)
#57373B
(87,55,59)
#432B2D
(67,43,45)
#2F1F1F
(47,31,31)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #E38B9D

#E38B9D
(227,139,157)
#E595A5
(229,149,165)
#E79FAD
(231,159,173)
#E9A9B5
(233,169,181)
#EBB3BD
(235,179,189)
#EDBDC5
(237,189,197)
#EFC7CD
(239,199,205)
#F1D1D5
(241,209,213)
#F3DBDD
(243,219,221)
#F5E5E5
(245,229,229)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E38B9D; }

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

This text font color is #E38B9D.


Background Color

.myBgColor { background-color: #E38B9D; }

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

This div background color is #E38B9D.


Border color

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

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

This div border color is #E38B9D.


Opacity

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

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

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

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

This text has shadow with #E38B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38B9D on black background.


Color preview on white background

This text has color #E38B9D on white background.



Black color preview on #E38B9D background

This text has black color on #E38B9D background.


White color preview on #E38B9D background

This text has white color on #E38B9D background.