COLOR #EBD1CF

HEX: #EBD1CF
RGB: (235,209,207)

Color info

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

RGB color model

#EBD1CF color RGB value is (235,209,207).

  • red value is 235;
  • green value is 209;
  • blue value is 207.
RGB:
(235,209,207)
(92%,82%,81%)

RGB channels and saturation

R 235 of 255 = 92%
G 209 of 255 = 82%
B 207 of 255 = 81%

235
209
207

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

Portions of RGB colors in percentages

R + G + B =
235 + 209 + 207 = 651 (100%)
R 235 of 651 ~ 36.1%
G 209 of 651 ~ 32.1%
B 207 of 651 ~ 31.8%

%36.1
%32.1
%31.8

CMYK color model

#EBD1CF color CMYK value is (0,11,12,8).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(0,11,12,8)
C0M11Y12K8 
(0%,11%,12%,8%)
(0.00/0.11/0.12/0.08)	

CMYK percentages

%0
%11.06
%11.91
%7.84

Codes

Color #EBD1CF in popluar color models

EBD1CF
RGB235209207
HSL41.18%86.67%
HSB/HSV11.91%92.16%
CMYK0.00%11.06%11.91%
7.84%

Color #EBD1CF in popluar number systems.

HEXEBD1CF
Decimal235209207
Binary111010111101000111001111
Octal353321317

Shades and tints

Shades of #EBD1CF

#EBD1CF
(235,209,207)
#D6BEBD
(214,190,189)
#C1ABAB
(193,171,171)
#AC9899
(172,152,153)
#978587
(151,133,135)
#827275
(130,114,117)
#6D5F63
(109,95,99)
#584C51
(88,76,81)
#43393F
(67,57,63)
#2E262D
(46,38,45)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #EBD1CF

#EBD1CF
(235,209,207)
#ECD5D3
(236,213,211)
#EDD9D7
(237,217,215)
#EEDDDB
(238,221,219)
#EFE1DF
(239,225,223)
#F0E5E3
(240,229,227)
#F1E9E7
(241,233,231)
#F2EDEB
(242,237,235)
#F3F1EF
(243,241,239)
#F4F5F3
(244,245,243)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD1CF color. Also use rgb(235,209,207) instead hex code.

Text Font Color

.myTextColor { color: #EBD1CF; }

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

This text font color is #EBD1CF.


Background Color

.myBgColor { background-color: #EBD1CF; }

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

This div background color is #EBD1CF.


Border color

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

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

This div border color is #EBD1CF.


Opacity

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

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

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

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

This text has shadow with #EBD1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD1CF on black background.


Color preview on white background

This text has color #EBD1CF on white background.



Black color preview on #EBD1CF background

This text has black color on #EBD1CF background.


White color preview on #EBD1CF background

This text has white color on #EBD1CF background.