COLOR #E6D3BE

HEX: #E6D3BE RGB: (230,211,190)

Color info

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

RGB color model

#E6D3BE color RGB value is (230,211,190).

RGB: (230,211,190) (90%, 83%, 75%)

RGB channels and saturation

R 230 of 255 = 90%
G 211 of 255 = 83%
B 190 of 255 = 75%

230
211
190

R + G + B ~ 83%. #E6D3BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 211 + 190 = 631 (100%)
R 230 of 631 ~ 36.45%
G 211 of 631 ~ 33.44%
B 190 of 631 ~ 30.11'%

%36.45
%33.44
%30.11

CMYK color model

#E6D3BE color CMYK value is (0,8,17,10).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 17.39%
  • key color value is 9.80%

CMYK: (0,8,17,10)
C0M8Y17K10 (0%, 8%, 17%, 10%)
(0.00 / 0.08 / 0.17 / 0.10)

CMYK percentages

%0
%8.26
%17.39
%9.8

Codes

Color #E6D3BE in popluar color models

E6 D3 BE
RGB 230 211 190
HSL 32° 44.44% 82.35%
HSB/HSV 32° 17.39% 90.20%
CMYK 0.00% 8.26% 17.39%
9.80%

Color #E6D3BE in popluar number systems.

HEX E6 D3 BE
Decimal 230 211 190
Binary 11100110 11010011 10111110
Octal 346 323 276

Shades and tints

Shades of #E6D3BE

#E6D3BE
(230,211,190)
#D2C0AD
(210,192,173)
#BEAD9C
(190,173,156)
#AA9A8B
(170,154,139)
#96877A
(150,135,122)
#827469
(130,116,105)
#6E6158
(110,97,88)
#5A4E47
(90,78,71)
#463B36
(70,59,54)
#322825
(50,40,37)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #E6D3BE

#E6D3BE
(230,211,190)
#E8D7C3
(232,215,195)
#EADBC8
(234,219,200)
#ECDFCD
(236,223,205)
#EEE3D2
(238,227,210)
#F0E7D7
(240,231,215)
#F2EBDC
(242,235,220)
#F4EFE1
(244,239,225)
#F6F3E6
(246,243,230)
#F8F7EB
(248,247,235)
#FAFBF0
(250,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D3BE color. Also use rgb(230,211,190) instead hex code.

Text Font Color

.myTextColor { color: #E6D3BE; }

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

This text font color is #E6D3BE.

Background Color

.myBgColor { background-color: #E6D3BE; }

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

This div background color is #E6D3BE.

Border color

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

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

This div border color is #E6D3BE.

Opacity

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

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

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

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

This text has shadow with #E6D3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D3BE.

Preview

Color preview on black background

This text has color #E6D3BE on black background.


Color preview on white background

This text has color #E6D3BE on white background.


Black color preview on #E6D3BE background

This text has black color on #E6D3BE background.


White color preview on #E6D3BE background

This text has white color on #E6D3BE background.


Related colors

Complementary color

Complementary color for #hex is #192C41.


I love getcolorcode.com

Triadic colors

1 #BEE6D3 and #D3BEE6 with #E6D3BE are triadic colors.

2 #BED3E6 and #D3E6BE with #E6D3BE are triadic colors.