COLOR #EBE7E3

HEX: #EBE7E3 RGB: (235,231,227)

Color info

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

RGB color model

#EBE7E3 color RGB value is (235,231,227).

RGB: (235,231,227) (92%, 91%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 231 of 255 = 91%
B 227 of 255 = 89%

235
231
227

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

Portions of RGB colors in percentages

R + G + B = 235 + 231 + 227 = 693 (100%)
R 235 of 693 ~ 33.91%
G 231 of 693 ~ 33.33%
B 227 of 693 ~ 32.76'%

%33.91
%33.33
%32.76

CMYK color model

#EBE7E3 color CMYK value is (0,2,3,8).

  • cyan value is 0.00%
  • magenta value is 1.70%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK: (0,2,3,8) C0M2Y3K8 (0%,2%,3%,8%) (0.00/0.02/0.03/0.08) 

CMYK percentages

%0
%1.7
%3.4
%7.84

Codes

Color #EBE7E3 in popluar color models

EB E7 E3
RGB 235 231 227
HSL 30° 16.67% 90.59%
HSB/HSV 30° 3.40% 92.16%
CMYK 0.00% 1.70% 3.40%
7.84%

Color #EBE7E3 in popluar number systems.

HEX EB E7 E3
Decimal 235 231 227
Binary 11101011 11100111 11100011
Octal 353 347 343

Shades and tints

Shades of #EBE7E3

#EBE7E3
(235,231,227)
#D6D2CF
(214,210,207)
#C1BDBB
(193,189,187)
#ACA8A7
(172,168,167)
#979393
(151,147,147)
#827E7F
(130,126,127)
#6D696B
(109,105,107)
#585457
(88,84,87)
#433F43
(67,63,67)
#2E2A2F
(46,42,47)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #EBE7E3

#EBE7E3
(235,231,227)
#ECE9E5
(236,233,229)
#EDEBE7
(237,235,231)
#EEEDE9
(238,237,233)
#EFEFEB
(239,239,235)
#F0F1ED
(240,241,237)
#F1F3EF
(241,243,239)
#F2F5F1
(242,245,241)
#F3F7F3
(243,247,243)
#F4F9F5
(244,249,245)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE7E3; }

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

This text font color is #EBE7E3.

Background Color

.myBgColor { background-color: #EBE7E3; }

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

This div background color is #EBE7E3.

Border color

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

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

This div border color is #EBE7E3.

Opacity

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

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

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

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

This text has shadow with #EBE7E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE7E3.

Preview

Color preview on black background

This text has color #EBE7E3 on black background.


Color preview on white background

This text has color #EBE7E3 on white background.


Black color preview on #EBE7E3 background

This text has black color on #EBE7E3 background.


White color preview on #EBE7E3 background

This text has white color on #EBE7E3 background.


Related colors

Complementary color

Complementary color for #hex is #14181C.


I love getcolorcode.com

Triadic colors

1 #E3EBE7 and #E7E3EB with #EBE7E3 are triadic colors.

2 #E3E7EB and #E7EBE3 with #EBE7E3 are triadic colors.