COLOR #FFEED7

HEX: #FFEED7
RGB: (255,238,215)

Color info

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

RGB color model

#FFEED7 color RGB value is (255,238,215).

  • red value is 255;
  • green value is 238;
  • blue value is 215.
RGB:
(255,238,215)
(100%,93%,84%)

RGB channels and saturation

R 255 of 255 = 100%
G 238 of 255 = 93%
B 215 of 255 = 84%

255
238
215

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

Portions of RGB colors in percentages

R + G + B =
255 + 238 + 215 = 708 (100%)
R 255 of 708 ~ 36.02%
G 238 of 708 ~ 33.62%
B 215 of 708 ~ 30.37%

%36.02
%33.62
%30.37

CMYK color model

#FFEED7 color CMYK value is (0,7,16,0).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 15.69%
  • key color value is 0.00%
CMYK:
(0,7,16,0)
C0M7Y16K0 
(0%,7%,16%,0%)
(0.00/0.07/0.16/0.00)	

CMYK percentages

%0
%6.67
%15.69
%0

Codes

Color #FFEED7 in popluar color models

FFEED7
RGB255238215
HSL35°100.00%92.16%
HSB/HSV35°15.69%100.00%
CMYK0.00%6.67%15.69%
0.00%

Color #FFEED7 in popluar number systems.

HEXFFEED7
Decimal255238215
Binary111111111110111011010111
Octal377356327

Shades and tints

Shades of #FFEED7

#FFEED7
(255,238,215)
#E8D9C4
(232,217,196)
#D1C4B1
(209,196,177)
#BAAF9E
(186,175,158)
#A39A8B
(163,154,139)
#8C8578
(140,133,120)
#757065
(117,112,101)
#5E5B52
(94,91,82)
#47463F
(71,70,63)
#30312C
(48,49,44)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #FFEED7

#FFEED7
(255,238,215)
#FFEFDA
(255,239,218)
#FFF0DD
(255,240,221)
#FFF1E0
(255,241,224)
#FFF2E3
(255,242,227)
#FFF3E6
(255,243,230)
#FFF4E9
(255,244,233)
#FFF5EC
(255,245,236)
#FFF6EF
(255,246,239)
#FFF7F2
(255,247,242)
#FFF8F5
(255,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEED7 color. Also use rgb(255,238,215) instead hex code.

Text Font Color

.myTextColor { color: #FFEED7; }

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

This text font color is #FFEED7.


Background Color

.myBgColor { background-color: #FFEED7; }

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

This div background color is #FFEED7.


Border color

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

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

This div border color is #FFEED7.


Opacity

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

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

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

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

This text has shadow with #FFEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEED7 on black background.


Color preview on white background

This text has color #FFEED7 on white background.



Black color preview on #FFEED7 background

This text has black color on #FFEED7 background.


White color preview on #FFEED7 background

This text has white color on #FFEED7 background.