COLOR #EDC8C7

HEX: #EDC8C7
RGB: (237,200,199)

Renk bilgisi

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

RGB renk modeli

#EDC8C7 color RGB value is (237,200,199).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 200 of 255 = 78%
B 199 of 255 = 78%

237
200
199

R + G + B ~ 83%. #EDC8C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 200 + 199 = 636 (100%)
R 237 of 636 ~ 37.26%
G 200 of 636 ~ 31.45%
B 199 of 636 ~ 31.29%

%37.26
%31.45
%31.29

CMYK RENK MODELİ

#EDC8C7 rengi CMYK tonu (0,16,16,7).

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

CMYK yüzdeleri

%0
%15.61
%16.03
%7.06

Codes

Color #EDC8C7 in popluar color models

EDC8C7
RGB237200199
HSL51.35%85.49%
HSB/HSV16.03%92.94%
CMYK0.00%15.61%16.03%
7.06%

Color #EDC8C7 in popluar number systems.

HEXEDC8C7
Decimal237200199
Binary111011011100100011000111
Octal355310307

Shades and tints

Shades of #EDC8C7

#EDC8C7
(237,200,199)
#D8B6B5
(216,182,181)
#C3A4A3
(195,164,163)
#AE9291
(174,146,145)
#99807F
(153,128,127)
#846E6D
(132,110,109)
#6F5C5B
(111,92,91)
#5A4A49
(90,74,73)
#453837
(69,56,55)
#302625
(48,38,37)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #EDC8C7

#EDC8C7
(237,200,199)
#EECDCC
(238,205,204)
#EFD2D1
(239,210,209)
#F0D7D6
(240,215,214)
#F1DCDB
(241,220,219)
#F2E1E0
(242,225,224)
#F3E6E5
(243,230,229)
#F4EBEA
(244,235,234)
#F5F0EF
(245,240,239)
#F6F5F4
(246,245,244)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC8C7; }

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

This text font color is #EDC8C7.


Background Color

.myBgColor { background-color: #EDC8C7; }

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

This div background color is #EDC8C7.


Border color

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

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

This div border color is #EDC8C7.


Opacity

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

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

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

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

This text has shadow with #EDC8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC8C7 on black background.


Color preview on white background

This text has color #EDC8C7 on white background.



Black color preview on #EDC8C7 background

This text has black color on #EDC8C7 background.


White color preview on #EDC8C7 background

This text has white color on #EDC8C7 background.