COLOR #EDEDCF

HEX: #EDEDCF RGB: (237,237,207)

Color info

#EDEDCF contains red, green and blue colors in about the same proportion. Web safe color of #EDEDCF is #FFFFCC (or #FFC).

RGB color model

#EDEDCF color RGB value is (237,237,207).

RGB: (237,237,207) (93%, 93%, 81%)

RGB channels and saturation

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

237
237
207

R + G + B ~ 89%. #EDEDCF is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 237 + 207 = 681 (100%)
R 237 of 681 ~ 34.8%
G 237 of 681 ~ 34.8%
B 207 of 681 ~ 30.4'%

%34.8
%34.8
%30.4

CMYK color model

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

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

CMYK percentages

%0
%0
%12.66
%7.06

Codes

Color #EDEDCF in popluar color models

ED ED CF
RGB 237 237 207
HSL 60° 45.45% 87.06%
HSB/HSV 60° 12.66% 92.94%
CMYK 0.00% 0.00% 12.66%
7.06%

Color #EDEDCF in popluar number systems.

HEX ED ED CF
Decimal 237 237 207
Binary 11101101 11101101 11001111
Octal 355 355 317

Shades and tints

Shades of #EDEDCF

#EDEDCF
(237,237,207)
#D8D8BD
(216,216,189)
#C3C3AB
(195,195,171)
#AEAE99
(174,174,153)
#999987
(153,153,135)
#848475
(132,132,117)
#6F6F63
(111,111,99)
#5A5A51
(90,90,81)
#45453F
(69,69,63)
#30302D
(48,48,45)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #EDEDCF

#EDEDCF
(237,237,207)
#EEEED3
(238,238,211)
#EFEFD7
(239,239,215)
#F0F0DB
(240,240,219)
#F1F1DF
(241,241,223)
#F2F2E3
(242,242,227)
#F3F3E7
(243,243,231)
#F4F4EB
(244,244,235)
#F5F5EF
(245,245,239)
#F6F6F3
(246,246,243)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEDCF; }

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

This text font color is #EDEDCF.

Background Color

.myBgColor { background-color: #EDEDCF; }

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

This div background color is #EDEDCF.

Border color

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

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

This div border color is #EDEDCF.

Opacity

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

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

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

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

This text has shadow with #EDEDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEDCF.

Preview

Color preview on black background

This text has color #EDEDCF on black background.


Color preview on white background

This text has color #EDEDCF on white background.


Black color preview on #EDEDCF background

This text has black color on #EDEDCF background.


White color preview on #EDEDCF background

This text has white color on #EDEDCF background.


Related colors

Complementary color

Complementary color for #hex is #121230.


I love getcolorcode.com