COLOR #EBDFC9

HEX: #EBDFC9
RGB: (235,223,201)

Color info

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

RGB color model

#EBDFC9 color RGB value is (235,223,201).

  • red value is 235;
  • green value is 223;
  • blue value is 201.
RGB:
(235,223,201)
(92%,87%,79%)

RGB channels and saturation

R 235 of 255 = 92%
G 223 of 255 = 87%
B 201 of 255 = 79%

235
223
201

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

Portions of RGB colors in percentages

R + G + B =
235 + 223 + 201 = 659 (100%)
R 235 of 659 ~ 35.66%
G 223 of 659 ~ 33.84%
B 201 of 659 ~ 30.5%

%35.66
%33.84
%30.5

CMYK color model

#EBDFC9 color CMYK value is (0,5,14,8).

  • cyan value is 0.00%
  • magenta value is 5.11%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK:
(0,5,14,8)
C0M5Y14K8 
(0%,5%,14%,8%)
(0.00/0.05/0.14/0.08)	

CMYK percentages

%0
%5.11
%14.47
%7.84

Codes

Color #EBDFC9 in popluar color models

EBDFC9
RGB235223201
HSL39°45.95%85.49%
HSB/HSV39°14.47%92.16%
CMYK0.00%5.11%14.47%
7.84%

Color #EBDFC9 in popluar number systems.

HEXEBDFC9
Decimal235223201
Binary111010111101111111001001
Octal353337311

Shades and tints

Shades of #EBDFC9

#EBDFC9
(235,223,201)
#D6CBB7
(214,203,183)
#C1B7A5
(193,183,165)
#ACA393
(172,163,147)
#978F81
(151,143,129)
#827B6F
(130,123,111)
#6D675D
(109,103,93)
#58534B
(88,83,75)
#433F39
(67,63,57)
#2E2B27
(46,43,39)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #EBDFC9

#EBDFC9
(235,223,201)
#ECE1CD
(236,225,205)
#EDE3D1
(237,227,209)
#EEE5D5
(238,229,213)
#EFE7D9
(239,231,217)
#F0E9DD
(240,233,221)
#F1EBE1
(241,235,225)
#F2EDE5
(242,237,229)
#F3EFE9
(243,239,233)
#F4F1ED
(244,241,237)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDFC9 color. Also use rgb(235,223,201) instead hex code.

Text Font Color

.myTextColor { color: #EBDFC9; }

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

This text font color is #EBDFC9.


Background Color

.myBgColor { background-color: #EBDFC9; }

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

This div background color is #EBDFC9.


Border color

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

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

This div border color is #EBDFC9.


Opacity

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

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

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

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

This text has shadow with #EBDFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDFC9 on black background.


Color preview on white background

This text has color #EBDFC9 on white background.



Black color preview on #EBDFC9 background

This text has black color on #EBDFC9 background.


White color preview on #EBDFC9 background

This text has white color on #EBDFC9 background.