COLOR #EBE6D6

HEX: #EBE6D6 RGB: (235,230,214)

Color info

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

RGB color model

#EBE6D6 color RGB value is (235,230,214).

RGB: (235,230,214) (92%, 90%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 230 of 255 = 90%
B 214 of 255 = 84%

235
230
214

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

Portions of RGB colors in percentages

R + G + B = 235 + 230 + 214 = 679 (100%)
R 235 of 679 ~ 34.61%
G 230 of 679 ~ 33.87%
B 214 of 679 ~ 31.52'%

%34.61
%33.87
%31.52

CMYK color model

#EBE6D6 color CMYK value is (0,2,9,8).

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

CMYK: (0,2,9,8)
C0M2Y9K8 (0%, 2%, 9%, 8%)
(0.00 / 0.02 / 0.09 / 0.08)

CMYK percentages

%0
%2.13
%8.94
%7.84

Codes

Color #EBE6D6 in popluar color models

EB E6 D6
RGB 235 230 214
HSL 46° 34.43% 88.04%
HSB/HSV 46° 8.94% 92.16%
CMYK 0.00% 2.13% 8.94%
7.84%

Color #EBE6D6 in popluar number systems.

HEX EB E6 D6
Decimal 235 230 214
Binary 11101011 11100110 11010110
Octal 353 346 326

Shades and tints

Shades of #EBE6D6

#EBE6D6
(235,230,214)
#D6D2C3
(214,210,195)
#C1BEB0
(193,190,176)
#ACAA9D
(172,170,157)
#97968A
(151,150,138)
#828277
(130,130,119)
#6D6E64
(109,110,100)
#585A51
(88,90,81)
#43463E
(67,70,62)
#2E322B
(46,50,43)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #EBE6D6

#EBE6D6
(235,230,214)
#ECE8D9
(236,232,217)
#EDEADC
(237,234,220)
#EEECDF
(238,236,223)
#EFEEE2
(239,238,226)
#F0F0E5
(240,240,229)
#F1F2E8
(241,242,232)
#F2F4EB
(242,244,235)
#F3F6EE
(243,246,238)
#F4F8F1
(244,248,241)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBE6D6; }

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

This text font color is #EBE6D6.

Background Color

.myBgColor { background-color: #EBE6D6; }

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

This div background color is #EBE6D6.

Border color

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

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

This div border color is #EBE6D6.

Opacity

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

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

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

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

This text has shadow with #EBE6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBE6D6.

Preview

Color preview on black background

This text has color #EBE6D6 on black background.


Color preview on white background

This text has color #EBE6D6 on white background.


Black color preview on #EBE6D6 background

This text has black color on #EBE6D6 background.


White color preview on #EBE6D6 background

This text has white color on #EBE6D6 background.


Related colors

Complementary color

Complementary color for #hex is #141929.


I love getcolorcode.com

Triadic colors

1 #D6EBE6 and #E6D6EB with #EBE6D6 are triadic colors.

2 #D6E6EB and #E6EBD6 with #EBE6D6 are triadic colors.