COLOR #FFEBCD

HEX: #FFEBCD RGB: (255,235,205)

Color info

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

RGB color model

#FFEBCD color RGB value is (255,235,205).

RGB: (255,235,205) (100%, 92%, 80%)

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 205 of 255 = 80%

255
235
205

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

Portions of RGB colors in percentages

R + G + B = 255 + 235 + 205 = 695 (100%)
R 255 of 695 ~ 36.69%
G 235 of 695 ~ 33.81%
B 205 of 695 ~ 29.5'%

%36.69
%33.81
%29.5

CMYK color model

#FFEBCD color CMYK value is (0,8,20,0).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 19.61%
  • key color value is 0.00%

CMYK: (0,8,20,0)
C0M8Y20K0 (0%, 8%, 20%, 0%)
(0.00 / 0.08 / 0.20 / 0.00)

CMYK percentages

%0
%7.84
%19.61
%0

Codes

Color #FFEBCD in popluar color models

FF EB CD
RGB 255 235 205
HSL 36° 100.00% 90.20%
HSB/HSV 36° 19.61% 100.00%
CMYK 0.00% 7.84% 19.61%
0.00%

Color #FFEBCD in popluar number systems.

HEX FF EB CD
Decimal 255 235 205
Binary 11111111 11101011 11001101
Octal 377 353 315

Shades and tints

Shades of #FFEBCD

#FFEBCD
(255,235,205)
#E8D6BB
(232,214,187)
#D1C1A9
(209,193,169)
#BAAC97
(186,172,151)
#A39785
(163,151,133)
#8C8273
(140,130,115)
#756D61
(117,109,97)
#5E584F
(94,88,79)
#47433D
(71,67,61)
#302E2B
(48,46,43)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFEBCD

#FFEBCD
(255,235,205)
#FFECD1
(255,236,209)
#FFEDD5
(255,237,213)
#FFEED9
(255,238,217)
#FFEFDD
(255,239,221)
#FFF0E1
(255,240,225)
#FFF1E5
(255,241,229)
#FFF2E9
(255,242,233)
#FFF3ED
(255,243,237)
#FFF4F1
(255,244,241)
#FFF5F5
(255,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBCD; }

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

This text font color is #FFEBCD.

Background Color

.myBgColor { background-color: #FFEBCD; }

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

This div background color is #FFEBCD.

Border color

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

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

This div border color is #FFEBCD.

Opacity

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

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

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

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

This text has shadow with #FFEBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEBCD.

Preview

Color preview on black background

This text has color #FFEBCD on black background.


Color preview on white background

This text has color #FFEBCD on white background.


Black color preview on #FFEBCD background

This text has black color on #FFEBCD background.


White color preview on #FFEBCD background

This text has white color on #FFEBCD background.


Related colors

Complementary color

Complementary color for #hex is #001432.


I love getcolorcode.com

Gradients

Color #FFEBCD is used in Blanched Almond gradient.

Blanched Almond


Triadic colors

1 #CDFFEB and #EBCDFF with #FFEBCD are triadic colors.

2 #CDEBFF and #EBFFCD with #FFEBCD are triadic colors.