COLOR #E68D8F

HEX: #E68D8F
RGB: (230,141,143)

Color info

#E68D8F contains mainly red color. Web safe color of #E68D8F is #CC9999 (or #C99).

RGB color model

#E68D8F color RGB value is (230,141,143).

  • red value is 230;
  • green value is 141;
  • blue value is 143.
RGB:
(230,141,143)
(90%,55%,56%)

RGB channels and saturation

R 230 of 255 = 90%
G 141 of 255 = 55%
B 143 of 255 = 56%

230
141
143

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

Portions of RGB colors in percentages

R + G + B =
230 + 141 + 143 = 514 (100%)
R 230 of 514 ~ 44.75%
G 141 of 514 ~ 27.43%
B 143 of 514 ~ 27.82%

%44.75
%27.43
%27.82

CMYK color model

#E68D8F color CMYK value is (0,39,38,10).

  • cyan value is 0.00%
  • magenta value is 38.70%
  • yellow value is 37.83%
  • key color value is 9.80%
CMYK:
(0,39,38,10)
C0M39Y38K10 
(0%,39%,38%,10%)
(0.00/0.39/0.38/0.10)	

CMYK percentages

%0
%38.7
%37.83
%9.8

Codes

Color #E68D8F in popluar color models

E68D8F
RGB230141143
HSL359°64.03%72.75%
HSB/HSV359°38.70%90.20%
CMYK0.00%38.70%37.83%
9.80%

Color #E68D8F in popluar number systems.

HEXE68D8F
Decimal230141143
Binary111001101000110110001111
Octal346215217

Shades and tints

Shades of #E68D8F

#E68D8F
(230,141,143)
#D28182
(210,129,130)
#BE7575
(190,117,117)
#AA6968
(170,105,104)
#965D5B
(150,93,91)
#82514E
(130,81,78)
#6E4541
(110,69,65)
#5A3934
(90,57,52)
#462D27
(70,45,39)
#32211A
(50,33,26)
#1E150D
(30,21,13)
#000000
(0,0,0)

Tints of #E68D8F

#E68D8F
(230,141,143)
#E89799
(232,151,153)
#EAA1A3
(234,161,163)
#ECABAD
(236,171,173)
#EEB5B7
(238,181,183)
#F0BFC1
(240,191,193)
#F2C9CB
(242,201,203)
#F4D3D5
(244,211,213)
#F6DDDF
(246,221,223)
#F8E7E9
(248,231,233)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68D8F color. Also use rgb(230,141,143) instead hex code.

Text Font Color

.myTextColor { color: #E68D8F; }

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

This text font color is #E68D8F.


Background Color

.myBgColor { background-color: #E68D8F; }

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

This div background color is #E68D8F.


Border color

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

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

This div border color is #E68D8F.


Opacity

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

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

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

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

This text has shadow with #E68D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68D8F on black background.


Color preview on white background

This text has color #E68D8F on white background.



Black color preview on #E68D8F background

This text has black color on #E68D8F background.


White color preview on #E68D8F background

This text has white color on #E68D8F background.