COLOR #EFD9E6

HEX: #EFD9E6
RGB: (239,217,230)

Renk bilgisi

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

RGB renk modeli

#EFD9E6 color RGB value is (239,217,230).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 217 of 255 = 85%
B 230 of 255 = 90%

239
217
230

R + G + B ~ 90%. #EFD9E6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 217 + 230 = 686 (100%)
R 239 of 686 ~ 34.84%
G 217 of 686 ~ 31.63%
B 230 of 686 ~ 33.53%

%34.84
%31.63
%33.53

CMYK RENK MODELİ

#EFD9E6 rengi CMYK tonu (0,9,4,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.21%
  • sarı tonu 3.77%
  • ana renk tonu 6.27%
CMYK:
(0,9,4,6)
C0M9Y4K6 
(0%,9%,4%,6%)
(0.00/0.09/0.04/0.06)	

CMYK yüzdeleri

%0
%9.21
%3.77
%6.27

Codes

Color #EFD9E6 in popluar color models

EFD9E6
RGB239217230
HSL325°40.74%89.41%
HSB/HSV325°9.21%93.73%
CMYK0.00%9.21%3.77%
6.27%

Color #EFD9E6 in popluar number systems.

HEXEFD9E6
Decimal239217230
Binary111011111101100111100110
Octal357331346

Shades and tints

Shades of #EFD9E6

#EFD9E6
(239,217,230)
#DAC6D2
(218,198,210)
#C5B3BE
(197,179,190)
#B0A0AA
(176,160,170)
#9B8D96
(155,141,150)
#867A82
(134,122,130)
#71676E
(113,103,110)
#5C545A
(92,84,90)
#474146
(71,65,70)
#322E32
(50,46,50)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #EFD9E6

#EFD9E6
(239,217,230)
#F0DCE8
(240,220,232)
#F1DFEA
(241,223,234)
#F2E2EC
(242,226,236)
#F3E5EE
(243,229,238)
#F4E8F0
(244,232,240)
#F5EBF2
(245,235,242)
#F6EEF4
(246,238,244)
#F7F1F6
(247,241,246)
#F8F4F8
(248,244,248)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD9E6; }

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

This text font color is #EFD9E6.


Background Color

.myBgColor { background-color: #EFD9E6; }

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

This div background color is #EFD9E6.


Border color

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

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

This div border color is #EFD9E6.


Opacity

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

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

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

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

This text has shadow with #EFD9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD9E6 on black background.


Color preview on white background

This text has color #EFD9E6 on white background.



Black color preview on #EFD9E6 background

This text has black color on #EFD9E6 background.


White color preview on #EFD9E6 background

This text has white color on #EFD9E6 background.