COLOR #EB967E

HEX: #EB967E
RGB: (235,150,126)

Color info

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

RGB color model

#EB967E color RGB value is (235,150,126).

  • red value is 235;
  • green value is 150;
  • blue value is 126.
RGB:
(235,150,126)
(92%,59%,49%)

RGB channels and saturation

R 235 of 255 = 92%
G 150 of 255 = 59%
B 126 of 255 = 49%

235
150
126

R + G + B ~ 67%. #EB967E is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 150 + 126 = 511 (100%)
R 235 of 511 ~ 45.99%
G 150 of 511 ~ 29.35%
B 126 of 511 ~ 24.66%

%45.99
%29.35
%24.66

CMYK color model

#EB967E color CMYK value is (0,36,46,8).

  • cyan value is 0.00%
  • magenta value is 36.17%
  • yellow value is 46.38%
  • key color value is 7.84%
CMYK:
(0,36,46,8)
C0M36Y46K8 
(0%,36%,46%,8%)
(0.00/0.36/0.46/0.08)	

CMYK percentages

%0
%36.17
%46.38
%7.84

Codes

Color #EB967E in popluar color models

EB967E
RGB235150126
HSL13°73.15%70.78%
HSB/HSV13°46.38%92.16%
CMYK0.00%36.17%46.38%
7.84%

Color #EB967E in popluar number systems.

HEXEB967E
Decimal235150126
Binary11101011100101101111110
Octal353226176

Shades and tints

Shades of #EB967E

#EB967E
(235,150,126)
#D68973
(214,137,115)
#C17C68
(193,124,104)
#AC6F5D
(172,111,93)
#976252
(151,98,82)
#825547
(130,85,71)
#6D483C
(109,72,60)
#583B31
(88,59,49)
#432E26
(67,46,38)
#2E211B
(46,33,27)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #EB967E

#EB967E
(235,150,126)
#EC9F89
(236,159,137)
#EDA894
(237,168,148)
#EEB19F
(238,177,159)
#EFBAAA
(239,186,170)
#F0C3B5
(240,195,181)
#F1CCC0
(241,204,192)
#F2D5CB
(242,213,203)
#F3DED6
(243,222,214)
#F4E7E1
(244,231,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB967E color. Also use rgb(235,150,126) instead hex code.

Text Font Color

.myTextColor { color: #EB967E; }

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

This text font color is #EB967E.


Background Color

.myBgColor { background-color: #EB967E; }

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

This div background color is #EB967E.


Border color

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

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

This div border color is #EB967E.


Opacity

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

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

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

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

This text has shadow with #EB967E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB967E on black background.


Color preview on white background

This text has color #EB967E on white background.



Black color preview on #EB967E background

This text has black color on #EB967E background.


White color preview on #EB967E background

This text has white color on #EB967E background.