COLOR #EBDCCE

HEX: #EBDCCE
RGB: (235,220,206)

Color info

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

RGB color model

#EBDCCE color RGB value is (235,220,206).

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

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 206 of 255 = 81%

235
220
206

R + G + B ~ 86%. #EBDCCE is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 220 + 206 = 661 (100%)
R 235 of 661 ~ 35.55%
G 220 of 661 ~ 33.28%
B 206 of 661 ~ 31.16%

%35.55
%33.28
%31.16

CMYK color model

#EBDCCE color CMYK value is (0,6,12,8).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(0,6,12,8)
C0M6Y12K8 
(0%,6%,12%,8%)
(0.00/0.06/0.12/0.08)	

CMYK percentages

%0
%6.38
%12.34
%7.84

Codes

Color #EBDCCE in popluar color models

EBDCCE
RGB235220206
HSL29°42.03%86.47%
HSB/HSV29°12.34%92.16%
CMYK0.00%6.38%12.34%
7.84%

Color #EBDCCE in popluar number systems.

HEXEBDCCE
Decimal235220206
Binary111010111101110011001110
Octal353334316

Shades and tints

Shades of #EBDCCE

#EBDCCE
(235,220,206)
#D6C8BC
(214,200,188)
#C1B4AA
(193,180,170)
#ACA098
(172,160,152)
#978C86
(151,140,134)
#827874
(130,120,116)
#6D6462
(109,100,98)
#585050
(88,80,80)
#433C3E
(67,60,62)
#2E282C
(46,40,44)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #EBDCCE

#EBDCCE
(235,220,206)
#ECDFD2
(236,223,210)
#EDE2D6
(237,226,214)
#EEE5DA
(238,229,218)
#EFE8DE
(239,232,222)
#F0EBE2
(240,235,226)
#F1EEE6
(241,238,230)
#F2F1EA
(242,241,234)
#F3F4EE
(243,244,238)
#F4F7F2
(244,247,242)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDCCE; }

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

This text font color is #EBDCCE.


Background Color

.myBgColor { background-color: #EBDCCE; }

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

This div background color is #EBDCCE.


Border color

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

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

This div border color is #EBDCCE.


Opacity

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

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

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

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

This text has shadow with #EBDCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDCCE on black background.


Color preview on white background

This text has color #EBDCCE on white background.



Black color preview on #EBDCCE background

This text has black color on #EBDCCE background.


White color preview on #EBDCCE background

This text has white color on #EBDCCE background.