COLOR #EDF6EE

HEX: #EDF6EE
RGB: (237,246,238)

Renk bilgisi

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

RGB renk modeli

#EDF6EE color RGB value is (237,246,238).

  • kırmız ton 237;
  • yeşil ton 246;
  • mavi ton 238.
RGB:
(237,246,238)
(93%,96%,93%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 246 of 255 = 96%
B 238 of 255 = 93%

237
246
238

R + G + B ~ 94%. #EDF6EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 246 + 238 = 721 (100%)
R 237 of 721 ~ 32.87%
G 246 of 721 ~ 34.12%
B 238 of 721 ~ 33.01%

%32.87
%34.12
%33.01

CMYK RENK MODELİ

#EDF6EE rengi CMYK tonu (4,0,3,4).

  • camgöbeği tonu 3.66%
  • eflatun tonu 0.00%
  • sarı tonu 3.25%
  • ana renk tonu 3.53%
CMYK:
(4,0,3,4)
C4M0Y3K4 
(4%,0%,3%,4%)
(0.04/0.00/0.03/0.04)	

CMYK yüzdeleri

%3.66
%0
%3.25
%3.53

Codes

Color #EDF6EE in popluar color models

EDF6EE
RGB237246238
HSL127°33.33%94.71%
HSB/HSV127°3.66%96.47%
CMYK3.66%0.00%3.25%
3.53%

Color #EDF6EE in popluar number systems.

HEXEDF6EE
Decimal237246238
Binary111011011111011011101110
Octal355366356

Shades and tints

Shades of #EDF6EE

#EDF6EE
(237,246,238)
#D8E0D9
(216,224,217)
#C3CAC4
(195,202,196)
#AEB4AF
(174,180,175)
#999E9A
(153,158,154)
#848885
(132,136,133)
#6F7270
(111,114,112)
#5A5C5B
(90,92,91)
#454646
(69,70,70)
#303031
(48,48,49)
#1B1A1C
(27,26,28)
#000000
(0,0,0)

Tints of #EDF6EE

#EDF6EE
(237,246,238)
#EEF6EF
(238,246,239)
#EFF6F0
(239,246,240)
#F0F6F1
(240,246,241)
#F1F6F2
(241,246,242)
#F2F6F3
(242,246,243)
#F3F6F4
(243,246,244)
#F4F6F5
(244,246,245)
#F5F6F6
(245,246,246)
#F6F6F7
(246,246,247)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF6EE color. Also use rgb(237,246,238) instead hex code.

Text Font Color

.myTextColor { color: #EDF6EE; }

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

This text font color is #EDF6EE.


Background Color

.myBgColor { background-color: #EDF6EE; }

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

This div background color is #EDF6EE.


Border color

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

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

This div border color is #EDF6EE.


Opacity

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

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

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

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

This text has shadow with #EDF6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6EE on black background.


Color preview on white background

This text has color #EDF6EE on white background.



Black color preview on #EDF6EE background

This text has black color on #EDF6EE background.


White color preview on #EDF6EE background

This text has white color on #EDF6EE background.