COLOR #EFF0DC

HEX: #EFF0DC
RGB: (239,240,220)

Renk bilgisi

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

RGB renk modeli

#EFF0DC color RGB value is (239,240,220).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 240 of 255 = 94%
B 220 of 255 = 86%

239
240
220

R + G + B ~ 91%. #EFF0DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 240 + 220 = 699 (100%)
R 239 of 699 ~ 34.19%
G 240 of 699 ~ 34.33%
B 220 of 699 ~ 31.47%

%34.19
%34.33
%31.47

CMYK RENK MODELİ

#EFF0DC rengi CMYK tonu (0,0,8,6).

  • camgöbeği tonu 0.42%
  • eflatun tonu 0.00%
  • sarı tonu 8.33%
  • ana renk tonu 5.88%
CMYK:
(0,0,8,6)
C0M0Y8K6 
(0%,0%,8%,6%)
(0.00/0.00/0.08/0.06)	

CMYK yüzdeleri

%0.42
%0
%8.33
%5.88

Codes

Color #EFF0DC in popluar color models

EFF0DC
RGB239240220
HSL63°40.00%90.20%
HSB/HSV63°8.33%94.12%
CMYK0.42%0.00%8.33%
5.88%

Color #EFF0DC in popluar number systems.

HEXEFF0DC
Decimal239240220
Binary111011111111000011011100
Octal357360334

Shades and tints

Shades of #EFF0DC

#EFF0DC
(239,240,220)
#DADBC8
(218,219,200)
#C5C6B4
(197,198,180)
#B0B1A0
(176,177,160)
#9B9C8C
(155,156,140)
#868778
(134,135,120)
#717264
(113,114,100)
#5C5D50
(92,93,80)
#47483C
(71,72,60)
#323328
(50,51,40)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #EFF0DC

#EFF0DC
(239,240,220)
#F0F1DF
(240,241,223)
#F1F2E2
(241,242,226)
#F2F3E5
(242,243,229)
#F3F4E8
(243,244,232)
#F4F5EB
(244,245,235)
#F5F6EE
(245,246,238)
#F6F7F1
(246,247,241)
#F7F8F4
(247,248,244)
#F8F9F7
(248,249,247)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF0DC; }

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

This text font color is #EFF0DC.


Background Color

.myBgColor { background-color: #EFF0DC; }

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

This div background color is #EFF0DC.


Border color

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

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

This div border color is #EFF0DC.


Opacity

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

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

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

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

This text has shadow with #EFF0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF0DC on black background.


Color preview on white background

This text has color #EFF0DC on white background.



Black color preview on #EFF0DC background

This text has black color on #EFF0DC background.


White color preview on #EFF0DC background

This text has white color on #EFF0DC background.