COLOR #ED826B

HEX: #ED826B
RGB: (237,130,107)

Color info

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

RGB color model

#ED826B color RGB value is (237,130,107).

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

RGB channels and saturation

R 237 of 255 = 93%
G 130 of 255 = 51%
B 107 of 255 = 42%

237
130
107

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

Portions of RGB colors in percentages

R + G + B =
237 + 130 + 107 = 474 (100%)
R 237 of 474 ~ 50%
G 130 of 474 ~ 27.43%
B 107 of 474 ~ 22.57%

%50
%27.43
%22.57

CMYK color model

#ED826B color CMYK value is (0,45,55,7).

  • cyan value is 0.00%
  • magenta value is 45.15%
  • yellow value is 54.85%
  • key color value is 7.06%
CMYK:
(0,45,55,7)
C0M45Y55K7 
(0%,45%,55%,7%)
(0.00/0.45/0.55/0.07)	

CMYK percentages

%0
%45.15
%54.85
%7.06

Codes

Color #ED826B in popluar color models

ED826B
RGB237130107
HSL11°78.31%67.45%
HSB/HSV11°54.85%92.94%
CMYK0.00%45.15%54.85%
7.06%

Color #ED826B in popluar number systems.

HEXED826B
Decimal237130107
Binary11101101100000101101011
Octal355202153

Shades and tints

Shades of #ED826B

#ED826B
(237,130,107)
#D87762
(216,119,98)
#C36C59
(195,108,89)
#AE6150
(174,97,80)
#995647
(153,86,71)
#844B3E
(132,75,62)
#6F4035
(111,64,53)
#5A352C
(90,53,44)
#452A23
(69,42,35)
#301F1A
(48,31,26)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #ED826B

#ED826B
(237,130,107)
#EE8D78
(238,141,120)
#EF9885
(239,152,133)
#F0A392
(240,163,146)
#F1AE9F
(241,174,159)
#F2B9AC
(242,185,172)
#F3C4B9
(243,196,185)
#F4CFC6
(244,207,198)
#F5DAD3
(245,218,211)
#F6E5E0
(246,229,224)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED826B; }

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

This text font color is #ED826B.


Background Color

.myBgColor { background-color: #ED826B; }

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

This div background color is #ED826B.


Border color

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

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

This div border color is #ED826B.


Opacity

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

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

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

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

This text has shadow with #ED826B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED826B on black background.


Color preview on white background

This text has color #ED826B on white background.



Black color preview on #ED826B background

This text has black color on #ED826B background.


White color preview on #ED826B background

This text has white color on #ED826B background.