COLOR #EDF0CD

HEX: #EDF0CD
RGB: (237,240,205)

Renk bilgisi

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

RGB renk modeli

#EDF0CD color RGB value is (237,240,205).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 240 of 255 = 94%
B 205 of 255 = 80%

237
240
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 240 + 205 = 682 (100%)
R 237 of 682 ~ 34.75%
G 240 of 682 ~ 35.19%
B 205 of 682 ~ 30.06%

%34.75
%35.19
%30.06

CMYK RENK MODELİ

#EDF0CD rengi CMYK tonu (1,0,15,6).

  • camgöbeği tonu 1.25%
  • eflatun tonu 0.00%
  • sarı tonu 14.58%
  • ana renk tonu 5.88%
CMYK:
(1,0,15,6)
C1M0Y15K6 
(1%,0%,15%,6%)
(0.01/0.00/0.15/0.06)	

CMYK yüzdeleri

%1.25
%0
%14.58
%5.88

Codes

Color #EDF0CD in popluar color models

EDF0CD
RGB237240205
HSL65°53.85%87.25%
HSB/HSV65°14.58%94.12%
CMYK1.25%0.00%14.58%
5.88%

Color #EDF0CD in popluar number systems.

HEXEDF0CD
Decimal237240205
Binary111011011111000011001101
Octal355360315

Shades and tints

Shades of #EDF0CD

#EDF0CD
(237,240,205)
#D8DBBB
(216,219,187)
#C3C6A9
(195,198,169)
#AEB197
(174,177,151)
#999C85
(153,156,133)
#848773
(132,135,115)
#6F7261
(111,114,97)
#5A5D4F
(90,93,79)
#45483D
(69,72,61)
#30332B
(48,51,43)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #EDF0CD

#EDF0CD
(237,240,205)
#EEF1D1
(238,241,209)
#EFF2D5
(239,242,213)
#F0F3D9
(240,243,217)
#F1F4DD
(241,244,221)
#F2F5E1
(242,245,225)
#F3F6E5
(243,246,229)
#F4F7E9
(244,247,233)
#F5F8ED
(245,248,237)
#F6F9F1
(246,249,241)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF0CD; }

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

This text font color is #EDF0CD.


Background Color

.myBgColor { background-color: #EDF0CD; }

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

This div background color is #EDF0CD.


Border color

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

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

This div border color is #EDF0CD.


Opacity

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

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

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

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

This text has shadow with #EDF0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF0CD on black background.


Color preview on white background

This text has color #EDF0CD on white background.



Black color preview on #EDF0CD background

This text has black color on #EDF0CD background.


White color preview on #EDF0CD background

This text has white color on #EDF0CD background.