COLOR #EDCFB8

HEX: #EDCFB8
RGB: (237,207,184)

Color info

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

RGB color model

#EDCFB8 color RGB value is (237,207,184).

  • red value is 237;
  • green value is 207;
  • blue value is 184.
RGB:
(237,207,184)
(93%,81%,72%)

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 184 of 255 = 72%

237
207
184

R + G + B ~ 82%. #EDCFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 207 + 184 = 628 (100%)
R 237 of 628 ~ 37.74%
G 207 of 628 ~ 32.96%
B 184 of 628 ~ 29.3%

%37.74
%32.96
%29.3

CMYK color model

#EDCFB8 color CMYK value is (0,13,22,7).

  • cyan value is 0.00%
  • magenta value is 12.66%
  • yellow value is 22.36%
  • key color value is 7.06%
CMYK:
(0,13,22,7)
C0M13Y22K7 
(0%,13%,22%,7%)
(0.00/0.13/0.22/0.07)	

CMYK percentages

%0
%12.66
%22.36
%7.06

Codes

Color #EDCFB8 in popluar color models

EDCFB8
RGB237207184
HSL26°59.55%82.55%
HSB/HSV26°22.36%92.94%
CMYK0.00%12.66%22.36%
7.06%

Color #EDCFB8 in popluar number systems.

HEXEDCFB8
Decimal237207184
Binary111011011100111110111000
Octal355317270

Shades and tints

Shades of #EDCFB8

#EDCFB8
(237,207,184)
#D8BDA8
(216,189,168)
#C3AB98
(195,171,152)
#AE9988
(174,153,136)
#998778
(153,135,120)
#847568
(132,117,104)
#6F6358
(111,99,88)
#5A5148
(90,81,72)
#453F38
(69,63,56)
#302D28
(48,45,40)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #EDCFB8

#EDCFB8
(237,207,184)
#EED3BE
(238,211,190)
#EFD7C4
(239,215,196)
#F0DBCA
(240,219,202)
#F1DFD0
(241,223,208)
#F2E3D6
(242,227,214)
#F3E7DC
(243,231,220)
#F4EBE2
(244,235,226)
#F5EFE8
(245,239,232)
#F6F3EE
(246,243,238)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCFB8 color. Also use rgb(237,207,184) instead hex code.

Text Font Color

.myTextColor { color: #EDCFB8; }

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

This text font color is #EDCFB8.


Background Color

.myBgColor { background-color: #EDCFB8; }

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

This div background color is #EDCFB8.


Border color

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

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

This div border color is #EDCFB8.


Opacity

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

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

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

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

This text has shadow with #EDCFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCFB8 on black background.


Color preview on white background

This text has color #EDCFB8 on white background.



Black color preview on #EDCFB8 background

This text has black color on #EDCFB8 background.


White color preview on #EDCFB8 background

This text has white color on #EDCFB8 background.