COLOR #EED6C2

HEX: #EED6C2
RGB: (238,214,194)

Renk bilgisi

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

RGB renk modeli

#EED6C2 color RGB value is (238,214,194).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 214 of 255 = 84%
B 194 of 255 = 76%

238
214
194

R + G + B ~ 84%. #EED6C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 214 + 194 = 646 (100%)
R 238 of 646 ~ 36.84%
G 214 of 646 ~ 33.13%
B 194 of 646 ~ 30.03%

%36.84
%33.13
%30.03

CMYK RENK MODELİ

#EED6C2 rengi CMYK tonu (0,10,18,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.08%
  • sarı tonu 18.49%
  • ana renk tonu 6.67%
CMYK:
(0,10,18,7)
C0M10Y18K7 
(0%,10%,18%,7%)
(0.00/0.10/0.18/0.07)	

CMYK yüzdeleri

%0
%10.08
%18.49
%6.67

Codes

Color #EED6C2 in popluar color models

EED6C2
RGB238214194
HSL27°56.41%84.71%
HSB/HSV27°18.49%93.33%
CMYK0.00%10.08%18.49%
6.67%

Color #EED6C2 in popluar number systems.

HEXEED6C2
Decimal238214194
Binary111011101101011011000010
Octal356326302

Shades and tints

Shades of #EED6C2

#EED6C2
(238,214,194)
#D9C3B1
(217,195,177)
#C4B0A0
(196,176,160)
#AF9D8F
(175,157,143)
#9A8A7E
(154,138,126)
#85776D
(133,119,109)
#70645C
(112,100,92)
#5B514B
(91,81,75)
#463E3A
(70,62,58)
#312B29
(49,43,41)
#1C1818
(28,24,24)
#000000
(0,0,0)

Tints of #EED6C2

#EED6C2
(238,214,194)
#EFD9C7
(239,217,199)
#F0DCCC
(240,220,204)
#F1DFD1
(241,223,209)
#F2E2D6
(242,226,214)
#F3E5DB
(243,229,219)
#F4E8E0
(244,232,224)
#F5EBE5
(245,235,229)
#F6EEEA
(246,238,234)
#F7F1EF
(247,241,239)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED6C2 color. Also use rgb(238,214,194) instead hex code.

Text Font Color

.myTextColor { color: #EED6C2; }

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

This text font color is #EED6C2.


Background Color

.myBgColor { background-color: #EED6C2; }

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

This div background color is #EED6C2.


Border color

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

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

This div border color is #EED6C2.


Opacity

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

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

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

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

This text has shadow with #EED6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED6C2 on black background.


Color preview on white background

This text has color #EED6C2 on white background.



Black color preview on #EED6C2 background

This text has black color on #EED6C2 background.


White color preview on #EED6C2 background

This text has white color on #EED6C2 background.