COLOR #EBDFCE

HEX: #EBDFCE
RGB: (235,223,206)

Color info

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

RGB color model

#EBDFCE color RGB value is (235,223,206).

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

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 206 of 255 = 81%

235
223
206

R + G + B ~ 87%. #EBDFCE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 206 = 664 (100%)
R 235 of 664 ~ 35.39%
G 223 of 664 ~ 33.58%
B 206 of 664 ~ 31.02%

%35.39
%33.58
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(0,5,12,8)
C0M5Y12K8 
(0%,5%,12%,8%)
(0.00/0.05/0.12/0.08)	

CMYK percentages

%0
%5.11
%12.34
%7.84

Codes

Color #EBDFCE in popluar color models

EBDFCE
RGB235223206
HSL35°42.03%86.47%
HSB/HSV35°12.34%92.16%
CMYK0.00%5.11%12.34%
7.84%

Color #EBDFCE in popluar number systems.

HEXEBDFCE
Decimal235223206
Binary111010111101111111001110
Octal353337316

Shades and tints

Shades of #EBDFCE

#EBDFCE
(235,223,206)
#D6CBBC
(214,203,188)
#C1B7AA
(193,183,170)
#ACA398
(172,163,152)
#978F86
(151,143,134)
#827B74
(130,123,116)
#6D6762
(109,103,98)
#585350
(88,83,80)
#433F3E
(67,63,62)
#2E2B2C
(46,43,44)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBDFCE

#EBDFCE
(235,223,206)
#ECE1D2
(236,225,210)
#EDE3D6
(237,227,214)
#EEE5DA
(238,229,218)
#EFE7DE
(239,231,222)
#F0E9E2
(240,233,226)
#F1EBE6
(241,235,230)
#F2EDEA
(242,237,234)
#F3EFEE
(243,239,238)
#F4F1F2
(244,241,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDFCE; }

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

This text font color is #EBDFCE.


Background Color

.myBgColor { background-color: #EBDFCE; }

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

This div background color is #EBDFCE.


Border color

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

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

This div border color is #EBDFCE.


Opacity

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

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

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

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

This text has shadow with #EBDFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFCE on black background.


Color preview on white background

This text has color #EBDFCE on white background.



Black color preview on #EBDFCE background

This text has black color on #EBDFCE background.


White color preview on #EBDFCE background

This text has white color on #EBDFCE background.