COLOR #EDF0CF

HEX: #EDF0CF
RGB: (237,240,207)

Renk bilgisi

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

RGB renk modeli

#EDF0CF color RGB value is (237,240,207).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 207 of 255 = 81%

237
240
207

R + G + B ~ 89%. #EDF0CF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 240 + 207 = 684 (100%)
R 237 of 684 ~ 34.65%
G 240 of 684 ~ 35.09%
B 207 of 684 ~ 30.26%

%34.65
%35.09
%30.26

CMYK RENK MODELİ

#EDF0CF rengi CMYK tonu (1,0,14,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 13.75%
  • ana renk tonu 5.88%
CMYK:
(1,0,14,6)
C1M0Y14K6 
(1%,0%,14%,6%)
(0.01/0.00/0.14/0.06)	

CMYK yüzdeleri

%1.25
%0
%13.75
%5.88

Codes

Color #EDF0CF in popluar color models

EDF0CF
RGB237240207
HSL65°52.38%87.65%
HSB/HSV65°13.75%94.12%
CMYK1.25%0.00%13.75%
5.88%

Color #EDF0CF in popluar number systems.

HEXEDF0CF
Decimal237240207
Binary111011011111000011001111
Octal355360317

Shades and tints

Shades of #EDF0CF

#EDF0CF
(237,240,207)
#D8DBBD
(216,219,189)
#C3C6AB
(195,198,171)
#AEB199
(174,177,153)
#999C87
(153,156,135)
#848775
(132,135,117)
#6F7263
(111,114,99)
#5A5D51
(90,93,81)
#45483F
(69,72,63)
#30332D
(48,51,45)
#1B1E1B
(27,30,27)
#000000
(0,0,0)

Tints of #EDF0CF

#EDF0CF
(237,240,207)
#EEF1D3
(238,241,211)
#EFF2D7
(239,242,215)
#F0F3DB
(240,243,219)
#F1F4DF
(241,244,223)
#F2F5E3
(242,245,227)
#F3F6E7
(243,246,231)
#F4F7EB
(244,247,235)
#F5F8EF
(245,248,239)
#F6F9F3
(246,249,243)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0CF; }

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

This text font color is #EDF0CF.


Background Color

.myBgColor { background-color: #EDF0CF; }

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

This div background color is #EDF0CF.


Border color

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

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

This div border color is #EDF0CF.


Opacity

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

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

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

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

This text has shadow with #EDF0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0CF on black background.


Color preview on white background

This text has color #EDF0CF on white background.



Black color preview on #EDF0CF background

This text has black color on #EDF0CF background.


White color preview on #EDF0CF background

This text has white color on #EDF0CF background.