COLOR #EDC3C2

HEX: #EDC3C2
RGB: (237,195,194)

Renk bilgisi

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

RGB renk modeli

#EDC3C2 color RGB value is (237,195,194).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 195 of 255 = 76%
B 194 of 255 = 76%

237
195
194

R + G + B ~ 82%. #EDC3C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 195 + 194 = 626 (100%)
R 237 of 626 ~ 37.86%
G 195 of 626 ~ 31.15%
B 194 of 626 ~ 30.99%

%37.86
%31.15
%30.99

CMYK RENK MODELİ

#EDC3C2 rengi CMYK tonu (0,18,18,7).

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

CMYK yüzdeleri

%0
%17.72
%18.14
%7.06

Codes

Color #EDC3C2 in popluar color models

EDC3C2
RGB237195194
HSL54.43%84.51%
HSB/HSV18.14%92.94%
CMYK0.00%17.72%18.14%
7.06%

Color #EDC3C2 in popluar number systems.

HEXEDC3C2
Decimal237195194
Binary111011011100001111000010
Octal355303302

Shades and tints

Shades of #EDC3C2

#EDC3C2
(237,195,194)
#D8B2B1
(216,178,177)
#C3A1A0
(195,161,160)
#AE908F
(174,144,143)
#997F7E
(153,127,126)
#846E6D
(132,110,109)
#6F5D5C
(111,93,92)
#5A4C4B
(90,76,75)
#453B3A
(69,59,58)
#302A29
(48,42,41)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #EDC3C2

#EDC3C2
(237,195,194)
#EEC8C7
(238,200,199)
#EFCDCC
(239,205,204)
#F0D2D1
(240,210,209)
#F1D7D6
(241,215,214)
#F2DCDB
(242,220,219)
#F3E1E0
(243,225,224)
#F4E6E5
(244,230,229)
#F5EBEA
(245,235,234)
#F6F0EF
(246,240,239)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC3C2; }

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

This text font color is #EDC3C2.


Background Color

.myBgColor { background-color: #EDC3C2; }

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

This div background color is #EDC3C2.


Border color

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

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

This div border color is #EDC3C2.


Opacity

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

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

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

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

This text has shadow with #EDC3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC3C2 on black background.


Color preview on white background

This text has color #EDC3C2 on white background.



Black color preview on #EDC3C2 background

This text has black color on #EDC3C2 background.


White color preview on #EDC3C2 background

This text has white color on #EDC3C2 background.