COLOR #EDEFDB

HEX: #EDEFDB
RGB: (237,239,219)

Color info

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

RGB color model

#EDEFDB color RGB value is (237,239,219).

  • red value is 237;
  • green value is 239;
  • blue value is 219.
RGB:
(237,239,219)
(93%,94%,86%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 219 of 255 = 86%

237
239
219

R + G + B ~ 91%. #EDEFDB is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 219 = 695 (100%)
R 237 of 695 ~ 34.1%
G 239 of 695 ~ 34.39%
B 219 of 695 ~ 31.51%

%34.1
%34.39
%31.51

CMYK color model

#EDEFDB color CMYK value is (1,0,8,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(1,0,8,6)
C1M0Y8K6 
(1%,0%,8%,6%)
(0.01/0.00/0.08/0.06)	

CMYK percentages

%0.84
%0
%8.37
%6.27

Codes

Color #EDEFDB in popluar color models

EDEFDB
RGB237239219
HSL66°38.46%89.80%
HSB/HSV66°8.37%93.73%
CMYK0.84%0.00%8.37%
6.27%

Color #EDEFDB in popluar number systems.

HEXEDEFDB
Decimal237239219
Binary111011011110111111011011
Octal355357333

Shades and tints

Shades of #EDEFDB

#EDEFDB
(237,239,219)
#D8DAC8
(216,218,200)
#C3C5B5
(195,197,181)
#AEB0A2
(174,176,162)
#999B8F
(153,155,143)
#84867C
(132,134,124)
#6F7169
(111,113,105)
#5A5C56
(90,92,86)
#454743
(69,71,67)
#303230
(48,50,48)
#1B1D1D
(27,29,29)
#000000
(0,0,0)

Tints of #EDEFDB

#EDEFDB
(237,239,219)
#EEF0DE
(238,240,222)
#EFF1E1
(239,241,225)
#F0F2E4
(240,242,228)
#F1F3E7
(241,243,231)
#F2F4EA
(242,244,234)
#F3F5ED
(243,245,237)
#F4F6F0
(244,246,240)
#F5F7F3
(245,247,243)
#F6F8F6
(246,248,246)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFDB; }

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

This text font color is #EDEFDB.


Background Color

.myBgColor { background-color: #EDEFDB; }

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

This div background color is #EDEFDB.


Border color

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

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

This div border color is #EDEFDB.


Opacity

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

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

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

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

This text has shadow with #EDEFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEFDB on black background.


Color preview on white background

This text has color #EDEFDB on white background.



Black color preview on #EDEFDB background

This text has black color on #EDEFDB background.


White color preview on #EDEFDB background

This text has white color on #EDEFDB background.