COLOR #EDE8B9

HEX: #EDE8B9
RGB: (237,232,185)

Renk bilgisi

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

RGB renk modeli

#EDE8B9 color RGB value is (237,232,185).

  • kırmız ton 237;
  • yeşil ton 232;
  • mavi ton 185.
RGB:
(237,232,185)
(93%,91%,73%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 232 of 255 = 91%
B 185 of 255 = 73%

237
232
185

R + G + B ~ 86%. #EDE8B9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 232 + 185 = 654 (100%)
R 237 of 654 ~ 36.24%
G 232 of 654 ~ 35.47%
B 185 of 654 ~ 28.29%

%36.24
%35.47
%28.29

CMYK RENK MODELİ

#EDE8B9 rengi CMYK tonu (0,2,22,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.11%
  • sarı tonu 21.94%
  • ana renk tonu 7.06%
CMYK:
(0,2,22,7)
C0M2Y22K7 
(0%,2%,22%,7%)
(0.00/0.02/0.22/0.07)	

CMYK yüzdeleri

%0
%2.11
%21.94
%7.06

Codes

Color #EDE8B9 in popluar color models

EDE8B9
RGB237232185
HSL54°59.09%82.75%
HSB/HSV54°21.94%92.94%
CMYK0.00%2.11%21.94%
7.06%

Color #EDE8B9 in popluar number systems.

HEXEDE8B9
Decimal237232185
Binary111011011110100010111001
Octal355350271

Shades and tints

Shades of #EDE8B9

#EDE8B9
(237,232,185)
#D8D3A9
(216,211,169)
#C3BE99
(195,190,153)
#AEA989
(174,169,137)
#999479
(153,148,121)
#847F69
(132,127,105)
#6F6A59
(111,106,89)
#5A5549
(90,85,73)
#454039
(69,64,57)
#302B29
(48,43,41)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDE8B9

#EDE8B9
(237,232,185)
#EEEABF
(238,234,191)
#EFECC5
(239,236,197)
#F0EECB
(240,238,203)
#F1F0D1
(241,240,209)
#F2F2D7
(242,242,215)
#F3F4DD
(243,244,221)
#F4F6E3
(244,246,227)
#F5F8E9
(245,248,233)
#F6FAEF
(246,250,239)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE8B9 color. Also use rgb(237,232,185) instead hex code.

Text Font Color

.myTextColor { color: #EDE8B9; }

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

This text font color is #EDE8B9.


Background Color

.myBgColor { background-color: #EDE8B9; }

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

This div background color is #EDE8B9.


Border color

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

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

This div border color is #EDE8B9.


Opacity

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

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

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

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

This text has shadow with #EDE8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE8B9 on black background.


Color preview on white background

This text has color #EDE8B9 on white background.



Black color preview on #EDE8B9 background

This text has black color on #EDE8B9 background.


White color preview on #EDE8B9 background

This text has white color on #EDE8B9 background.