COLOR #EBDFD8

HEX: #EBDFD8
RGB: (235,223,216)

Color info

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

RGB color model

#EBDFD8 color RGB value is (235,223,216).

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

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 216 of 255 = 85%

235
223
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 216 = 674 (100%)
R 235 of 674 ~ 34.87%
G 223 of 674 ~ 33.09%
B 216 of 674 ~ 32.05%

%34.87
%33.09
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(0,5,8,8)
C0M5Y8K8 
(0%,5%,8%,8%)
(0.00/0.05/0.08/0.08)	

CMYK percentages

%0
%5.11
%8.09
%7.84

Codes

Color #EBDFD8 in popluar color models

EBDFD8
RGB235223216
HSL22°32.20%88.43%
HSB/HSV22°8.09%92.16%
CMYK0.00%5.11%8.09%
7.84%

Color #EBDFD8 in popluar number systems.

HEXEBDFD8
Decimal235223216
Binary111010111101111111011000
Octal353337330

Shades and tints

Shades of #EBDFD8

#EBDFD8
(235,223,216)
#D6CBC5
(214,203,197)
#C1B7B2
(193,183,178)
#ACA39F
(172,163,159)
#978F8C
(151,143,140)
#827B79
(130,123,121)
#6D6766
(109,103,102)
#585353
(88,83,83)
#433F40
(67,63,64)
#2E2B2D
(46,43,45)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBDFD8

#EBDFD8
(235,223,216)
#ECE1DB
(236,225,219)
#EDE3DE
(237,227,222)
#EEE5E1
(238,229,225)
#EFE7E4
(239,231,228)
#F0E9E7
(240,233,231)
#F1EBEA
(241,235,234)
#F2EDED
(242,237,237)
#F3EFF0
(243,239,240)
#F4F1F3
(244,241,243)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFD8; }

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

This text font color is #EBDFD8.


Background Color

.myBgColor { background-color: #EBDFD8; }

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

This div background color is #EBDFD8.


Border color

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

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

This div border color is #EBDFD8.


Opacity

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

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

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

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

This text has shadow with #EBDFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFD8 on black background.


Color preview on white background

This text has color #EBDFD8 on white background.



Black color preview on #EBDFD8 background

This text has black color on #EBDFD8 background.


White color preview on #EBDFD8 background

This text has white color on #EBDFD8 background.