COLOR #EBE3E1

HEX: #EBE3E1 RGB: (235,227,225)

Color info

#EBE3E1 contains red, green and blue colors in about the same proportion. Web safe color of #EBE3E1 is #FFCCCC (or #FCC).

RGB color model

#EBE3E1 color RGB value is (235,227,225).

RGB: (235,227,225) (92%, 89%, 88%)

RGB channels and saturation

R 235 of 255 = 92%
G 227 of 255 = 89%
B 225 of 255 = 88%

235
227
225

R + G + B ~ 90%. #EBE3E1 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 227 + 225 = 687 (100%)
R 235 of 687 ~ 34.21%
G 227 of 687 ~ 33.04%
B 225 of 687 ~ 32.75'%

%34.21
%33.04
%32.75

CMYK color model

#EBE3E1 color CMYK value is (0,3,4,8).

  • cyan value is 0.00%
  • magenta value is 3.40%
  • yellow value is 4.26%
  • key color value is 7.84%

CMYK: (0,3,4,8)
C0M3Y4K8 (0%, 3%, 4%, 8%)
(0.00 / 0.03 / 0.04 / 0.08)

CMYK percentages

%0
%3.4
%4.26
%7.84

Codes

Color #EBE3E1 in popluar color models

EB E3 E1
RGB 235 227 225
HSL 12° 20.00% 90.20%
HSB/HSV 12° 4.26% 92.16%
CMYK 0.00% 3.40% 4.26%
7.84%

Color #EBE3E1 in popluar number systems.

HEX EB E3 E1
Decimal 235 227 225
Binary 11101011 11100011 11100001
Octal 353 343 341

Shades and tints

Shades of #EBE3E1

#EBE3E1
(235,227,225)
#D6CFCD
(214,207,205)
#C1BBB9
(193,187,185)
#ACA7A5
(172,167,165)
#979391
(151,147,145)
#827F7D
(130,127,125)
#6D6B69
(109,107,105)
#585755
(88,87,85)
#434341
(67,67,65)
#2E2F2D
(46,47,45)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #EBE3E1

#EBE3E1
(235,227,225)
#ECE5E3
(236,229,227)
#EDE7E5
(237,231,229)
#EEE9E7
(238,233,231)
#EFEBE9
(239,235,233)
#F0EDEB
(240,237,235)
#F1EFED
(241,239,237)
#F2F1EF
(242,241,239)
#F3F3F1
(243,243,241)
#F4F5F3
(244,245,243)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE3E1 color. Also use rgb(235,227,225) instead hex code.

Text Font Color

.myTextColor { color: #EBE3E1; }

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

This text font color is #EBE3E1.

Background Color

.myBgColor { background-color: #EBE3E1; }

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

This div background color is #EBE3E1.

Border color

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

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

This div border color is #EBE3E1.

Opacity

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

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

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

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

This text has shadow with #EBE3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE3E1.

Preview

Color preview on black background

This text has color #EBE3E1 on black background.


Color preview on white background

This text has color #EBE3E1 on white background.


Black color preview on #EBE3E1 background

This text has black color on #EBE3E1 background.


White color preview on #EBE3E1 background

This text has white color on #EBE3E1 background.


Related colors

Complementary color

Complementary color for #hex is #141C1E.


I love getcolorcode.com

Triadic colors

1 #E1EBE3 and #E3E1EB with #EBE3E1 are triadic colors.

2 #E1E3EB and #E3EBE1 with #EBE3E1 are triadic colors.