COLOR #EBE5D9

HEX: #EBE5D9
RGB: (235,229,217)

Renk bilgisi

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

RGB renk modeli

#EBE5D9 color RGB value is (235,229,217).

  • kırmız ton 235;
  • yeşil ton 229;
  • mavi ton 217.
RGB:
(235,229,217)
(92%,90%,85%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 229 of 255 = 90%
B 217 of 255 = 85%

235
229
217

R + G + B ~ 89%. #EBE5D9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 229 + 217 = 681 (100%)
R 235 of 681 ~ 34.51%
G 229 of 681 ~ 33.63%
B 217 of 681 ~ 31.86%

%34.51
%33.63
%31.86

CMYK RENK MODELİ

#EBE5D9 rengi CMYK tonu (0,3,8,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.55%
  • sarı tonu 7.66%
  • ana renk tonu 7.84%
CMYK:
(0,3,8,8)
C0M3Y8K8 
(0%,3%,8%,8%)
(0.00/0.03/0.08/0.08)	

CMYK yüzdeleri

%0
%2.55
%7.66
%7.84

Codes

Color #EBE5D9 in popluar color models

EBE5D9
RGB235229217
HSL40°31.03%88.63%
HSB/HSV40°7.66%92.16%
CMYK0.00%2.55%7.66%
7.84%

Color #EBE5D9 in popluar number systems.

HEXEBE5D9
Decimal235229217
Binary111010111110010111011001
Octal353345331

Shades and tints

Shades of #EBE5D9

#EBE5D9
(235,229,217)
#D6D1C6
(214,209,198)
#C1BDB3
(193,189,179)
#ACA9A0
(172,169,160)
#97958D
(151,149,141)
#82817A
(130,129,122)
#6D6D67
(109,109,103)
#585954
(88,89,84)
#434541
(67,69,65)
#2E312E
(46,49,46)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #EBE5D9

#EBE5D9
(235,229,217)
#ECE7DC
(236,231,220)
#EDE9DF
(237,233,223)
#EEEBE2
(238,235,226)
#EFEDE5
(239,237,229)
#F0EFE8
(240,239,232)
#F1F1EB
(241,241,235)
#F2F3EE
(242,243,238)
#F3F5F1
(243,245,241)
#F4F7F4
(244,247,244)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE5D9 color. Also use rgb(235,229,217) instead hex code.

Text Font Color

.myTextColor { color: #EBE5D9; }

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

This text font color is #EBE5D9.


Background Color

.myBgColor { background-color: #EBE5D9; }

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

This div background color is #EBE5D9.


Border color

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

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

This div border color is #EBE5D9.


Opacity

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

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

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

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

This text has shadow with #EBE5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBE5D9 on black background.


Color preview on white background

This text has color #EBE5D9 on white background.



Black color preview on #EBE5D9 background

This text has black color on #EBE5D9 background.


White color preview on #EBE5D9 background

This text has white color on #EBE5D9 background.