COLOR #E6856E

HEX: #E6856E
RGB: (230,133,110)

Color info

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

RGB color model

#E6856E color RGB value is (230,133,110).

  • red value is 230;
  • green value is 133;
  • blue value is 110.
RGB:
(230,133,110)
(90%,52%,43%)

RGB channels and saturation

R 230 of 255 = 90%
G 133 of 255 = 52%
B 110 of 255 = 43%

230
133
110

R + G + B ~ 62%. #E6856E is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 133 + 110 = 473 (100%)
R 230 of 473 ~ 48.63%
G 133 of 473 ~ 28.12%
B 110 of 473 ~ 23.26%

%48.63
%28.12
%23.26

CMYK color model

#E6856E color CMYK value is (0,42,52,10).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 52.17%
  • key color value is 9.80%
CMYK:
(0,42,52,10)
C0M42Y52K10 
(0%,42%,52%,10%)
(0.00/0.42/0.52/0.10)	

CMYK percentages

%0
%42.17
%52.17
%9.8

Codes

Color #E6856E in popluar color models

E6856E
RGB230133110
HSL12°70.59%66.67%
HSB/HSV12°52.17%90.20%
CMYK0.00%42.17%52.17%
9.80%

Color #E6856E in popluar number systems.

HEXE6856E
Decimal230133110
Binary11100110100001011101110
Octal346205156

Shades and tints

Shades of #E6856E

#E6856E
(230,133,110)
#D27964
(210,121,100)
#BE6D5A
(190,109,90)
#AA6150
(170,97,80)
#965546
(150,85,70)
#82493C
(130,73,60)
#6E3D32
(110,61,50)
#5A3128
(90,49,40)
#46251E
(70,37,30)
#321914
(50,25,20)
#1E0D0A
(30,13,10)
#000000
(0,0,0)

Tints of #E6856E

#E6856E
(230,133,110)
#E8907B
(232,144,123)
#EA9B88
(234,155,136)
#ECA695
(236,166,149)
#EEB1A2
(238,177,162)
#F0BCAF
(240,188,175)
#F2C7BC
(242,199,188)
#F4D2C9
(244,210,201)
#F6DDD6
(246,221,214)
#F8E8E3
(248,232,227)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6856E color. Also use rgb(230,133,110) instead hex code.

Text Font Color

.myTextColor { color: #E6856E; }

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

This text font color is #E6856E.


Background Color

.myBgColor { background-color: #E6856E; }

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

This div background color is #E6856E.


Border color

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

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

This div border color is #E6856E.


Opacity

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

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

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

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

This text has shadow with #E6856E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6856E on black background.


Color preview on white background

This text has color #E6856E on white background.



Black color preview on #E6856E background

This text has black color on #E6856E background.


White color preview on #E6856E background

This text has white color on #E6856E background.