COLOR #FFEBE7

HEX: #FFEBE7 RGB: (255,235,231)

Color info

#FFEBE7 contains red, green and blue colors in about the same proportion. Web safe color of #FFEBE7 is #FFFFFF (or #FFF).

RGB color model

#FFEBE7 color RGB value is (255,235,231).

RGB: (255,235,231) (100%, 92%, 91%)

RGB channels and saturation

R 255 of 255 = 100%
G 235 of 255 = 92%
B 231 of 255 = 91%

255
235
231

R + G + B ~ 94%. #FFEBE7 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 235 + 231 = 721 (100%)
R 255 of 721 ~ 35.37%
G 235 of 721 ~ 32.59%
B 231 of 721 ~ 32.04'%

%35.37
%32.59
%32.04

CMYK color model

#FFEBE7 color CMYK value is (0,8,9,0).

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

CMYK: (0,8,9,0)
C0M8Y9K0 (0%, 8%, 9%, 0%)
(0.00 / 0.08 / 0.09 / 0.00)

CMYK percentages

%0
%7.84
%9.41
%0

Codes

Color #FFEBE7 in popluar color models

FF EB E7
RGB 255 235 231
HSL 10° 100.00% 95.29%
HSB/HSV 10° 9.41% 100.00%
CMYK 0.00% 7.84% 9.41%
0.00%

Color #FFEBE7 in popluar number systems.

HEX FF EB E7
Decimal 255 235 231
Binary 11111111 11101011 11100111
Octal 377 353 347

Shades and tints

Shades of #FFEBE7

#FFEBE7
(255,235,231)
#E8D6D2
(232,214,210)
#D1C1BD
(209,193,189)
#BAACA8
(186,172,168)
#A39793
(163,151,147)
#8C827E
(140,130,126)
#756D69
(117,109,105)
#5E5854
(94,88,84)
#47433F
(71,67,63)
#302E2A
(48,46,42)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #FFEBE7

#FFEBE7
(255,235,231)
#FFECE9
(255,236,233)
#FFEDEB
(255,237,235)
#FFEEED
(255,238,237)
#FFEFEF
(255,239,239)
#FFF0F1
(255,240,241)
#FFF1F3
(255,241,243)
#FFF2F5
(255,242,245)
#FFF3F7
(255,243,247)
#FFF4F9
(255,244,249)
#FFF5FB
(255,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEBE7; }

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

This text font color is #FFEBE7.

Background Color

.myBgColor { background-color: #FFEBE7; }

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

This div background color is #FFEBE7.

Border color

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

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

This div border color is #FFEBE7.

Opacity

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

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

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

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

This text has shadow with #FFEBE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEBE7.

Preview

Color preview on black background

This text has color #FFEBE7 on black background.


Color preview on white background

This text has color #FFEBE7 on white background.


Black color preview on #FFEBE7 background

This text has black color on #FFEBE7 background.


White color preview on #FFEBE7 background

This text has white color on #FFEBE7 background.


Related colors

Complementary color

Complementary color for #hex is #001418.


I love getcolorcode.com

Triadic colors

1 #E7FFEB and #EBE7FF with #FFEBE7 are triadic colors.

2 #E7EBFF and #EBFFE7 with #FFEBE7 are triadic colors.