COLOR #EBD5B9

HEX: #EBD5B9
RGB: (235,213,185)

Renk bilgisi

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

RGB renk modeli

#EBD5B9 color RGB value is (235,213,185).

  • kırmız ton 235;
  • yeşil ton 213;
  • mavi ton 185.
RGB:
(235,213,185)
(92%,84%,73%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 213 of 255 = 84%
B 185 of 255 = 73%

235
213
185

R + G + B ~ 83%. #EBD5B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 213 + 185 = 633 (100%)
R 235 of 633 ~ 37.12%
G 213 of 633 ~ 33.65%
B 185 of 633 ~ 29.23%

%37.12
%33.65
%29.23

CMYK RENK MODELİ

#EBD5B9 rengi CMYK tonu (0,9,21,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.36%
  • sarı tonu 21.28%
  • ana renk tonu 7.84%
CMYK:
(0,9,21,8)
C0M9Y21K8 
(0%,9%,21%,8%)
(0.00/0.09/0.21/0.08)	

CMYK yüzdeleri

%0
%9.36
%21.28
%7.84

Codes

Color #EBD5B9 in popluar color models

EBD5B9
RGB235213185
HSL34°55.56%82.35%
HSB/HSV34°21.28%92.16%
CMYK0.00%9.36%21.28%
7.84%

Color #EBD5B9 in popluar number systems.

HEXEBD5B9
Decimal235213185
Binary111010111101010110111001
Octal353325271

Shades and tints

Shades of #EBD5B9

#EBD5B9
(235,213,185)
#D6C2A9
(214,194,169)
#C1AF99
(193,175,153)
#AC9C89
(172,156,137)
#978979
(151,137,121)
#827669
(130,118,105)
#6D6359
(109,99,89)
#585049
(88,80,73)
#433D39
(67,61,57)
#2E2A29
(46,42,41)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #EBD5B9

#EBD5B9
(235,213,185)
#ECD8BF
(236,216,191)
#EDDBC5
(237,219,197)
#EEDECB
(238,222,203)
#EFE1D1
(239,225,209)
#F0E4D7
(240,228,215)
#F1E7DD
(241,231,221)
#F2EAE3
(242,234,227)
#F3EDE9
(243,237,233)
#F4F0EF
(244,240,239)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD5B9 color. Also use rgb(235,213,185) instead hex code.

Text Font Color

.myTextColor { color: #EBD5B9; }

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

This text font color is #EBD5B9.


Background Color

.myBgColor { background-color: #EBD5B9; }

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

This div background color is #EBD5B9.


Border color

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

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

This div border color is #EBD5B9.


Opacity

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

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

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

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

This text has shadow with #EBD5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBD5B9 on black background.


Color preview on white background

This text has color #EBD5B9 on white background.



Black color preview on #EBD5B9 background

This text has black color on #EBD5B9 background.


White color preview on #EBD5B9 background

This text has white color on #EBD5B9 background.