COLOR #E6826B

HEX: #E6826B
RGB: (230,130,107)

Color info

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

RGB color model

#E6826B color RGB value is (230,130,107).

  • red value is 230;
  • green value is 130;
  • blue value is 107.
RGB:
(230,130,107)
(90%,51%,42%)

RGB channels and saturation

R 230 of 255 = 90%
G 130 of 255 = 51%
B 107 of 255 = 42%

230
130
107

R + G + B ~ 61%. #E6826B is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 130 + 107 = 467 (100%)
R 230 of 467 ~ 49.25%
G 130 of 467 ~ 27.84%
B 107 of 467 ~ 22.91%

%49.25
%27.84
%22.91

CMYK color model

#E6826B color CMYK value is (0,43,53,10).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 53.48%
  • key color value is 9.80%
CMYK:
(0,43,53,10)
C0M43Y53K10 
(0%,43%,53%,10%)
(0.00/0.43/0.53/0.10)	

CMYK percentages

%0
%43.48
%53.48
%9.8

Codes

Color #E6826B in popluar color models

E6826B
RGB230130107
HSL11°71.10%66.08%
HSB/HSV11°53.48%90.20%
CMYK0.00%43.48%53.48%
9.80%

Color #E6826B in popluar number systems.

HEXE6826B
Decimal230130107
Binary11100110100000101101011
Octal346202153

Shades and tints

Shades of #E6826B

#E6826B
(230,130,107)
#D27762
(210,119,98)
#BE6C59
(190,108,89)
#AA6150
(170,97,80)
#965647
(150,86,71)
#824B3E
(130,75,62)
#6E4035
(110,64,53)
#5A352C
(90,53,44)
#462A23
(70,42,35)
#321F1A
(50,31,26)
#1E1411
(30,20,17)
#000000
(0,0,0)

Tints of #E6826B

#E6826B
(230,130,107)
#E88D78
(232,141,120)
#EA9885
(234,152,133)
#ECA392
(236,163,146)
#EEAE9F
(238,174,159)
#F0B9AC
(240,185,172)
#F2C4B9
(242,196,185)
#F4CFC6
(244,207,198)
#F6DAD3
(246,218,211)
#F8E5E0
(248,229,224)
#FAF0ED
(250,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6826B color. Also use rgb(230,130,107) instead hex code.

Text Font Color

.myTextColor { color: #E6826B; }

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

This text font color is #E6826B.


Background Color

.myBgColor { background-color: #E6826B; }

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

This div background color is #E6826B.


Border color

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

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

This div border color is #E6826B.


Opacity

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

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

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

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

This text has shadow with #E6826B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6826B on black background.


Color preview on white background

This text has color #E6826B on white background.



Black color preview on #E6826B background

This text has black color on #E6826B background.


White color preview on #E6826B background

This text has white color on #E6826B background.