COLOR #EBD3C5

HEX: #EBD3C5
RGB: (235,211,197)

Color info

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

RGB color model

#EBD3C5 color RGB value is (235,211,197).

  • red value is 235;
  • green value is 211;
  • blue value is 197.
RGB:
(235,211,197)
(92%,83%,77%)

RGB channels and saturation

R 235 of 255 = 92%
G 211 of 255 = 83%
B 197 of 255 = 77%

235
211
197

R + G + B ~ 84%. #EBD3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 211 + 197 = 643 (100%)
R 235 of 643 ~ 36.55%
G 211 of 643 ~ 32.81%
B 197 of 643 ~ 30.64%

%36.55
%32.81
%30.64

CMYK color model

#EBD3C5 color CMYK value is (0,10,16,8).

  • cyan value is 0.00%
  • magenta value is 10.21%
  • yellow value is 16.17%
  • key color value is 7.84%
CMYK:
(0,10,16,8)
C0M10Y16K8 
(0%,10%,16%,8%)
(0.00/0.10/0.16/0.08)	

CMYK percentages

%0
%10.21
%16.17
%7.84

Codes

Color #EBD3C5 in popluar color models

EBD3C5
RGB235211197
HSL22°48.72%84.71%
HSB/HSV22°16.17%92.16%
CMYK0.00%10.21%16.17%
7.84%

Color #EBD3C5 in popluar number systems.

HEXEBD3C5
Decimal235211197
Binary111010111101001111000101
Octal353323305

Shades and tints

Shades of #EBD3C5

#EBD3C5
(235,211,197)
#D6C0B4
(214,192,180)
#C1ADA3
(193,173,163)
#AC9A92
(172,154,146)
#978781
(151,135,129)
#827470
(130,116,112)
#6D615F
(109,97,95)
#584E4E
(88,78,78)
#433B3D
(67,59,61)
#2E282C
(46,40,44)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #EBD3C5

#EBD3C5
(235,211,197)
#ECD7CA
(236,215,202)
#EDDBCF
(237,219,207)
#EEDFD4
(238,223,212)
#EFE3D9
(239,227,217)
#F0E7DE
(240,231,222)
#F1EBE3
(241,235,227)
#F2EFE8
(242,239,232)
#F3F3ED
(243,243,237)
#F4F7F2
(244,247,242)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD3C5; }

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

This text font color is #EBD3C5.


Background Color

.myBgColor { background-color: #EBD3C5; }

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

This div background color is #EBD3C5.


Border color

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

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

This div border color is #EBD3C5.


Opacity

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

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

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

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

This text has shadow with #EBD3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD3C5 on black background.


Color preview on white background

This text has color #EBD3C5 on white background.



Black color preview on #EBD3C5 background

This text has black color on #EBD3C5 background.


White color preview on #EBD3C5 background

This text has white color on #EBD3C5 background.