COLOR #EDE9C1

HEX: #EDE9C1
RGB: (237,233,193)

Renk bilgisi

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

RGB renk modeli

#EDE9C1 color RGB value is (237,233,193).

  • kırmız ton 237;
  • yeşil ton 233;
  • mavi ton 193.
RGB:
(237,233,193)
(93%,91%,76%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 233 of 255 = 91%
B 193 of 255 = 76%

237
233
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 233 + 193 = 663 (100%)
R 237 of 663 ~ 35.75%
G 233 of 663 ~ 35.14%
B 193 of 663 ~ 29.11%

%35.75
%35.14
%29.11

CMYK RENK MODELİ

#EDE9C1 rengi CMYK tonu (0,2,19,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.69%
  • sarı tonu 18.57%
  • ana renk tonu 7.06%
CMYK:
(0,2,19,7)
C0M2Y19K7 
(0%,2%,19%,7%)
(0.00/0.02/0.19/0.07)	

CMYK yüzdeleri

%0
%1.69
%18.57
%7.06

Codes

Color #EDE9C1 in popluar color models

EDE9C1
RGB237233193
HSL55°55.00%84.31%
HSB/HSV55°18.57%92.94%
CMYK0.00%1.69%18.57%
7.06%

Color #EDE9C1 in popluar number systems.

HEXEDE9C1
Decimal237233193
Binary111011011110100111000001
Octal355351301

Shades and tints

Shades of #EDE9C1

#EDE9C1
(237,233,193)
#D8D4B0
(216,212,176)
#C3BF9F
(195,191,159)
#AEAA8E
(174,170,142)
#99957D
(153,149,125)
#84806C
(132,128,108)
#6F6B5B
(111,107,91)
#5A564A
(90,86,74)
#454139
(69,65,57)
#302C28
(48,44,40)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDE9C1

#EDE9C1
(237,233,193)
#EEEBC6
(238,235,198)
#EFEDCB
(239,237,203)
#F0EFD0
(240,239,208)
#F1F1D5
(241,241,213)
#F2F3DA
(242,243,218)
#F3F5DF
(243,245,223)
#F4F7E4
(244,247,228)
#F5F9E9
(245,249,233)
#F6FBEE
(246,251,238)
#F7FDF3
(247,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE9C1 color. Also use rgb(237,233,193) instead hex code.

Text Font Color

.myTextColor { color: #EDE9C1; }

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

This text font color is #EDE9C1.


Background Color

.myBgColor { background-color: #EDE9C1; }

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

This div background color is #EDE9C1.


Border color

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

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

This div border color is #EDE9C1.


Opacity

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

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

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

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

This text has shadow with #EDE9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE9C1 on black background.


Color preview on white background

This text has color #EDE9C1 on white background.



Black color preview on #EDE9C1 background

This text has black color on #EDE9C1 background.


White color preview on #EDE9C1 background

This text has white color on #EDE9C1 background.