COLOR #EBD8CF

HEX: #EBD8CF
RGB: (235,216,207)

Color info

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

RGB color model

#EBD8CF color RGB value is (235,216,207).

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

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 207 of 255 = 81%

235
216
207

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

Portions of RGB colors in percentages

R + G + B =
235 + 216 + 207 = 658 (100%)
R 235 of 658 ~ 35.71%
G 216 of 658 ~ 32.83%
B 207 of 658 ~ 31.46%

%35.71
%32.83
%31.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(0,8,12,8)
C0M8Y12K8 
(0%,8%,12%,8%)
(0.00/0.08/0.12/0.08)	

CMYK percentages

%0
%8.09
%11.91
%7.84

Codes

Color #EBD8CF in popluar color models

EBD8CF
RGB235216207
HSL19°41.18%86.67%
HSB/HSV19°11.91%92.16%
CMYK0.00%8.09%11.91%
7.84%

Color #EBD8CF in popluar number systems.

HEXEBD8CF
Decimal235216207
Binary111010111101100011001111
Octal353330317

Shades and tints

Shades of #EBD8CF

#EBD8CF
(235,216,207)
#D6C5BD
(214,197,189)
#C1B2AB
(193,178,171)
#AC9F99
(172,159,153)
#978C87
(151,140,135)
#827975
(130,121,117)
#6D6663
(109,102,99)
#585351
(88,83,81)
#43403F
(67,64,63)
#2E2D2D
(46,45,45)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #EBD8CF

#EBD8CF
(235,216,207)
#ECDBD3
(236,219,211)
#EDDED7
(237,222,215)
#EEE1DB
(238,225,219)
#EFE4DF
(239,228,223)
#F0E7E3
(240,231,227)
#F1EAE7
(241,234,231)
#F2EDEB
(242,237,235)
#F3F0EF
(243,240,239)
#F4F3F3
(244,243,243)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBD8CF; }

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

This text font color is #EBD8CF.


Background Color

.myBgColor { background-color: #EBD8CF; }

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

This div background color is #EBD8CF.


Border color

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

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

This div border color is #EBD8CF.


Opacity

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

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

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

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

This text has shadow with #EBD8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD8CF on black background.


Color preview on white background

This text has color #EBD8CF on white background.



Black color preview on #EBD8CF background

This text has black color on #EBD8CF background.


White color preview on #EBD8CF background

This text has white color on #EBD8CF background.