COLOR #E6DEBF

HEX: #E6DEBF
RGB: (230,222,191)

Color info

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

RGB color model

#E6DEBF color RGB value is (230,222,191).

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

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 191 of 255 = 75%

230
222
191

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

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 191 = 643 (100%)
R 230 of 643 ~ 35.77%
G 222 of 643 ~ 34.53%
B 191 of 643 ~ 29.7%

%35.77
%34.53
%29.7

CMYK color model

#E6DEBF color CMYK value is (0,3,17,10).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(0,3,17,10)
C0M3Y17K10 
(0%,3%,17%,10%)
(0.00/0.03/0.17/0.10)	

CMYK percentages

%0
%3.48
%16.96
%9.8

Codes

Color #E6DEBF in popluar color models

E6DEBF
RGB230222191
HSL48°43.82%82.55%
HSB/HSV48°16.96%90.20%
CMYK0.00%3.48%16.96%
9.80%

Color #E6DEBF in popluar number systems.

HEXE6DEBF
Decimal230222191
Binary111001101101111010111111
Octal346336277

Shades and tints

Shades of #E6DEBF

#E6DEBF
(230,222,191)
#D2CAAE
(210,202,174)
#BEB69D
(190,182,157)
#AAA28C
(170,162,140)
#968E7B
(150,142,123)
#827A6A
(130,122,106)
#6E6659
(110,102,89)
#5A5248
(90,82,72)
#463E37
(70,62,55)
#322A26
(50,42,38)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6DEBF

#E6DEBF
(230,222,191)
#E8E1C4
(232,225,196)
#EAE4C9
(234,228,201)
#ECE7CE
(236,231,206)
#EEEAD3
(238,234,211)
#F0EDD8
(240,237,216)
#F2F0DD
(242,240,221)
#F4F3E2
(244,243,226)
#F6F6E7
(246,246,231)
#F8F9EC
(248,249,236)
#FAFCF1
(250,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DEBF; }

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

This text font color is #E6DEBF.


Background Color

.myBgColor { background-color: #E6DEBF; }

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

This div background color is #E6DEBF.


Border color

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

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

This div border color is #E6DEBF.


Opacity

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

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

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

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

This text has shadow with #E6DEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DEBF on black background.


Color preview on white background

This text has color #E6DEBF on white background.



Black color preview on #E6DEBF background

This text has black color on #E6DEBF background.


White color preview on #E6DEBF background

This text has white color on #E6DEBF background.