COLOR #EDF6D3

HEX: #EDF6D3
RGB: (237,246,211)

Renk bilgisi

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

RGB renk modeli

#EDF6D3 color RGB value is (237,246,211).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 246 of 255 = 96%
B 211 of 255 = 83%

237
246
211

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 246 + 211 = 694 (100%)
R 237 of 694 ~ 34.15%
G 246 of 694 ~ 35.45%
B 211 of 694 ~ 30.4%

%34.15
%35.45
%30.4

CMYK RENK MODELİ

#EDF6D3 rengi CMYK tonu (4,0,14,4).

  • camgöbeği tonu 3.66%
  • eflatun tonu 0.00%
  • sarı tonu 14.23%
  • ana renk tonu 3.53%
CMYK:
(4,0,14,4)
C4M0Y14K4 
(4%,0%,14%,4%)
(0.04/0.00/0.14/0.04)	

CMYK yüzdeleri

%3.66
%0
%14.23
%3.53

Codes

Color #EDF6D3 in popluar color models

EDF6D3
RGB237246211
HSL75°66.04%89.61%
HSB/HSV75°14.23%96.47%
CMYK3.66%0.00%14.23%
3.53%

Color #EDF6D3 in popluar number systems.

HEXEDF6D3
Decimal237246211
Binary111011011111011011010011
Octal355366323

Shades and tints

Shades of #EDF6D3

#EDF6D3
(237,246,211)
#D8E0C0
(216,224,192)
#C3CAAD
(195,202,173)
#AEB49A
(174,180,154)
#999E87
(153,158,135)
#848874
(132,136,116)
#6F7261
(111,114,97)
#5A5C4E
(90,92,78)
#45463B
(69,70,59)
#303028
(48,48,40)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #EDF6D3

#EDF6D3
(237,246,211)
#EEF6D7
(238,246,215)
#EFF6DB
(239,246,219)
#F0F6DF
(240,246,223)
#F1F6E3
(241,246,227)
#F2F6E7
(242,246,231)
#F3F6EB
(243,246,235)
#F4F6EF
(244,246,239)
#F5F6F3
(245,246,243)
#F6F6F7
(246,246,247)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6D3; }

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

This text font color is #EDF6D3.


Background Color

.myBgColor { background-color: #EDF6D3; }

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

This div background color is #EDF6D3.


Border color

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

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

This div border color is #EDF6D3.


Opacity

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

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

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

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

This text has shadow with #EDF6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6D3 on black background.


Color preview on white background

This text has color #EDF6D3 on white background.



Black color preview on #EDF6D3 background

This text has black color on #EDF6D3 background.


White color preview on #EDF6D3 background

This text has white color on #EDF6D3 background.