COLOR #E6DFBE

HEX: #E6DFBE
RGB: (230,223,190)

Renk bilgisi

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

RGB renk modeli

#E6DFBE color RGB value is (230,223,190).

  • kırmız ton 230;
  • yeşil ton 223;
  • mavi ton 190.
RGB:
(230,223,190)
(90%,87%,75%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 223 of 255 = 87%
B 190 of 255 = 75%

230
223
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 223 + 190 = 643 (100%)
R 230 of 643 ~ 35.77%
G 223 of 643 ~ 34.68%
B 190 of 643 ~ 29.55%

%35.77
%34.68
%29.55

CMYK RENK MODELİ

#E6DFBE rengi CMYK tonu (0,3,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.04%
  • sarı tonu 17.39%
  • ana renk tonu 9.80%
CMYK:
(0,3,17,10)
C0M3Y17K10 
(0%,3%,17%,10%)
(0.00/0.03/0.17/0.10)	

CMYK yüzdeleri

%0
%3.04
%17.39
%9.8

Codes

Color #E6DFBE in popluar color models

E6DFBE
RGB230223190
HSL50°44.44%82.35%
HSB/HSV50°17.39%90.20%
CMYK0.00%3.04%17.39%
9.80%

Color #E6DFBE in popluar number systems.

HEXE6DFBE
Decimal230223190
Binary111001101101111110111110
Octal346337276

Shades and tints

Shades of #E6DFBE

#E6DFBE
(230,223,190)
#D2CBAD
(210,203,173)
#BEB79C
(190,183,156)
#AAA38B
(170,163,139)
#968F7A
(150,143,122)
#827B69
(130,123,105)
#6E6758
(110,103,88)
#5A5347
(90,83,71)
#463F36
(70,63,54)
#322B25
(50,43,37)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #E6DFBE

#E6DFBE
(230,223,190)
#E8E1C3
(232,225,195)
#EAE3C8
(234,227,200)
#ECE5CD
(236,229,205)
#EEE7D2
(238,231,210)
#F0E9D7
(240,233,215)
#F2EBDC
(242,235,220)
#F4EDE1
(244,237,225)
#F6EFE6
(246,239,230)
#F8F1EB
(248,241,235)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFBE; }

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

This text font color is #E6DFBE.


Background Color

.myBgColor { background-color: #E6DFBE; }

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

This div background color is #E6DFBE.


Border color

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

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

This div border color is #E6DFBE.


Opacity

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

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

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

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

This text has shadow with #E6DFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFBE on black background.


Color preview on white background

This text has color #E6DFBE on white background.



Black color preview on #E6DFBE background

This text has black color on #E6DFBE background.


White color preview on #E6DFBE background

This text has white color on #E6DFBE background.