COLOR #EDF0DB

HEX: #EDF0DB
RGB: (237,240,219)

Renk bilgisi

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

RGB renk modeli

#EDF0DB color RGB value is (237,240,219).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 219 of 255 = 86%

237
240
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 240 + 219 = 696 (100%)
R 237 of 696 ~ 34.05%
G 240 of 696 ~ 34.48%
B 219 of 696 ~ 31.47%

%34.05
%34.48
%31.47

CMYK RENK MODELİ

#EDF0DB rengi CMYK tonu (1,0,9,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 8.75%
  • ana renk tonu 5.88%
CMYK:
(1,0,9,6)
C1M0Y9K6 
(1%,0%,9%,6%)
(0.01/0.00/0.09/0.06)	

CMYK yüzdeleri

%1.25
%0
%8.75
%5.88

Codes

Color #EDF0DB in popluar color models

EDF0DB
RGB237240219
HSL69°41.18%90.00%
HSB/HSV69°8.75%94.12%
CMYK1.25%0.00%8.75%
5.88%

Color #EDF0DB in popluar number systems.

HEXEDF0DB
Decimal237240219
Binary111011011111000011011011
Octal355360333

Shades and tints

Shades of #EDF0DB

#EDF0DB
(237,240,219)
#D8DBC8
(216,219,200)
#C3C6B5
(195,198,181)
#AEB1A2
(174,177,162)
#999C8F
(153,156,143)
#84877C
(132,135,124)
#6F7269
(111,114,105)
#5A5D56
(90,93,86)
#454843
(69,72,67)
#303330
(48,51,48)
#1B1E1D
(27,30,29)
#000000
(0,0,0)

Tints of #EDF0DB

#EDF0DB
(237,240,219)
#EEF1DE
(238,241,222)
#EFF2E1
(239,242,225)
#F0F3E4
(240,243,228)
#F1F4E7
(241,244,231)
#F2F5EA
(242,245,234)
#F3F6ED
(243,246,237)
#F4F7F0
(244,247,240)
#F5F8F3
(245,248,243)
#F6F9F6
(246,249,246)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0DB; }

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

This text font color is #EDF0DB.


Background Color

.myBgColor { background-color: #EDF0DB; }

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

This div background color is #EDF0DB.


Border color

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

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

This div border color is #EDF0DB.


Opacity

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

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

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

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

This text has shadow with #EDF0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0DB on black background.


Color preview on white background

This text has color #EDF0DB on white background.



Black color preview on #EDF0DB background

This text has black color on #EDF0DB background.


White color preview on #EDF0DB background

This text has white color on #EDF0DB background.