COLOR #EBEED2

HEX: #EBEED2 RGB: (235,238,210)

Color info

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

RGB color model

#EBEED2 color RGB value is (235,238,210).

RGB: (235,238,210) (92%, 93%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 238 of 255 = 93%
B 210 of 255 = 82%

235
238
210

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

Portions of RGB colors in percentages

R + G + B = 235 + 238 + 210 = 683 (100%)
R 235 of 683 ~ 34.41%
G 238 of 683 ~ 34.85%
B 210 of 683 ~ 30.75'%

%34.41
%34.85
%30.75

CMYK color model

#EBEED2 color CMYK value is (1,0,12,7).

  • cyan value is 1.26%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 6.67%
CMYK: (1,0,12,7) C1M0Y12K7 (1%,0%,12%,7%) (0.01/0.00/0.12/0.07) 

CMYK percentages

%1.26
%0
%11.76
%6.67

Codes

Color #EBEED2 in popluar color models

EB EE D2
RGB 235 238 210
HSL 66° 45.16% 87.84%
HSB/HSV 66° 11.76% 93.33%
CMYK 1.26% 0.00% 11.76%
6.67%

Color #EBEED2 in popluar number systems.

HEX EB EE D2
Decimal 235 238 210
Binary 11101011 11101110 11010010
Octal 353 356 322

Shades and tints

Shades of #EBEED2

#EBEED2
(235,238,210)
#D6D9BF
(214,217,191)
#C1C4AC
(193,196,172)
#ACAF99
(172,175,153)
#979A86
(151,154,134)
#828573
(130,133,115)
#6D7060
(109,112,96)
#585B4D
(88,91,77)
#43463A
(67,70,58)
#2E3127
(46,49,39)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #EBEED2

#EBEED2
(235,238,210)
#ECEFD6
(236,239,214)
#EDF0DA
(237,240,218)
#EEF1DE
(238,241,222)
#EFF2E2
(239,242,226)
#F0F3E6
(240,243,230)
#F1F4EA
(241,244,234)
#F2F5EE
(242,245,238)
#F3F6F2
(243,246,242)
#F4F7F6
(244,247,246)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEED2; }

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

This text font color is #EBEED2.

Background Color

.myBgColor { background-color: #EBEED2; }

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

This div background color is #EBEED2.

Border color

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

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

This div border color is #EBEED2.

Opacity

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

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

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

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

This text has shadow with #EBEED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEED2.

Preview

Color preview on black background

This text has color #EBEED2 on black background.


Color preview on white background

This text has color #EBEED2 on white background.


Black color preview on #EBEED2 background

This text has black color on #EBEED2 background.


White color preview on #EBEED2 background

This text has white color on #EBEED2 background.


Related colors

Complementary color

Complementary color for #hex is #14112D.


I love getcolorcode.com

Triadic colors

1 #D2EBEE and #EED2EB with #EBEED2 are triadic colors.

2 #D2EEEB and #EEEBD2 with #EBEED2 are triadic colors.