COLOR #EFEBDF

HEX: #EFEBDF
RGB: (239,235,223)

Color info

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

RGB color model

#EFEBDF color RGB value is (239,235,223).

  • red value is 239;
  • green value is 235;
  • blue value is 223.
RGB:
(239,235,223)
(94%,92%,87%)

RGB channels and saturation

R 239 of 255 = 94%
G 235 of 255 = 92%
B 223 of 255 = 87%

239
235
223

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

Portions of RGB colors in percentages

R + G + B =
239 + 235 + 223 = 697 (100%)
R 239 of 697 ~ 34.29%
G 235 of 697 ~ 33.72%
B 223 of 697 ~ 31.99%

%34.29
%33.72
%31.99

CMYK color model

#EFEBDF color CMYK value is (0,2,7,6).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,2,7,6)
C0M2Y7K6 
(0%,2%,7%,6%)
(0.00/0.02/0.07/0.06)	

CMYK percentages

%0
%1.67
%6.69
%6.27

Codes

Color #EFEBDF in popluar color models

EFEBDF
RGB239235223
HSL45°33.33%90.59%
HSB/HSV45°6.69%93.73%
CMYK0.00%1.67%6.69%
6.27%

Color #EFEBDF in popluar number systems.

HEXEFEBDF
Decimal239235223
Binary111011111110101111011111
Octal357353337

Shades and tints

Shades of #EFEBDF

#EFEBDF
(239,235,223)
#DAD6CB
(218,214,203)
#C5C1B7
(197,193,183)
#B0ACA3
(176,172,163)
#9B978F
(155,151,143)
#86827B
(134,130,123)
#716D67
(113,109,103)
#5C5853
(92,88,83)
#47433F
(71,67,63)
#322E2B
(50,46,43)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #EFEBDF

#EFEBDF
(239,235,223)
#F0ECE1
(240,236,225)
#F1EDE3
(241,237,227)
#F2EEE5
(242,238,229)
#F3EFE7
(243,239,231)
#F4F0E9
(244,240,233)
#F5F1EB
(245,241,235)
#F6F2ED
(246,242,237)
#F7F3EF
(247,243,239)
#F8F4F1
(248,244,241)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFEBDF color. Also use rgb(239,235,223) instead hex code.

Text Font Color

.myTextColor { color: #EFEBDF; }

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

This text font color is #EFEBDF.


Background Color

.myBgColor { background-color: #EFEBDF; }

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

This div background color is #EFEBDF.


Border color

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

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

This div border color is #EFEBDF.


Opacity

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

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

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

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

This text has shadow with #EFEBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEBDF on black background.


Color preview on white background

This text has color #EFEBDF on white background.



Black color preview on #EFEBDF background

This text has black color on #EFEBDF background.


White color preview on #EFEBDF background

This text has white color on #EFEBDF background.