COLOR #EBDFD6

HEX: #EBDFD6
RGB: (235,223,214)

Color info

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

RGB color model

#EBDFD6 color RGB value is (235,223,214).

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

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 214 of 255 = 84%

235
223
214

R + G + B ~ 88%. #EBDFD6 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 214 = 672 (100%)
R 235 of 672 ~ 34.97%
G 223 of 672 ~ 33.18%
B 214 of 672 ~ 31.85%

%34.97
%33.18
%31.85

CMYK color model

#EBDFD6 color CMYK value is (0,5,9,8).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(0,5,9,8)
C0M5Y9K8 
(0%,5%,9%,8%)
(0.00/0.05/0.09/0.08)	

CMYK percentages

%0
%5.11
%8.94
%7.84

Codes

Color #EBDFD6 in popluar color models

EBDFD6
RGB235223214
HSL26°34.43%88.04%
HSB/HSV26°8.94%92.16%
CMYK0.00%5.11%8.94%
7.84%

Color #EBDFD6 in popluar number systems.

HEXEBDFD6
Decimal235223214
Binary111010111101111111010110
Octal353337326

Shades and tints

Shades of #EBDFD6

#EBDFD6
(235,223,214)
#D6CBC3
(214,203,195)
#C1B7B0
(193,183,176)
#ACA39D
(172,163,157)
#978F8A
(151,143,138)
#827B77
(130,123,119)
#6D6764
(109,103,100)
#585351
(88,83,81)
#433F3E
(67,63,62)
#2E2B2B
(46,43,43)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #EBDFD6

#EBDFD6
(235,223,214)
#ECE1D9
(236,225,217)
#EDE3DC
(237,227,220)
#EEE5DF
(238,229,223)
#EFE7E2
(239,231,226)
#F0E9E5
(240,233,229)
#F1EBE8
(241,235,232)
#F2EDEB
(242,237,235)
#F3EFEE
(243,239,238)
#F4F1F1
(244,241,241)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFD6; }

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

This text font color is #EBDFD6.


Background Color

.myBgColor { background-color: #EBDFD6; }

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

This div background color is #EBDFD6.


Border color

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

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

This div border color is #EBDFD6.


Opacity

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

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

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

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

This text has shadow with #EBDFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFD6 on black background.


Color preview on white background

This text has color #EBDFD6 on white background.



Black color preview on #EBDFD6 background

This text has black color on #EBDFD6 background.


White color preview on #EBDFD6 background

This text has white color on #EBDFD6 background.