COLOR #EDC6B6

HEX: #EDC6B6
RGB: (237,198,182)

Renk bilgisi

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

RGB renk modeli

#EDC6B6 color RGB value is (237,198,182).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 198 of 255 = 78%
B 182 of 255 = 71%

237
198
182

R + G + B ~ 81%. #EDC6B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 198 + 182 = 617 (100%)
R 237 of 617 ~ 38.41%
G 198 of 617 ~ 32.09%
B 182 of 617 ~ 29.5%

%38.41
%32.09
%29.5

CMYK RENK MODELİ

#EDC6B6 rengi CMYK tonu (0,16,23,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.46%
  • sarı tonu 23.21%
  • ana renk tonu 7.06%
CMYK:
(0,16,23,7)
C0M16Y23K7 
(0%,16%,23%,7%)
(0.00/0.16/0.23/0.07)	

CMYK yüzdeleri

%0
%16.46
%23.21
%7.06

Codes

Color #EDC6B6 in popluar color models

EDC6B6
RGB237198182
HSL17°60.44%82.16%
HSB/HSV17°23.21%92.94%
CMYK0.00%16.46%23.21%
7.06%

Color #EDC6B6 in popluar number systems.

HEXEDC6B6
Decimal237198182
Binary111011011100011010110110
Octal355306266

Shades and tints

Shades of #EDC6B6

#EDC6B6
(237,198,182)
#D8B4A6
(216,180,166)
#C3A296
(195,162,150)
#AE9086
(174,144,134)
#997E76
(153,126,118)
#846C66
(132,108,102)
#6F5A56
(111,90,86)
#5A4846
(90,72,70)
#453636
(69,54,54)
#302426
(48,36,38)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #EDC6B6

#EDC6B6
(237,198,182)
#EECBBC
(238,203,188)
#EFD0C2
(239,208,194)
#F0D5C8
(240,213,200)
#F1DACE
(241,218,206)
#F2DFD4
(242,223,212)
#F3E4DA
(243,228,218)
#F4E9E0
(244,233,224)
#F5EEE6
(245,238,230)
#F6F3EC
(246,243,236)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC6B6; }

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

This text font color is #EDC6B6.


Background Color

.myBgColor { background-color: #EDC6B6; }

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

This div background color is #EDC6B6.


Border color

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

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

This div border color is #EDC6B6.


Opacity

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

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

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

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

This text has shadow with #EDC6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC6B6 on black background.


Color preview on white background

This text has color #EDC6B6 on white background.



Black color preview on #EDC6B6 background

This text has black color on #EDC6B6 background.


White color preview on #EDC6B6 background

This text has white color on #EDC6B6 background.