COLOR #EFF6DC

HEX: #EFF6DC
RGB: (239,246,220)

Renk bilgisi

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

RGB renk modeli

#EFF6DC color RGB value is (239,246,220).

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

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 246 of 255 = 96%
B 220 of 255 = 86%

239
246
220

R + G + B ~ 92%. #EFF6DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 246 + 220 = 705 (100%)
R 239 of 705 ~ 33.9%
G 246 of 705 ~ 34.89%
B 220 of 705 ~ 31.21%

%33.9
%34.89
%31.21

CMYK RENK MODELİ

#EFF6DC rengi CMYK tonu (3,0,11,4).

  • camgöbeği tonu 2.85%
  • eflatun tonu 0.00%
  • sarı tonu 10.57%
  • ana renk tonu 3.53%
CMYK:
(3,0,11,4)
C3M0Y11K4 
(3%,0%,11%,4%)
(0.03/0.00/0.11/0.04)	

CMYK yüzdeleri

%2.85
%0
%10.57
%3.53

Codes

Color #EFF6DC in popluar color models

EFF6DC
RGB239246220
HSL76°59.09%91.37%
HSB/HSV76°10.57%96.47%
CMYK2.85%0.00%10.57%
3.53%

Color #EFF6DC in popluar number systems.

HEXEFF6DC
Decimal239246220
Binary111011111111011011011100
Octal357366334

Shades and tints

Shades of #EFF6DC

#EFF6DC
(239,246,220)
#DAE0C8
(218,224,200)
#C5CAB4
(197,202,180)
#B0B4A0
(176,180,160)
#9B9E8C
(155,158,140)
#868878
(134,136,120)
#717264
(113,114,100)
#5C5C50
(92,92,80)
#47463C
(71,70,60)
#323028
(50,48,40)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #EFF6DC

#EFF6DC
(239,246,220)
#F0F6DF
(240,246,223)
#F1F6E2
(241,246,226)
#F2F6E5
(242,246,229)
#F3F6E8
(243,246,232)
#F4F6EB
(244,246,235)
#F5F6EE
(245,246,238)
#F6F6F1
(246,246,241)
#F7F6F4
(247,246,244)
#F8F6F7
(248,246,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFF6DC; }

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

This text font color is #EFF6DC.


Background Color

.myBgColor { background-color: #EFF6DC; }

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

This div background color is #EFF6DC.


Border color

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

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

This div border color is #EFF6DC.


Opacity

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

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

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

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

This text has shadow with #EFF6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF6DC on black background.


Color preview on white background

This text has color #EFF6DC on white background.



Black color preview on #EFF6DC background

This text has black color on #EFF6DC background.


White color preview on #EFF6DC background

This text has white color on #EFF6DC background.