COLOR #EFDCF9

HEX: #EFDCF9
RGB: (239,220,249)

Renk bilgisi

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

RGB renk modeli

#EFDCF9 color RGB value is (239,220,249).

  • kırmız ton 239;
  • yeşil ton 220;
  • mavi ton 249.
RGB:
(239,220,249)
(94%,86%,98%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 220 of 255 = 86%
B 249 of 255 = 98%

239
220
249

R + G + B ~ 93%. #EFDCF9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 220 + 249 = 708 (100%)
R 239 of 708 ~ 33.76%
G 220 of 708 ~ 31.07%
B 249 of 708 ~ 35.17%

%33.76
%31.07
%35.17

CMYK RENK MODELİ

#EFDCF9 rengi CMYK tonu (4,12,0,2).

  • camgöbeği tonu 4.02%
  • eflatun tonu 11.65%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(4,12,0,2)
C4M12Y0K2 
(4%,12%,0%,2%)
(0.04/0.12/0.00/0.02)	

CMYK yüzdeleri

%4.02
%11.65
%0
%2.35

Codes

Color #EFDCF9 in popluar color models

EFDCF9
RGB239220249
HSL279°70.73%91.96%
HSB/HSV279°11.65%97.65%
CMYK4.02%11.65%0.00%
2.35%

Color #EFDCF9 in popluar number systems.

HEXEFDCF9
Decimal239220249
Binary111011111101110011111001
Octal357334371

Shades and tints

Shades of #EFDCF9

#EFDCF9
(239,220,249)
#DAC8E3
(218,200,227)
#C5B4CD
(197,180,205)
#B0A0B7
(176,160,183)
#9B8CA1
(155,140,161)
#86788B
(134,120,139)
#716475
(113,100,117)
#5C505F
(92,80,95)
#473C49
(71,60,73)
#322833
(50,40,51)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #EFDCF9

#EFDCF9
(239,220,249)
#F0DFF9
(240,223,249)
#F1E2F9
(241,226,249)
#F2E5F9
(242,229,249)
#F3E8F9
(243,232,249)
#F4EBF9
(244,235,249)
#F5EEF9
(245,238,249)
#F6F1F9
(246,241,249)
#F7F4F9
(247,244,249)
#F8F7F9
(248,247,249)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDCF9 color. Also use rgb(239,220,249) instead hex code.

Text Font Color

.myTextColor { color: #EFDCF9; }

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

This text font color is #EFDCF9.


Background Color

.myBgColor { background-color: #EFDCF9; }

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

This div background color is #EFDCF9.


Border color

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

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

This div border color is #EFDCF9.


Opacity

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

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

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

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

This text has shadow with #EFDCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDCF9 on black background.


Color preview on white background

This text has color #EFDCF9 on white background.



Black color preview on #EFDCF9 background

This text has black color on #EFDCF9 background.


White color preview on #EFDCF9 background

This text has white color on #EFDCF9 background.