COLOR #FFEBCF

HEX: #FFEBCF
RGB: (255,235,207)

Color info

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

RGB color model

#FFEBCF color RGB value is (255,235,207).

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

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 207 of 255 = 81%

255
235
207

R + G + B ~ 91%. #FFEBCF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 235 + 207 = 697 (100%)
R 255 of 697 ~ 36.59%
G 235 of 697 ~ 33.72%
B 207 of 697 ~ 29.7%

%36.59
%33.72
%29.7

CMYK color model

#FFEBCF color CMYK value is (0,8,19,0).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 18.82%
  • key color value is 0.00%
CMYK:
(0,8,19,0)
C0M8Y19K0 
(0%,8%,19%,0%)
(0.00/0.08/0.19/0.00)	

CMYK percentages

%0
%7.84
%18.82
%0

Codes

Color #FFEBCF in popluar color models

FFEBCF
RGB255235207
HSL35°100.00%90.59%
HSB/HSV35°18.82%100.00%
CMYK0.00%7.84%18.82%
0.00%

Color #FFEBCF in popluar number systems.

HEXFFEBCF
Decimal255235207
Binary111111111110101111001111
Octal377353317

Shades and tints

Shades of #FFEBCF

#FFEBCF
(255,235,207)
#E8D6BD
(232,214,189)
#D1C1AB
(209,193,171)
#BAAC99
(186,172,153)
#A39787
(163,151,135)
#8C8275
(140,130,117)
#756D63
(117,109,99)
#5E5851
(94,88,81)
#47433F
(71,67,63)
#302E2D
(48,46,45)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #FFEBCF

#FFEBCF
(255,235,207)
#FFECD3
(255,236,211)
#FFEDD7
(255,237,215)
#FFEEDB
(255,238,219)
#FFEFDF
(255,239,223)
#FFF0E3
(255,240,227)
#FFF1E7
(255,241,231)
#FFF2EB
(255,242,235)
#FFF3EF
(255,243,239)
#FFF4F3
(255,244,243)
#FFF5F7
(255,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBCF; }

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

This text font color is #FFEBCF.


Background Color

.myBgColor { background-color: #FFEBCF; }

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

This div background color is #FFEBCF.


Border color

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

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

This div border color is #FFEBCF.


Opacity

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

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

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

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

This text has shadow with #FFEBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEBCF on black background.


Color preview on white background

This text has color #FFEBCF on white background.



Black color preview on #FFEBCF background

This text has black color on #FFEBCF background.


White color preview on #FFEBCF background

This text has white color on #FFEBCF background.