COLOR #FFEBD9

HEX: #FFEBD9
RGB: (255,235,217)

Color info

#FFEBD9 contains red, green and blue colors in about the same proportion. Web safe color of #FFEBD9 is #FFFFCC (or #FFC).

RGB color model

#FFEBD9 color RGB value is (255,235,217).

  • red value is 255;
  • green value is 235;
  • blue value is 217.
RGB:
(255,235,217)
(100%,92%,85%)

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 217 of 255 = 85%

255
235
217

R + G + B ~ 92%. #FFEBD9 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 217 = 707 (100%)
R 255 of 707 ~ 36.07%
G 235 of 707 ~ 33.24%
B 217 of 707 ~ 30.69%

%36.07
%33.24
%30.69

CMYK color model

#FFEBD9 color CMYK value is (0,8,15,0).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 14.90%
  • key color value is 0.00%
CMYK:
(0,8,15,0)
C0M8Y15K0 
(0%,8%,15%,0%)
(0.00/0.08/0.15/0.00)	

CMYK percentages

%0
%7.84
%14.9
%0

Codes

Color #FFEBD9 in popluar color models

FFEBD9
RGB255235217
HSL28°100.00%92.55%
HSB/HSV28°14.90%100.00%
CMYK0.00%7.84%14.90%
0.00%

Color #FFEBD9 in popluar number systems.

HEXFFEBD9
Decimal255235217
Binary111111111110101111011001
Octal377353331

Shades and tints

Shades of #FFEBD9

#FFEBD9
(255,235,217)
#E8D6C6
(232,214,198)
#D1C1B3
(209,193,179)
#BAACA0
(186,172,160)
#A3978D
(163,151,141)
#8C827A
(140,130,122)
#756D67
(117,109,103)
#5E5854
(94,88,84)
#474341
(71,67,65)
#302E2E
(48,46,46)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #FFEBD9

#FFEBD9
(255,235,217)
#FFECDC
(255,236,220)
#FFEDDF
(255,237,223)
#FFEEE2
(255,238,226)
#FFEFE5
(255,239,229)
#FFF0E8
(255,240,232)
#FFF1EB
(255,241,235)
#FFF2EE
(255,242,238)
#FFF3F1
(255,243,241)
#FFF4F4
(255,244,244)
#FFF5F7
(255,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEBD9 color. Also use rgb(255,235,217) instead hex code.

Text Font Color

.myTextColor { color: #FFEBD9; }

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

This text font color is #FFEBD9.


Background Color

.myBgColor { background-color: #FFEBD9; }

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

This div background color is #FFEBD9.


Border color

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

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

This div border color is #FFEBD9.


Opacity

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

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

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

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

This text has shadow with #FFEBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBD9 on black background.


Color preview on white background

This text has color #FFEBD9 on white background.



Black color preview on #FFEBD9 background

This text has black color on #FFEBD9 background.


White color preview on #FFEBD9 background

This text has white color on #FFEBD9 background.