COLOR #EDCEBE

HEX: #EDCEBE
RGB: (237,206,190)

Color info

#EDCEBE contains red, green and blue colors in about the same proportion. Web safe color of #EDCEBE is #FFCCCC (or #FCC).

RGB color model

#EDCEBE color RGB value is (237,206,190).

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

RGB channels and saturation

R 237 of 255 = 93%
G 206 of 255 = 81%
B 190 of 255 = 75%

237
206
190

R + G + B ~ 83%. #EDCEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 206 + 190 = 633 (100%)
R 237 of 633 ~ 37.44%
G 206 of 633 ~ 32.54%
B 190 of 633 ~ 30.02%

%37.44
%32.54
%30.02

CMYK color model

#EDCEBE color CMYK value is (0,13,20,7).

  • cyan value is 0.00%
  • magenta value is 13.08%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK:
(0,13,20,7)
C0M13Y20K7 
(0%,13%,20%,7%)
(0.00/0.13/0.20/0.07)	

CMYK percentages

%0
%13.08
%19.83
%7.06

Codes

Color #EDCEBE in popluar color models

EDCEBE
RGB237206190
HSL20°56.63%83.73%
HSB/HSV20°19.83%92.94%
CMYK0.00%13.08%19.83%
7.06%

Color #EDCEBE in popluar number systems.

HEXEDCEBE
Decimal237206190
Binary111011011100111010111110
Octal355316276

Shades and tints

Shades of #EDCEBE

#EDCEBE
(237,206,190)
#D8BCAD
(216,188,173)
#C3AA9C
(195,170,156)
#AE988B
(174,152,139)
#99867A
(153,134,122)
#847469
(132,116,105)
#6F6258
(111,98,88)
#5A5047
(90,80,71)
#453E36
(69,62,54)
#302C25
(48,44,37)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDCEBE

#EDCEBE
(237,206,190)
#EED2C3
(238,210,195)
#EFD6C8
(239,214,200)
#F0DACD
(240,218,205)
#F1DED2
(241,222,210)
#F2E2D7
(242,226,215)
#F3E6DC
(243,230,220)
#F4EAE1
(244,234,225)
#F5EEE6
(245,238,230)
#F6F2EB
(246,242,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCEBE; }

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

This text font color is #EDCEBE.


Background Color

.myBgColor { background-color: #EDCEBE; }

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

This div background color is #EDCEBE.


Border color

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

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

This div border color is #EDCEBE.


Opacity

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

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

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

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

This text has shadow with #EDCEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCEBE on black background.


Color preview on white background

This text has color #EDCEBE on white background.



Black color preview on #EDCEBE background

This text has black color on #EDCEBE background.


White color preview on #EDCEBE background

This text has white color on #EDCEBE background.