COLOR #EDD7C6

HEX: #EDD7C6
RGB: (237,215,198)

Renk bilgisi

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

RGB renk modeli

#EDD7C6 color RGB value is (237,215,198).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 215 of 255 = 84%
B 198 of 255 = 78%

237
215
198

R + G + B ~ 85%. #EDD7C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 215 + 198 = 650 (100%)
R 237 of 650 ~ 36.46%
G 215 of 650 ~ 33.08%
B 198 of 650 ~ 30.46%

%36.46
%33.08
%30.46

CMYK RENK MODELİ

#EDD7C6 rengi CMYK tonu (0,9,16,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.28%
  • sarı tonu 16.46%
  • ana renk tonu 7.06%
CMYK:
(0,9,16,7)
C0M9Y16K7 
(0%,9%,16%,7%)
(0.00/0.09/0.16/0.07)	

CMYK yüzdeleri

%0
%9.28
%16.46
%7.06

Codes

Color #EDD7C6 in popluar color models

EDD7C6
RGB237215198
HSL26°52.00%85.29%
HSB/HSV26°16.46%92.94%
CMYK0.00%9.28%16.46%
7.06%

Color #EDD7C6 in popluar number systems.

HEXEDD7C6
Decimal237215198
Binary111011011101011111000110
Octal355327306

Shades and tints

Shades of #EDD7C6

#EDD7C6
(237,215,198)
#D8C4B4
(216,196,180)
#C3B1A2
(195,177,162)
#AE9E90
(174,158,144)
#998B7E
(153,139,126)
#84786C
(132,120,108)
#6F655A
(111,101,90)
#5A5248
(90,82,72)
#453F36
(69,63,54)
#302C24
(48,44,36)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #EDD7C6

#EDD7C6
(237,215,198)
#EEDACB
(238,218,203)
#EFDDD0
(239,221,208)
#F0E0D5
(240,224,213)
#F1E3DA
(241,227,218)
#F2E6DF
(242,230,223)
#F3E9E4
(243,233,228)
#F4ECE9
(244,236,233)
#F5EFEE
(245,239,238)
#F6F2F3
(246,242,243)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD7C6; }

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

This text font color is #EDD7C6.


Background Color

.myBgColor { background-color: #EDD7C6; }

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

This div background color is #EDD7C6.


Border color

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

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

This div border color is #EDD7C6.


Opacity

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

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

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

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

This text has shadow with #EDD7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7C6 on black background.


Color preview on white background

This text has color #EDD7C6 on white background.



Black color preview on #EDD7C6 background

This text has black color on #EDD7C6 background.


White color preview on #EDD7C6 background

This text has white color on #EDD7C6 background.