COLOR #EDD7C3

HEX: #EDD7C3
RGB: (237,215,195)

Renk bilgisi

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

RGB renk modeli

#EDD7C3 color RGB value is (237,215,195).

  • kırmız ton 237;
  • yeşil ton 215;
  • mavi ton 195.
RGB:
(237,215,195)
(93%,84%,76%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 215 of 255 = 84%
B 195 of 255 = 76%

237
215
195

R + G + B ~ 84%. #EDD7C3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 215 + 195 = 647 (100%)
R 237 of 647 ~ 36.63%
G 215 of 647 ~ 33.23%
B 195 of 647 ~ 30.14%

%36.63
%33.23
%30.14

CMYK RENK MODELİ

#EDD7C3 rengi CMYK tonu (0,9,18,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.28%
  • sarı tonu 17.72%
  • ana renk tonu 7.06%
CMYK:
(0,9,18,7)
C0M9Y18K7 
(0%,9%,18%,7%)
(0.00/0.09/0.18/0.07)	

CMYK yüzdeleri

%0
%9.28
%17.72
%7.06

Codes

Color #EDD7C3 in popluar color models

EDD7C3
RGB237215195
HSL29°53.85%84.71%
HSB/HSV29°17.72%92.94%
CMYK0.00%9.28%17.72%
7.06%

Color #EDD7C3 in popluar number systems.

HEXEDD7C3
Decimal237215195
Binary111011011101011111000011
Octal355327303

Shades and tints

Shades of #EDD7C3

#EDD7C3
(237,215,195)
#D8C4B2
(216,196,178)
#C3B1A1
(195,177,161)
#AE9E90
(174,158,144)
#998B7F
(153,139,127)
#84786E
(132,120,110)
#6F655D
(111,101,93)
#5A524C
(90,82,76)
#453F3B
(69,63,59)
#302C2A
(48,44,42)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDD7C3

#EDD7C3
(237,215,195)
#EEDAC8
(238,218,200)
#EFDDCD
(239,221,205)
#F0E0D2
(240,224,210)
#F1E3D7
(241,227,215)
#F2E6DC
(242,230,220)
#F3E9E1
(243,233,225)
#F4ECE6
(244,236,230)
#F5EFEB
(245,239,235)
#F6F2F0
(246,242,240)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD7C3 color. Also use rgb(237,215,195) instead hex code.

Text Font Color

.myTextColor { color: #EDD7C3; }

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

This text font color is #EDD7C3.


Background Color

.myBgColor { background-color: #EDD7C3; }

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

This div background color is #EDD7C3.


Border color

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

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

This div border color is #EDD7C3.


Opacity

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

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

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

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

This text has shadow with #EDD7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7C3 on black background.


Color preview on white background

This text has color #EDD7C3 on white background.



Black color preview on #EDD7C3 background

This text has black color on #EDD7C3 background.


White color preview on #EDD7C3 background

This text has white color on #EDD7C3 background.