COLOR #EDC6C9

HEX: #EDC6C9
RGB: (237,198,201)

Renk bilgisi

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

RGB renk modeli

#EDC6C9 color RGB value is (237,198,201).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 198 of 255 = 78%
B 201 of 255 = 79%

237
198
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 198 + 201 = 636 (100%)
R 237 of 636 ~ 37.26%
G 198 of 636 ~ 31.13%
B 201 of 636 ~ 31.6%

%37.26
%31.13
%31.6

CMYK RENK MODELİ

#EDC6C9 rengi CMYK tonu (0,16,15,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.46%
  • sarı tonu 15.19%
  • ana renk tonu 7.06%
CMYK:
(0,16,15,7)
C0M16Y15K7 
(0%,16%,15%,7%)
(0.00/0.16/0.15/0.07)	

CMYK yüzdeleri

%0
%16.46
%15.19
%7.06

Codes

Color #EDC6C9 in popluar color models

EDC6C9
RGB237198201
HSL355°52.00%85.29%
HSB/HSV355°16.46%92.94%
CMYK0.00%16.46%15.19%
7.06%

Color #EDC6C9 in popluar number systems.

HEXEDC6C9
Decimal237198201
Binary111011011100011011001001
Octal355306311

Shades and tints

Shades of #EDC6C9

#EDC6C9
(237,198,201)
#D8B4B7
(216,180,183)
#C3A2A5
(195,162,165)
#AE9093
(174,144,147)
#997E81
(153,126,129)
#846C6F
(132,108,111)
#6F5A5D
(111,90,93)
#5A484B
(90,72,75)
#453639
(69,54,57)
#302427
(48,36,39)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #EDC6C9

#EDC6C9
(237,198,201)
#EECBCD
(238,203,205)
#EFD0D1
(239,208,209)
#F0D5D5
(240,213,213)
#F1DAD9
(241,218,217)
#F2DFDD
(242,223,221)
#F3E4E1
(243,228,225)
#F4E9E5
(244,233,229)
#F5EEE9
(245,238,233)
#F6F3ED
(246,243,237)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC6C9; }

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

This text font color is #EDC6C9.


Background Color

.myBgColor { background-color: #EDC6C9; }

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

This div background color is #EDC6C9.


Border color

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

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

This div border color is #EDC6C9.


Opacity

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

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

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

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

This text has shadow with #EDC6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC6C9 on black background.


Color preview on white background

This text has color #EDC6C9 on white background.



Black color preview on #EDC6C9 background

This text has black color on #EDC6C9 background.


White color preview on #EDC6C9 background

This text has white color on #EDC6C9 background.