COLOR #EBEEE6

HEX: #EBEEE6 RGB: (235,238,230)

Color info

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

RGB color model

#EBEEE6 color RGB value is (235,238,230).

RGB: (235,238,230) (92%, 93%, 90%)

RGB channels and saturation

R 235 of 255 = 92%
G 238 of 255 = 93%
B 230 of 255 = 90%

235
238
230

R + G + B ~ 92%. #EBEEE6 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 238 + 230 = 703 (100%)
R 235 of 703 ~ 33.43%
G 238 of 703 ~ 33.85%
B 230 of 703 ~ 32.72'%

%33.43
%33.85
%32.72

CMYK color model

#EBEEE6 color CMYK value is (1,0,3,7).

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

CMYK: (1,0,3,7)
C1M0Y3K7 (1%, 0%, 3%, 7%)
(0.01 / 0.00 / 0.03 / 0.07)

CMYK percentages

%1.26
%0
%3.36
%6.67

Codes

Color #EBEEE6 in popluar color models

EB EE E6
RGB 235 238 230
HSL 83° 19.05% 91.76%
HSB/HSV 83° 3.36% 93.33%
CMYK 1.26% 0.00% 3.36%
6.67%

Color #EBEEE6 in popluar number systems.

HEX EB EE E6
Decimal 235 238 230
Binary 11101011 11101110 11100110
Octal 353 356 346

Shades and tints

Shades of #EBEEE6

#EBEEE6
(235,238,230)
#D6D9D2
(214,217,210)
#C1C4BE
(193,196,190)
#ACAFAA
(172,175,170)
#979A96
(151,154,150)
#828582
(130,133,130)
#6D706E
(109,112,110)
#585B5A
(88,91,90)
#434646
(67,70,70)
#2E3132
(46,49,50)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #EBEEE6

#EBEEE6
(235,238,230)
#ECEFE8
(236,239,232)
#EDF0EA
(237,240,234)
#EEF1EC
(238,241,236)
#EFF2EE
(239,242,238)
#F0F3F0
(240,243,240)
#F1F4F2
(241,244,242)
#F2F5F4
(242,245,244)
#F3F6F6
(243,246,246)
#F4F7F8
(244,247,248)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBEEE6; }

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

This text font color is #EBEEE6.

Background Color

.myBgColor { background-color: #EBEEE6; }

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

This div background color is #EBEEE6.

Border color

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

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

This div border color is #EBEEE6.

Opacity

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

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

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

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

This text has shadow with #EBEEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBEEE6.

Preview

Color preview on black background

This text has color #EBEEE6 on black background.


Color preview on white background

This text has color #EBEEE6 on white background.


Black color preview on #EBEEE6 background

This text has black color on #EBEEE6 background.


White color preview on #EBEEE6 background

This text has white color on #EBEEE6 background.


Related colors

Complementary color

Complementary color for #hex is #141119.


I love getcolorcode.com

Triadic colors

1 #E6EBEE and #EEE6EB with #EBEEE6 are triadic colors.

2 #E6EEEB and #EEEBE6 with #EBEEE6 are triadic colors.