COLOR #EBD7CF

HEX: #EBD7CF
RGB: (235,215,207)

Color info

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

RGB color model

#EBD7CF color RGB value is (235,215,207).

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

RGB channels and saturation

R 235 of 255 = 92%
G 215 of 255 = 84%
B 207 of 255 = 81%

235
215
207

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

Portions of RGB colors in percentages

R + G + B =
235 + 215 + 207 = 657 (100%)
R 235 of 657 ~ 35.77%
G 215 of 657 ~ 32.72%
B 207 of 657 ~ 31.51%

%35.77
%32.72
%31.51

CMYK color model

#EBD7CF color CMYK value is (0,9,12,8).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(0,9,12,8)
C0M9Y12K8 
(0%,9%,12%,8%)
(0.00/0.09/0.12/0.08)	

CMYK percentages

%0
%8.51
%11.91
%7.84

Codes

Color #EBD7CF in popluar color models

EBD7CF
RGB235215207
HSL17°41.18%86.67%
HSB/HSV17°11.91%92.16%
CMYK0.00%8.51%11.91%
7.84%

Color #EBD7CF in popluar number systems.

HEXEBD7CF
Decimal235215207
Binary111010111101011111001111
Octal353327317

Shades and tints

Shades of #EBD7CF

#EBD7CF
(235,215,207)
#D6C4BD
(214,196,189)
#C1B1AB
(193,177,171)
#AC9E99
(172,158,153)
#978B87
(151,139,135)
#827875
(130,120,117)
#6D6563
(109,101,99)
#585251
(88,82,81)
#433F3F
(67,63,63)
#2E2C2D
(46,44,45)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #EBD7CF

#EBD7CF
(235,215,207)
#ECDAD3
(236,218,211)
#EDDDD7
(237,221,215)
#EEE0DB
(238,224,219)
#EFE3DF
(239,227,223)
#F0E6E3
(240,230,227)
#F1E9E7
(241,233,231)
#F2ECEB
(242,236,235)
#F3EFEF
(243,239,239)
#F4F2F3
(244,242,243)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD7CF; }

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

This text font color is #EBD7CF.


Background Color

.myBgColor { background-color: #EBD7CF; }

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

This div background color is #EBD7CF.


Border color

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

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

This div border color is #EBD7CF.


Opacity

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

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

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

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

This text has shadow with #EBD7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD7CF on black background.


Color preview on white background

This text has color #EBD7CF on white background.



Black color preview on #EBD7CF background

This text has black color on #EBD7CF background.


White color preview on #EBD7CF background

This text has white color on #EBD7CF background.