COLOR #E6EBD3

HEX: #E6EBD3
RGB: (230,235,211)

Renk bilgisi

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

RGB renk modeli

#E6EBD3 color RGB value is (230,235,211).

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

RGB bağlantıları ve doygunluk

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

230
235
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 235 + 211 = 676 (100%)
R 230 of 676 ~ 34.02%
G 235 of 676 ~ 34.76%
B 211 of 676 ~ 31.21%

%34.02
%34.76
%31.21

CMYK RENK MODELİ

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

  • camgöbeği tonu 2.13%
  • eflatun tonu 0.00%
  • sarı tonu 10.21%
  • 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
%10.21
%7.84

Codes

Color #E6EBD3 in popluar color models

E6EBD3
RGB230235211
HSL73°37.50%87.45%
HSB/HSV73°10.21%92.16%
CMYK2.13%0.00%10.21%
7.84%

Color #E6EBD3 in popluar number systems.

HEXE6EBD3
Decimal230235211
Binary111001101110101111010011
Octal346353323

Shades and tints

Shades of #E6EBD3

#E6EBD3
(230,235,211)
#D2D6C0
(210,214,192)
#BEC1AD
(190,193,173)
#AAAC9A
(170,172,154)
#969787
(150,151,135)
#828274
(130,130,116)
#6E6D61
(110,109,97)
#5A584E
(90,88,78)
#46433B
(70,67,59)
#322E28
(50,46,40)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6EBD3

#E6EBD3
(230,235,211)
#E8ECD7
(232,236,215)
#EAEDDB
(234,237,219)
#ECEEDF
(236,238,223)
#EEEFE3
(238,239,227)
#F0F0E7
(240,240,231)
#F2F1EB
(242,241,235)
#F4F2EF
(244,242,239)
#F6F3F3
(246,243,243)
#F8F4F7
(248,244,247)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBD3; }

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

This text font color is #E6EBD3.


Background Color

.myBgColor { background-color: #E6EBD3; }

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

This div background color is #E6EBD3.


Border color

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

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

This div border color is #E6EBD3.


Opacity

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

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

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

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

This text has shadow with #E6EBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBD3 on black background.


Color preview on white background

This text has color #E6EBD3 on white background.



Black color preview on #E6EBD3 background

This text has black color on #E6EBD3 background.


White color preview on #E6EBD3 background

This text has white color on #E6EBD3 background.