COLOR #EDEFEA

HEX: #EDEFEA RGB: (237,239,234)

Color info

#EDEFEA contains red, green and blue colors in about the same proportion. Web safe color of #EDEFEA is #FFFFFF (or #FFF).

RGB color model

#EDEFEA color RGB value is (237,239,234).

RGB: (237,239,234) (93%, 94%, 92%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 234 of 255 = 92%

237
239
234

R + G + B ~ 93%. #EDEFEA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 239 + 234 = 710 (100%)
R 237 of 710 ~ 33.38%
G 239 of 710 ~ 33.66%
B 234 of 710 ~ 32.96'%

%33.38
%33.66
%32.96

CMYK color model

#EDEFEA color CMYK value is (1,0,2,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • key color value is 6.27%

CMYK: (1,0,2,6)
C1M0Y2K6 (1%, 0%, 2%, 6%)
(0.01 / 0.00 / 0.02 / 0.06)

CMYK percentages

%0.84
%0
%2.09
%6.27

Codes

Color #EDEFEA in popluar color models

ED EF EA
RGB 237 239 234
HSL 84° 13.51% 92.75%
HSB/HSV 84° 2.09% 93.73%
CMYK 0.84% 0.00% 2.09%
6.27%

Color #EDEFEA in popluar number systems.

HEX ED EF EA
Decimal 237 239 234
Binary 11101101 11101111 11101010
Octal 355 357 352

Shades and tints

Shades of #EDEFEA

#EDEFEA
(237,239,234)
#D8DAD5
(216,218,213)
#C3C5C0
(195,197,192)
#AEB0AB
(174,176,171)
#999B96
(153,155,150)
#848681
(132,134,129)
#6F716C
(111,113,108)
#5A5C57
(90,92,87)
#454742
(69,71,66)
#30322D
(48,50,45)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #EDEFEA

#EDEFEA
(237,239,234)
#EEF0EB
(238,240,235)
#EFF1EC
(239,241,236)
#F0F2ED
(240,242,237)
#F1F3EE
(241,243,238)
#F2F4EF
(242,244,239)
#F3F5F0
(243,245,240)
#F4F6F1
(244,246,241)
#F5F7F2
(245,247,242)
#F6F8F3
(246,248,243)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEFEA; }

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

This text font color is #EDEFEA.

Background Color

.myBgColor { background-color: #EDEFEA; }

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

This div background color is #EDEFEA.

Border color

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

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

This div border color is #EDEFEA.

Opacity

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

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

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

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

This text has shadow with #EDEFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEFEA.

Preview

Color preview on black background

This text has color #EDEFEA on black background.


Color preview on white background

This text has color #EDEFEA on white background.


Black color preview on #EDEFEA background

This text has black color on #EDEFEA background.


White color preview on #EDEFEA background

This text has white color on #EDEFEA background.


Related colors

Complementary color

Complementary color for #hex is #121015.


I love getcolorcode.com

Triadic colors

1 #EAEDEF and #EFEAED with #EDEFEA are triadic colors.

2 #EAEFED and #EFEDEA with #EDEFEA are triadic colors.