COLOR #E6DEBC

HEX: #E6DEBC
RGB: (230,222,188)

Color info

#E6DEBC contains red, green and blue colors in about the same proportion. Web safe color of #E6DEBC is #CCCCCC (or #CCC).

RGB color model

#E6DEBC color RGB value is (230,222,188).

  • red value is 230;
  • green value is 222;
  • blue value is 188.
RGB:
(230,222,188)
(90%,87%,74%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 188 of 255 = 74%

230
222
188

R + G + B ~ 84%. #E6DEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 188 = 640 (100%)
R 230 of 640 ~ 35.94%
G 222 of 640 ~ 34.69%
B 188 of 640 ~ 29.38%

%35.94
%34.69
%29.38

CMYK color model

#E6DEBC color CMYK value is (0,3,18,10).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 18.26%
  • key color value is 9.80%
CMYK:
(0,3,18,10)
C0M3Y18K10 
(0%,3%,18%,10%)
(0.00/0.03/0.18/0.10)	

CMYK percentages

%0
%3.48
%18.26
%9.8

Codes

Color #E6DEBC in popluar color models

E6DEBC
RGB230222188
HSL49°45.65%81.96%
HSB/HSV49°18.26%90.20%
CMYK0.00%3.48%18.26%
9.80%

Color #E6DEBC in popluar number systems.

HEXE6DEBC
Decimal230222188
Binary111001101101111010111100
Octal346336274

Shades and tints

Shades of #E6DEBC

#E6DEBC
(230,222,188)
#D2CAAB
(210,202,171)
#BEB69A
(190,182,154)
#AAA289
(170,162,137)
#968E78
(150,142,120)
#827A67
(130,122,103)
#6E6656
(110,102,86)
#5A5245
(90,82,69)
#463E34
(70,62,52)
#322A23
(50,42,35)
#1E1612
(30,22,18)
#000000
(0,0,0)

Tints of #E6DEBC

#E6DEBC
(230,222,188)
#E8E1C2
(232,225,194)
#EAE4C8
(234,228,200)
#ECE7CE
(236,231,206)
#EEEAD4
(238,234,212)
#F0EDDA
(240,237,218)
#F2F0E0
(242,240,224)
#F4F3E6
(244,243,230)
#F6F6EC
(246,246,236)
#F8F9F2
(248,249,242)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DEBC color. Also use rgb(230,222,188) instead hex code.

Text Font Color

.myTextColor { color: #E6DEBC; }

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

This text font color is #E6DEBC.


Background Color

.myBgColor { background-color: #E6DEBC; }

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

This div background color is #E6DEBC.


Border color

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

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

This div border color is #E6DEBC.


Opacity

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

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

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

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

This text has shadow with #E6DEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DEBC on black background.


Color preview on white background

This text has color #E6DEBC on white background.



Black color preview on #E6DEBC background

This text has black color on #E6DEBC background.


White color preview on #E6DEBC background

This text has white color on #E6DEBC background.