COLOR #EDE6C8

HEX: #EDE6C8
RGB: (237,230,200)

Renk bilgisi

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

RGB renk modeli

#EDE6C8 color RGB value is (237,230,200).

  • kırmız ton 237;
  • yeşil ton 230;
  • mavi ton 200.
RGB:
(237,230,200)
(93%,90%,78%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 230 of 255 = 90%
B 200 of 255 = 78%

237
230
200

R + G + B ~ 87%. #EDE6C8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 230 + 200 = 667 (100%)
R 237 of 667 ~ 35.53%
G 230 of 667 ~ 34.48%
B 200 of 667 ~ 29.99%

%35.53
%34.48
%29.99

CMYK RENK MODELİ

#EDE6C8 rengi CMYK tonu (0,3,16,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.95%
  • sarı tonu 15.61%
  • ana renk tonu 7.06%
CMYK:
(0,3,16,7)
C0M3Y16K7 
(0%,3%,16%,7%)
(0.00/0.03/0.16/0.07)	

CMYK yüzdeleri

%0
%2.95
%15.61
%7.06

Codes

Color #EDE6C8 in popluar color models

EDE6C8
RGB237230200
HSL49°50.68%85.69%
HSB/HSV49°15.61%92.94%
CMYK0.00%2.95%15.61%
7.06%

Color #EDE6C8 in popluar number systems.

HEXEDE6C8
Decimal237230200
Binary111011011110011011001000
Octal355346310

Shades and tints

Shades of #EDE6C8

#EDE6C8
(237,230,200)
#D8D2B6
(216,210,182)
#C3BEA4
(195,190,164)
#AEAA92
(174,170,146)
#999680
(153,150,128)
#84826E
(132,130,110)
#6F6E5C
(111,110,92)
#5A5A4A
(90,90,74)
#454638
(69,70,56)
#303226
(48,50,38)
#1B1E14
(27,30,20)
#000000
(0,0,0)

Tints of #EDE6C8

#EDE6C8
(237,230,200)
#EEE8CD
(238,232,205)
#EFEAD2
(239,234,210)
#F0ECD7
(240,236,215)
#F1EEDC
(241,238,220)
#F2F0E1
(242,240,225)
#F3F2E6
(243,242,230)
#F4F4EB
(244,244,235)
#F5F6F0
(245,246,240)
#F6F8F5
(246,248,245)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE6C8 color. Also use rgb(237,230,200) instead hex code.

Text Font Color

.myTextColor { color: #EDE6C8; }

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

This text font color is #EDE6C8.


Background Color

.myBgColor { background-color: #EDE6C8; }

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

This div background color is #EDE6C8.


Border color

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

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

This div border color is #EDE6C8.


Opacity

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

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

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

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

This text has shadow with #EDE6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE6C8 on black background.


Color preview on white background

This text has color #EDE6C8 on white background.



Black color preview on #EDE6C8 background

This text has black color on #EDE6C8 background.


White color preview on #EDE6C8 background

This text has white color on #EDE6C8 background.