COLOR #EED9E6

HEX: #EED9E6
RGB: (238,217,230)

Renk bilgisi

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

RGB renk modeli

#EED9E6 color RGB value is (238,217,230).

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

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 217 of 255 = 85%
B 230 of 255 = 90%

238
217
230

R + G + B ~ 89%. #EED9E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 217 + 230 = 685 (100%)
R 238 of 685 ~ 34.74%
G 217 of 685 ~ 31.68%
B 230 of 685 ~ 33.58%

%34.74
%31.68
%33.58

CMYK RENK MODELİ

#EED9E6 rengi CMYK tonu (0,9,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.82%
  • sarı tonu 3.36%
  • ana renk tonu 6.67%
CMYK:
(0,9,3,7)
C0M9Y3K7 
(0%,9%,3%,7%)
(0.00/0.09/0.03/0.07)	

CMYK yüzdeleri

%0
%8.82
%3.36
%6.67

Codes

Color #EED9E6 in popluar color models

EED9E6
RGB238217230
HSL323°38.18%89.22%
HSB/HSV323°8.82%93.33%
CMYK0.00%8.82%3.36%
6.67%

Color #EED9E6 in popluar number systems.

HEXEED9E6
Decimal238217230
Binary111011101101100111100110
Octal356331346

Shades and tints

Shades of #EED9E6

#EED9E6
(238,217,230)
#D9C6D2
(217,198,210)
#C4B3BE
(196,179,190)
#AFA0AA
(175,160,170)
#9A8D96
(154,141,150)
#857A82
(133,122,130)
#70676E
(112,103,110)
#5B545A
(91,84,90)
#464146
(70,65,70)
#312E32
(49,46,50)
#1C1B1E
(28,27,30)
#000000
(0,0,0)

Tints of #EED9E6

#EED9E6
(238,217,230)
#EFDCE8
(239,220,232)
#F0DFEA
(240,223,234)
#F1E2EC
(241,226,236)
#F2E5EE
(242,229,238)
#F3E8F0
(243,232,240)
#F4EBF2
(244,235,242)
#F5EEF4
(245,238,244)
#F6F1F6
(246,241,246)
#F7F4F8
(247,244,248)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED9E6; }

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

This text font color is #EED9E6.


Background Color

.myBgColor { background-color: #EED9E6; }

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

This div background color is #EED9E6.


Border color

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

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

This div border color is #EED9E6.


Opacity

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

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

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

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

This text has shadow with #EED9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9E6 on black background.


Color preview on white background

This text has color #EED9E6 on white background.



Black color preview on #EED9E6 background

This text has black color on #EED9E6 background.


White color preview on #EED9E6 background

This text has white color on #EED9E6 background.