COLOR #E9926C

HEX: #E9926C
RGB: (233,146,108)

Color info

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

RGB color model

#E9926C color RGB value is (233,146,108).

  • red value is 233;
  • green value is 146;
  • blue value is 108.
RGB:
(233,146,108)
(91%,57%,42%)

RGB channels and saturation

R 233 of 255 = 91%
G 146 of 255 = 57%
B 108 of 255 = 42%

233
146
108

R + G + B ~ 63%. #E9926C is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 146 + 108 = 487 (100%)
R 233 of 487 ~ 47.84%
G 146 of 487 ~ 29.98%
B 108 of 487 ~ 22.18%

%47.84
%29.98
%22.18

CMYK color model

#E9926C color CMYK value is (0,37,54,9).

  • cyan value is 0.00%
  • magenta value is 37.34%
  • yellow value is 53.65%
  • key color value is 8.63%
CMYK:
(0,37,54,9)
C0M37Y54K9 
(0%,37%,54%,9%)
(0.00/0.37/0.54/0.09)	

CMYK percentages

%0
%37.34
%53.65
%8.63

Codes

Color #E9926C in popluar color models

E9926C
RGB233146108
HSL18°73.96%66.86%
HSB/HSV18°53.65%91.37%
CMYK0.00%37.34%53.65%
8.63%

Color #E9926C in popluar number systems.

HEXE9926C
Decimal233146108
Binary11101001100100101101100
Octal351222154

Shades and tints

Shades of #E9926C

#E9926C
(233,146,108)
#D48563
(212,133,99)
#BF785A
(191,120,90)
#AA6B51
(170,107,81)
#955E48
(149,94,72)
#80513F
(128,81,63)
#6B4436
(107,68,54)
#56372D
(86,55,45)
#412A24
(65,42,36)
#2C1D1B
(44,29,27)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #E9926C

#E9926C
(233,146,108)
#EB9B79
(235,155,121)
#EDA486
(237,164,134)
#EFAD93
(239,173,147)
#F1B6A0
(241,182,160)
#F3BFAD
(243,191,173)
#F5C8BA
(245,200,186)
#F7D1C7
(247,209,199)
#F9DAD4
(249,218,212)
#FBE3E1
(251,227,225)
#FDECEE
(253,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9926C color. Also use rgb(233,146,108) instead hex code.

Text Font Color

.myTextColor { color: #E9926C; }

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

This text font color is #E9926C.


Background Color

.myBgColor { background-color: #E9926C; }

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

This div background color is #E9926C.


Border color

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

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

This div border color is #E9926C.


Opacity

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

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

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

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

This text has shadow with #E9926C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9926C on black background.


Color preview on white background

This text has color #E9926C on white background.



Black color preview on #E9926C background

This text has black color on #E9926C background.


White color preview on #E9926C background

This text has white color on #E9926C background.