COLOR #E3967D

HEX: #E3967D RGB: (227,150,125)

Color info

#E3967D contains mainly red color. Web safe color of #E3967D is #CC9966 (or #C96).

RGB color model

#E3967D color RGB value is (227,150,125).

RGB: (227,150,125) (89%, 59%, 49%)

RGB channels and saturation

R 227 of 255 = 89%
G 150 of 255 = 59%
B 125 of 255 = 49%

227
150
125

R + G + B ~ 66%. #E3967D is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 150 + 125 = 502 (100%)
R 227 of 502 ~ 45.22%
G 150 of 502 ~ 29.88%
B 125 of 502 ~ 24.9'%

%45.22
%29.88
%24.9

CMYK color model

#E3967D color CMYK value is (0,34,45,11).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 44.93%
  • key color value is 10.98%

CMYK: (0,34,45,11)
C0M34Y45K11 (0%, 34%, 45%, 11%)
(0.00 / 0.34 / 0.45 / 0.11)

CMYK percentages

%0
%33.92
%44.93
%10.98

Codes

Color #E3967D in popluar color models

E3 96 7D
RGB 227 150 125
HSL 15° 64.56% 69.02%
HSB/HSV 15° 44.93% 89.02%
CMYK 0.00% 33.92% 44.93%
10.98%

Color #E3967D in popluar number systems.

HEX E3 96 7D
Decimal 227 150 125
Binary 11100011 10010110 1111101
Octal 343 226 175

Shades and tints

Shades of #E3967D

#E3967D
(227,150,125)
#CF8972
(207,137,114)
#BB7C67
(187,124,103)
#A76F5C
(167,111,92)
#936251
(147,98,81)
#7F5546
(127,85,70)
#6B483B
(107,72,59)
#573B30
(87,59,48)
#432E25
(67,46,37)
#2F211A
(47,33,26)
#1B140F
(27,20,15)
#000000
(0,0,0)

Tints of #E3967D

#E3967D
(227,150,125)
#E59F88
(229,159,136)
#E7A893
(231,168,147)
#E9B19E
(233,177,158)
#EBBAA9
(235,186,169)
#EDC3B4
(237,195,180)
#EFCCBF
(239,204,191)
#F1D5CA
(241,213,202)
#F3DED5
(243,222,213)
#F5E7E0
(245,231,224)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3967D color. Also use rgb(227,150,125) instead hex code.

Text Font Color

.myTextColor { color: #E3967D; }

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

This text font color is #E3967D.

Background Color

.myBgColor { background-color: #E3967D; }

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

This div background color is #E3967D.

Border color

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

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

This div border color is #E3967D.

Opacity

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

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

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

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

This text has shadow with #E3967D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3967D.

Preview

Color preview on black background

This text has color #E3967D on black background.


Color preview on white background

This text has color #E3967D on white background.


Black color preview on #E3967D background

This text has black color on #E3967D background.


White color preview on #E3967D background

This text has white color on #E3967D background.


Related colors

Complementary color

Complementary color for #hex is #1C6982.


I love getcolorcode.com

Triadic colors

1 #7DE396 and #967DE3 with #E3967D are triadic colors.

2 #7D96E3 and #96E37D with #E3967D are triadic colors.