COLOR #E7967B

HEX: #E7967B RGB: (231,150,123)

Color info

#E7967B contains mainly red color. Web safe color of #E7967B is #FF9966 (or #F96).

RGB color model

#E7967B color RGB value is (231,150,123).

RGB: (231,150,123) (91%, 59%, 48%)

RGB channels and saturation

R 231 of 255 = 91%
G 150 of 255 = 59%
B 123 of 255 = 48%

231
150
123

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

Portions of RGB colors in percentages

R + G + B = 231 + 150 + 123 = 504 (100%)
R 231 of 504 ~ 45.83%
G 150 of 504 ~ 29.76%
B 123 of 504 ~ 24.4'%

%45.83
%29.76
%24.4

CMYK color model

#E7967B color CMYK value is (0,35,47,9).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 46.75%
  • key color value is 9.41%

CMYK: (0,35,47,9)
C0M35Y47K9 (0%, 35%, 47%, 9%)
(0.00 / 0.35 / 0.47 / 0.09)

CMYK percentages

%0
%35.06
%46.75
%9.41

Codes

Color #E7967B in popluar color models

E7 96 7B
RGB 231 150 123
HSL 15° 69.23% 69.41%
HSB/HSV 15° 46.75% 90.59%
CMYK 0.00% 35.06% 46.75%
9.41%

Color #E7967B in popluar number systems.

HEX E7 96 7B
Decimal 231 150 123
Binary 11100111 10010110 1111011
Octal 347 226 173

Shades and tints

Shades of #E7967B

#E7967B
(231,150,123)
#D28970
(210,137,112)
#BD7C65
(189,124,101)
#A86F5A
(168,111,90)
#93624F
(147,98,79)
#7E5544
(126,85,68)
#694839
(105,72,57)
#543B2E
(84,59,46)
#3F2E23
(63,46,35)
#2A2118
(42,33,24)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #E7967B

#E7967B
(231,150,123)
#E99F87
(233,159,135)
#EBA893
(235,168,147)
#EDB19F
(237,177,159)
#EFBAAB
(239,186,171)
#F1C3B7
(241,195,183)
#F3CCC3
(243,204,195)
#F5D5CF
(245,213,207)
#F7DEDB
(247,222,219)
#F9E7E7
(249,231,231)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7967B color. Also use rgb(231,150,123) instead hex code.

Text Font Color

.myTextColor { color: #E7967B; }

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

This text font color is #E7967B.

Background Color

.myBgColor { background-color: #E7967B; }

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

This div background color is #E7967B.

Border color

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

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

This div border color is #E7967B.

Opacity

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

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

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

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

This text has shadow with #E7967B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7967B.

Preview

Color preview on black background

This text has color #E7967B on black background.


Color preview on white background

This text has color #E7967B on white background.


Black color preview on #E7967B background

This text has black color on #E7967B background.


White color preview on #E7967B background

This text has white color on #E7967B background.


Related colors

Complementary color

Complementary color for #hex is #186984.


I love getcolorcode.com

Triadic colors

1 #7BE796 and #967BE7 with #E7967B are triadic colors.

2 #7B96E7 and #96E77B with #E7967B are triadic colors.