COLOR #EBD3CE

HEX: #EBD3CE RGB: (235,211,206)

Color info

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

RGB color model

#EBD3CE color RGB value is (235,211,206).

RGB: (235,211,206) (92%, 83%, 81%)

RGB channels and saturation

R 235 of 255 = 92%
G 211 of 255 = 83%
B 206 of 255 = 81%

235
211
206

R + G + B ~ 85%. #EBD3CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 211 + 206 = 652 (100%)
R 235 of 652 ~ 36.04%
G 211 of 652 ~ 32.36%
B 206 of 652 ~ 31.6'%

%36.04
%32.36
%31.6

CMYK color model

#EBD3CE color CMYK value is (0,10,12,8).

  • cyan value is 0.00%
  • magenta value is 10.21%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK: (0,10,12,8) C0M10Y12K8 (0%,10%,12%,8%) (0.00/0.10/0.12/0.08) 

CMYK percentages

%0
%10.21
%12.34
%7.84

Codes

Color #EBD3CE in popluar color models

EB D3 CE
RGB 235 211 206
HSL 10° 42.03% 86.47%
HSB/HSV 10° 12.34% 92.16%
CMYK 0.00% 10.21% 12.34%
7.84%

Color #EBD3CE in popluar number systems.

HEX EB D3 CE
Decimal 235 211 206
Binary 11101011 11010011 11001110
Octal 353 323 316

Shades and tints

Shades of #EBD3CE

#EBD3CE
(235,211,206)
#D6C0BC
(214,192,188)
#C1ADAA
(193,173,170)
#AC9A98
(172,154,152)
#978786
(151,135,134)
#827474
(130,116,116)
#6D6162
(109,97,98)
#584E50
(88,78,80)
#433B3E
(67,59,62)
#2E282C
(46,40,44)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #EBD3CE

#EBD3CE
(235,211,206)
#ECD7D2
(236,215,210)
#EDDBD6
(237,219,214)
#EEDFDA
(238,223,218)
#EFE3DE
(239,227,222)
#F0E7E2
(240,231,226)
#F1EBE6
(241,235,230)
#F2EFEA
(242,239,234)
#F3F3EE
(243,243,238)
#F4F7F2
(244,247,242)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD3CE; }

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

This text font color is #EBD3CE.

Background Color

.myBgColor { background-color: #EBD3CE; }

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

This div background color is #EBD3CE.

Border color

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

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

This div border color is #EBD3CE.

Opacity

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

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

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

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

This text has shadow with #EBD3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD3CE.

Preview

Color preview on black background

This text has color #EBD3CE on black background.


Color preview on white background

This text has color #EBD3CE on white background.


Black color preview on #EBD3CE background

This text has black color on #EBD3CE background.


White color preview on #EBD3CE background

This text has white color on #EBD3CE background.


Related colors

Complementary color

Complementary color for #hex is #142C31.


I love getcolorcode.com

Triadic colors

1 #CEEBD3 and #D3CEEB with #EBD3CE are triadic colors.

2 #CED3EB and #D3EBCE with #EBD3CE are triadic colors.