COLOR #EDE5BE

HEX: #EDE5BE
RGB: (237,229,190)

Renk bilgisi

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

RGB renk modeli

#EDE5BE color RGB value is (237,229,190).

  • kırmız ton 237;
  • yeşil ton 229;
  • mavi ton 190.
RGB:
(237,229,190)
(93%,90%,75%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 229 of 255 = 90%
B 190 of 255 = 75%

237
229
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 229 + 190 = 656 (100%)
R 237 of 656 ~ 36.13%
G 229 of 656 ~ 34.91%
B 190 of 656 ~ 28.96%

%36.13
%34.91
%28.96

CMYK RENK MODELİ

#EDE5BE rengi CMYK tonu (0,3,20,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.38%
  • sarı tonu 19.83%
  • ana renk tonu 7.06%
CMYK:
(0,3,20,7)
C0M3Y20K7 
(0%,3%,20%,7%)
(0.00/0.03/0.20/0.07)	

CMYK yüzdeleri

%0
%3.38
%19.83
%7.06

Codes

Color #EDE5BE in popluar color models

EDE5BE
RGB237229190
HSL50°56.63%83.73%
HSB/HSV50°19.83%92.94%
CMYK0.00%3.38%19.83%
7.06%

Color #EDE5BE in popluar number systems.

HEXEDE5BE
Decimal237229190
Binary111011011110010110111110
Octal355345276

Shades and tints

Shades of #EDE5BE

#EDE5BE
(237,229,190)
#D8D1AD
(216,209,173)
#C3BD9C
(195,189,156)
#AEA98B
(174,169,139)
#99957A
(153,149,122)
#848169
(132,129,105)
#6F6D58
(111,109,88)
#5A5947
(90,89,71)
#454536
(69,69,54)
#303125
(48,49,37)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #EDE5BE

#EDE5BE
(237,229,190)
#EEE7C3
(238,231,195)
#EFE9C8
(239,233,200)
#F0EBCD
(240,235,205)
#F1EDD2
(241,237,210)
#F2EFD7
(242,239,215)
#F3F1DC
(243,241,220)
#F4F3E1
(244,243,225)
#F5F5E6
(245,245,230)
#F6F7EB
(246,247,235)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE5BE color. Also use rgb(237,229,190) instead hex code.

Text Font Color

.myTextColor { color: #EDE5BE; }

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

This text font color is #EDE5BE.


Background Color

.myBgColor { background-color: #EDE5BE; }

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

This div background color is #EDE5BE.


Border color

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

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

This div border color is #EDE5BE.


Opacity

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

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

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

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

This text has shadow with #EDE5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5BE on black background.


Color preview on white background

This text has color #EDE5BE on white background.



Black color preview on #EDE5BE background

This text has black color on #EDE5BE background.


White color preview on #EDE5BE background

This text has white color on #EDE5BE background.