COLOR #E6EBD4

HEX: #E6EBD4
RGB: (230,235,212)

Renk bilgisi

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

RGB renk modeli

#E6EBD4 color RGB value is (230,235,212).

  • kırmız ton 230;
  • yeşil ton 235;
  • mavi ton 212.
RGB:
(230,235,212)
(90%,92%,83%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 235 of 255 = 92%
B 212 of 255 = 83%

230
235
212

R + G + B ~ 88%. #E6EBD4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 235 + 212 = 677 (100%)
R 230 of 677 ~ 33.97%
G 235 of 677 ~ 34.71%
B 212 of 677 ~ 31.31%

%33.97
%34.71
%31.31

CMYK RENK MODELİ

#E6EBD4 rengi CMYK tonu (2,0,10,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 0.00%
  • sarı tonu 9.79%
  • ana renk tonu 7.84%
CMYK:
(2,0,10,8)
C2M0Y10K8 
(2%,0%,10%,8%)
(0.02/0.00/0.10/0.08)	

CMYK yüzdeleri

%2.13
%0
%9.79
%7.84

Codes

Color #E6EBD4 in popluar color models

E6EBD4
RGB230235212
HSL73°36.51%87.65%
HSB/HSV73°9.79%92.16%
CMYK2.13%0.00%9.79%
7.84%

Color #E6EBD4 in popluar number systems.

HEXE6EBD4
Decimal230235212
Binary111001101110101111010100
Octal346353324

Shades and tints

Shades of #E6EBD4

#E6EBD4
(230,235,212)
#D2D6C1
(210,214,193)
#BEC1AE
(190,193,174)
#AAAC9B
(170,172,155)
#969788
(150,151,136)
#828275
(130,130,117)
#6E6D62
(110,109,98)
#5A584F
(90,88,79)
#46433C
(70,67,60)
#322E29
(50,46,41)
#1E1916
(30,25,22)
#000000
(0,0,0)

Tints of #E6EBD4

#E6EBD4
(230,235,212)
#E8ECD7
(232,236,215)
#EAEDDA
(234,237,218)
#ECEEDD
(236,238,221)
#EEEFE0
(238,239,224)
#F0F0E3
(240,240,227)
#F2F1E6
(242,241,230)
#F4F2E9
(244,242,233)
#F6F3EC
(246,243,236)
#F8F4EF
(248,244,239)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6EBD4 color. Also use rgb(230,235,212) instead hex code.

Text Font Color

.myTextColor { color: #E6EBD4; }

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

This text font color is #E6EBD4.


Background Color

.myBgColor { background-color: #E6EBD4; }

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

This div background color is #E6EBD4.


Border color

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

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

This div border color is #E6EBD4.


Opacity

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

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

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

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

This text has shadow with #E6EBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBD4 on black background.


Color preview on white background

This text has color #E6EBD4 on white background.



Black color preview on #E6EBD4 background

This text has black color on #E6EBD4 background.


White color preview on #E6EBD4 background

This text has white color on #E6EBD4 background.