COLOR #EBEED9

HEX: #EBEED9 RGB: (235,238,217)

Color info

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

RGB color model

#EBEED9 color RGB value is (235,238,217).

RGB: (235,238,217) (92%, 93%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 238 of 255 = 93%
B 217 of 255 = 85%

235
238
217

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

Portions of RGB colors in percentages

R + G + B = 235 + 238 + 217 = 690 (100%)
R 235 of 690 ~ 34.06%
G 238 of 690 ~ 34.49%
B 217 of 690 ~ 31.45'%

%34.06
%34.49
%31.45

CMYK color model

#EBEED9 color CMYK value is (1,0,9,7).

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

CMYK: (1,0,9,7)
C1M0Y9K7 (1%, 0%, 9%, 7%)
(0.01 / 0.00 / 0.09 / 0.07)

CMYK percentages

%1.26
%0
%8.82
%6.67

Codes

Color #EBEED9 in popluar color models

EB EE D9
RGB 235 238 217
HSL 69° 38.18% 89.22%
HSB/HSV 69° 8.82% 93.33%
CMYK 1.26% 0.00% 8.82%
6.67%

Color #EBEED9 in popluar number systems.

HEX EB EE D9
Decimal 235 238 217
Binary 11101011 11101110 11011001
Octal 353 356 331

Shades and tints

Shades of #EBEED9

#EBEED9
(235,238,217)
#D6D9C6
(214,217,198)
#C1C4B3
(193,196,179)
#ACAFA0
(172,175,160)
#979A8D
(151,154,141)
#82857A
(130,133,122)
#6D7067
(109,112,103)
#585B54
(88,91,84)
#434641
(67,70,65)
#2E312E
(46,49,46)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #EBEED9

#EBEED9
(235,238,217)
#ECEFDC
(236,239,220)
#EDF0DF
(237,240,223)
#EEF1E2
(238,241,226)
#EFF2E5
(239,242,229)
#F0F3E8
(240,243,232)
#F1F4EB
(241,244,235)
#F2F5EE
(242,245,238)
#F3F6F1
(243,246,241)
#F4F7F4
(244,247,244)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEED9; }

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

This text font color is #EBEED9.

Background Color

.myBgColor { background-color: #EBEED9; }

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

This div background color is #EBEED9.

Border color

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

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

This div border color is #EBEED9.

Opacity

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

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

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

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

This text has shadow with #EBEED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEED9.

Preview

Color preview on black background

This text has color #EBEED9 on black background.


Color preview on white background

This text has color #EBEED9 on white background.


Black color preview on #EBEED9 background

This text has black color on #EBEED9 background.


White color preview on #EBEED9 background

This text has white color on #EBEED9 background.


Related colors

Complementary color

Complementary color for #hex is #141126.


I love getcolorcode.com

Triadic colors

1 #D9EBEE and #EED9EB with #EBEED9 are triadic colors.

2 #D9EEEB and #EEEBD9 with #EBEED9 are triadic colors.