COLOR #EDBEB2

HEX: #EDBEB2
RGB: (237,190,178)

Color info

#EDBEB2 contains red, green and blue colors in about the same proportion. Web safe color of #EDBEB2 is #FFCC99 (or #FC9).

RGB color model

#EDBEB2 color RGB value is (237,190,178).

  • red value is 237;
  • green value is 190;
  • blue value is 178.
RGB:
(237,190,178)
(93%,75%,70%)

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 178 of 255 = 70%

237
190
178

R + G + B ~ 79%. #EDBEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 190 + 178 = 605 (100%)
R 237 of 605 ~ 39.17%
G 190 of 605 ~ 31.4%
B 178 of 605 ~ 29.42%

%39.17
%31.4
%29.42

CMYK color model

#EDBEB2 color CMYK value is (0,20,25,7).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(0,20,25,7)
C0M20Y25K7 
(0%,20%,25%,7%)
(0.00/0.20/0.25/0.07)	

CMYK percentages

%0
%19.83
%24.89
%7.06

Codes

Color #EDBEB2 in popluar color models

EDBEB2
RGB237190178
HSL12°62.11%81.37%
HSB/HSV12°24.89%92.94%
CMYK0.00%19.83%24.89%
7.06%

Color #EDBEB2 in popluar number systems.

HEXEDBEB2
Decimal237190178
Binary111011011011111010110010
Octal355276262

Shades and tints

Shades of #EDBEB2

#EDBEB2
(237,190,178)
#D8ADA2
(216,173,162)
#C39C92
(195,156,146)
#AE8B82
(174,139,130)
#997A72
(153,122,114)
#846962
(132,105,98)
#6F5852
(111,88,82)
#5A4742
(90,71,66)
#453632
(69,54,50)
#302522
(48,37,34)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #EDBEB2

#EDBEB2
(237,190,178)
#EEC3B9
(238,195,185)
#EFC8C0
(239,200,192)
#F0CDC7
(240,205,199)
#F1D2CE
(241,210,206)
#F2D7D5
(242,215,213)
#F3DCDC
(243,220,220)
#F4E1E3
(244,225,227)
#F5E6EA
(245,230,234)
#F6EBF1
(246,235,241)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBEB2 color. Also use rgb(237,190,178) instead hex code.

Text Font Color

.myTextColor { color: #EDBEB2; }

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

This text font color is #EDBEB2.


Background Color

.myBgColor { background-color: #EDBEB2; }

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

This div background color is #EDBEB2.


Border color

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

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

This div border color is #EDBEB2.


Opacity

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

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

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

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

This text has shadow with #EDBEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBEB2 on black background.


Color preview on white background

This text has color #EDBEB2 on white background.



Black color preview on #EDBEB2 background

This text has black color on #EDBEB2 background.


White color preview on #EDBEB2 background

This text has white color on #EDBEB2 background.