COLOR #E6DEB3

HEX: #E6DEB3
RGB: (230,222,179)

Renk bilgisi

#E6DEB3 contains red, green and blue colors in about the same proportion. #E6DEB3 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E6DEB3 color RGB value is (230,222,179).

  • kırmız ton 230;
  • yeşil ton 222;
  • mavi ton 179.
RGB:
(230,222,179)
(90%,87%,70%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 222 of 255 = 87%
B 179 of 255 = 70%

230
222
179

R + G + B ~ 82%. #E6DEB3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 222 + 179 = 631 (100%)
R 230 of 631 ~ 36.45%
G 222 of 631 ~ 35.18%
B 179 of 631 ~ 28.37%

%36.45
%35.18
%28.37

CMYK RENK MODELİ

#E6DEB3 rengi CMYK tonu (0,3,22,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.48%
  • sarı tonu 22.17%
  • ana renk tonu 9.80%
CMYK:
(0,3,22,10)
C0M3Y22K10 
(0%,3%,22%,10%)
(0.00/0.03/0.22/0.10)	

CMYK yüzdeleri

%0
%3.48
%22.17
%9.8

Codes

Color #E6DEB3 in popluar color models

E6DEB3
RGB230222179
HSL51°50.50%80.20%
HSB/HSV51°22.17%90.20%
CMYK0.00%3.48%22.17%
9.80%

Color #E6DEB3 in popluar number systems.

HEXE6DEB3
Decimal230222179
Binary111001101101111010110011
Octal346336263

Shades and tints

Shades of #E6DEB3

#E6DEB3
(230,222,179)
#D2CAA3
(210,202,163)
#BEB693
(190,182,147)
#AAA283
(170,162,131)
#968E73
(150,142,115)
#827A63
(130,122,99)
#6E6653
(110,102,83)
#5A5243
(90,82,67)
#463E33
(70,62,51)
#322A23
(50,42,35)
#1E1613
(30,22,19)
#000000
(0,0,0)

Tints of #E6DEB3

#E6DEB3
(230,222,179)
#E8E1B9
(232,225,185)
#EAE4BF
(234,228,191)
#ECE7C5
(236,231,197)
#EEEACB
(238,234,203)
#F0EDD1
(240,237,209)
#F2F0D7
(242,240,215)
#F4F3DD
(244,243,221)
#F6F6E3
(246,246,227)
#F8F9E9
(248,249,233)
#FAFCEF
(250,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DEB3; }

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

This text font color is #E6DEB3.


Background Color

.myBgColor { background-color: #E6DEB3; }

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

This div background color is #E6DEB3.


Border color

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

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

This div border color is #E6DEB3.


Opacity

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

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

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

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

This text has shadow with #E6DEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DEB3 on black background.


Color preview on white background

This text has color #E6DEB3 on white background.



Black color preview on #E6DEB3 background

This text has black color on #E6DEB3 background.


White color preview on #E6DEB3 background

This text has white color on #E6DEB3 background.