COLOR #EDF6DB

HEX: #EDF6DB
RGB: (237,246,219)

Renk bilgisi

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

RGB renk modeli

#EDF6DB color RGB value is (237,246,219).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 246 of 255 = 96%
B 219 of 255 = 86%

237
246
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 246 + 219 = 702 (100%)
R 237 of 702 ~ 33.76%
G 246 of 702 ~ 35.04%
B 219 of 702 ~ 31.2%

%33.76
%35.04
%31.2

CMYK RENK MODELİ

#EDF6DB rengi CMYK tonu (4,0,11,4).

  • camgöbeği tonu 3.66%
  • eflatun tonu 0.00%
  • sarı tonu 10.98%
  • ana renk tonu 3.53%
CMYK:
(4,0,11,4)
C4M0Y11K4 
(4%,0%,11%,4%)
(0.04/0.00/0.11/0.04)	

CMYK yüzdeleri

%3.66
%0
%10.98
%3.53

Codes

Color #EDF6DB in popluar color models

EDF6DB
RGB237246219
HSL80°60.00%91.18%
HSB/HSV80°10.98%96.47%
CMYK3.66%0.00%10.98%
3.53%

Color #EDF6DB in popluar number systems.

HEXEDF6DB
Decimal237246219
Binary111011011111011011011011
Octal355366333

Shades and tints

Shades of #EDF6DB

#EDF6DB
(237,246,219)
#D8E0C8
(216,224,200)
#C3CAB5
(195,202,181)
#AEB4A2
(174,180,162)
#999E8F
(153,158,143)
#84887C
(132,136,124)
#6F7269
(111,114,105)
#5A5C56
(90,92,86)
#454643
(69,70,67)
#303030
(48,48,48)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #EDF6DB

#EDF6DB
(237,246,219)
#EEF6DE
(238,246,222)
#EFF6E1
(239,246,225)
#F0F6E4
(240,246,228)
#F1F6E7
(241,246,231)
#F2F6EA
(242,246,234)
#F3F6ED
(243,246,237)
#F4F6F0
(244,246,240)
#F5F6F3
(245,246,243)
#F6F6F6
(246,246,246)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6DB; }

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

This text font color is #EDF6DB.


Background Color

.myBgColor { background-color: #EDF6DB; }

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

This div background color is #EDF6DB.


Border color

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

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

This div border color is #EDF6DB.


Opacity

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

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

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

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

This text has shadow with #EDF6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6DB on black background.


Color preview on white background

This text has color #EDF6DB on white background.



Black color preview on #EDF6DB background

This text has black color on #EDF6DB background.


White color preview on #EDF6DB background

This text has white color on #EDF6DB background.