COLOR #EBEED4

HEX: #EBEED4 RGB: (235,238,212)

Color info

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

RGB color model

#EBEED4 color RGB value is (235,238,212).

RGB: (235,238,212) (92%, 93%, 83%)

RGB channels and saturation

R 235 of 255 = 92%
G 238 of 255 = 93%
B 212 of 255 = 83%

235
238
212

R + G + B ~ 89%. #EBEED4 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 238 + 212 = 685 (100%)
R 235 of 685 ~ 34.31%
G 238 of 685 ~ 34.74%
B 212 of 685 ~ 30.95'%

%34.31
%34.74
%30.95

CMYK color model

#EBEED4 color CMYK value is (1,0,11,7).

  • cyan value is 1.26%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 6.67%

CMYK: (1,0,11,7)
C1M0Y11K7 (1%, 0%, 11%, 7%)
(0.01 / 0.00 / 0.11 / 0.07)

CMYK percentages

%1.26
%0
%10.92
%6.67

Codes

Color #EBEED4 in popluar color models

EB EE D4
RGB 235 238 212
HSL 67° 43.33% 88.24%
HSB/HSV 67° 10.92% 93.33%
CMYK 1.26% 0.00% 10.92%
6.67%

Color #EBEED4 in popluar number systems.

HEX EB EE D4
Decimal 235 238 212
Binary 11101011 11101110 11010100
Octal 353 356 324

Shades and tints

Shades of #EBEED4

#EBEED4
(235,238,212)
#D6D9C1
(214,217,193)
#C1C4AE
(193,196,174)
#ACAF9B
(172,175,155)
#979A88
(151,154,136)
#828575
(130,133,117)
#6D7062
(109,112,98)
#585B4F
(88,91,79)
#43463C
(67,70,60)
#2E3129
(46,49,41)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #EBEED4

#EBEED4
(235,238,212)
#ECEFD7
(236,239,215)
#EDF0DA
(237,240,218)
#EEF1DD
(238,241,221)
#EFF2E0
(239,242,224)
#F0F3E3
(240,243,227)
#F1F4E6
(241,244,230)
#F2F5E9
(242,245,233)
#F3F6EC
(243,246,236)
#F4F7EF
(244,247,239)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBEED4 color. Also use rgb(235,238,212) instead hex code.

Text Font Color

.myTextColor { color: #EBEED4; }

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

This text font color is #EBEED4.

Background Color

.myBgColor { background-color: #EBEED4; }

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

This div background color is #EBEED4.

Border color

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

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

This div border color is #EBEED4.

Opacity

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

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

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

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

This text has shadow with #EBEED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEED4.

Preview

Color preview on black background

This text has color #EBEED4 on black background.


Color preview on white background

This text has color #EBEED4 on white background.


Black color preview on #EBEED4 background

This text has black color on #EBEED4 background.


White color preview on #EBEED4 background

This text has white color on #EBEED4 background.


Related colors

Complementary color

Complementary color for #hex is #14112B.


I love getcolorcode.com

Triadic colors

1 #D4EBEE and #EED4EB with #EBEED4 are triadic colors.

2 #D4EEEB and #EEEBD4 with #EBEED4 are triadic colors.