COLOR #EBE6DC

HEX: #EBE6DC RGB: (235,230,220)

Color info

#EBE6DC contains red, green and blue colors in about the same proportion. Web safe color of #EBE6DC is #FFCCCC (or #FCC).

RGB color model

#EBE6DC color RGB value is (235,230,220).

RGB: (235,230,220) (92%, 90%, 86%)

RGB channels and saturation

R 235 of 255 = 92%
G 230 of 255 = 90%
B 220 of 255 = 86%

235
230
220

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

Portions of RGB colors in percentages

R + G + B = 235 + 230 + 220 = 685 (100%)
R 235 of 685 ~ 34.31%
G 230 of 685 ~ 33.58%
B 220 of 685 ~ 32.12'%

%34.31
%33.58
%32.12

CMYK color model

#EBE6DC color CMYK value is (0,2,6,8).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 6.38%
  • key color value is 7.84%

CMYK: (0,2,6,8)
C0M2Y6K8 (0%, 2%, 6%, 8%)
(0.00 / 0.02 / 0.06 / 0.08)

CMYK percentages

%0
%2.13
%6.38
%7.84

Codes

Color #EBE6DC in popluar color models

EB E6 DC
RGB 235 230 220
HSL 40° 27.27% 89.22%
HSB/HSV 40° 6.38% 92.16%
CMYK 0.00% 2.13% 6.38%
7.84%

Color #EBE6DC in popluar number systems.

HEX EB E6 DC
Decimal 235 230 220
Binary 11101011 11100110 11011100
Octal 353 346 334

Shades and tints

Shades of #EBE6DC

#EBE6DC
(235,230,220)
#D6D2C8
(214,210,200)
#C1BEB4
(193,190,180)
#ACAAA0
(172,170,160)
#97968C
(151,150,140)
#828278
(130,130,120)
#6D6E64
(109,110,100)
#585A50
(88,90,80)
#43463C
(67,70,60)
#2E3228
(46,50,40)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #EBE6DC

#EBE6DC
(235,230,220)
#ECE8DF
(236,232,223)
#EDEAE2
(237,234,226)
#EEECE5
(238,236,229)
#EFEEE8
(239,238,232)
#F0F0EB
(240,240,235)
#F1F2EE
(241,242,238)
#F2F4F1
(242,244,241)
#F3F6F4
(243,246,244)
#F4F8F7
(244,248,247)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE6DC; }

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

This text font color is #EBE6DC.

Background Color

.myBgColor { background-color: #EBE6DC; }

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

This div background color is #EBE6DC.

Border color

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

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

This div border color is #EBE6DC.

Opacity

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

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

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

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

This text has shadow with #EBE6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE6DC.

Preview

Color preview on black background

This text has color #EBE6DC on black background.


Color preview on white background

This text has color #EBE6DC on white background.


Black color preview on #EBE6DC background

This text has black color on #EBE6DC background.


White color preview on #EBE6DC background

This text has white color on #EBE6DC background.


Related colors

Complementary color

Complementary color for #hex is #141923.


I love getcolorcode.com

Triadic colors

1 #DCEBE6 and #E6DCEB with #EBE6DC are triadic colors.

2 #DCE6EB and #E6EBDC with #EBE6DC are triadic colors.