COLOR #EED9D6

HEX: #EED9D6
RGB: (238,217,214)

Renk bilgisi

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

RGB renk modeli

#EED9D6 color RGB value is (238,217,214).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 217 of 255 = 85%
B 214 of 255 = 84%

238
217
214

R + G + B ~ 87%. #EED9D6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 217 + 214 = 669 (100%)
R 238 of 669 ~ 35.58%
G 217 of 669 ~ 32.44%
B 214 of 669 ~ 31.99%

%35.58
%32.44
%31.99

CMYK RENK MODELİ

#EED9D6 rengi CMYK tonu (0,9,10,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.82%
  • sarı tonu 10.08%
  • ana renk tonu 6.67%
CMYK:
(0,9,10,7)
C0M9Y10K7 
(0%,9%,10%,7%)
(0.00/0.09/0.10/0.07)	

CMYK yüzdeleri

%0
%8.82
%10.08
%6.67

Codes

Color #EED9D6 in popluar color models

EED9D6
RGB238217214
HSL41.38%88.63%
HSB/HSV10.08%93.33%
CMYK0.00%8.82%10.08%
6.67%

Color #EED9D6 in popluar number systems.

HEXEED9D6
Decimal238217214
Binary111011101101100111010110
Octal356331326

Shades and tints

Shades of #EED9D6

#EED9D6
(238,217,214)
#D9C6C3
(217,198,195)
#C4B3B0
(196,179,176)
#AFA09D
(175,160,157)
#9A8D8A
(154,141,138)
#857A77
(133,122,119)
#706764
(112,103,100)
#5B5451
(91,84,81)
#46413E
(70,65,62)
#312E2B
(49,46,43)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #EED9D6

#EED9D6
(238,217,214)
#EFDCD9
(239,220,217)
#F0DFDC
(240,223,220)
#F1E2DF
(241,226,223)
#F2E5E2
(242,229,226)
#F3E8E5
(243,232,229)
#F4EBE8
(244,235,232)
#F5EEEB
(245,238,235)
#F6F1EE
(246,241,238)
#F7F4F1
(247,244,241)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED9D6; }

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

This text font color is #EED9D6.


Background Color

.myBgColor { background-color: #EED9D6; }

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

This div background color is #EED9D6.


Border color

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

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

This div border color is #EED9D6.


Opacity

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

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

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

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

This text has shadow with #EED9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9D6 on black background.


Color preview on white background

This text has color #EED9D6 on white background.



Black color preview on #EED9D6 background

This text has black color on #EED9D6 background.


White color preview on #EED9D6 background

This text has white color on #EED9D6 background.