COLOR #EDF7C0

HEX: #EDF7C0
RGB: (237,247,192)

Renk bilgisi

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

RGB renk modeli

#EDF7C0 color RGB value is (237,247,192).

  • kırmız ton 237;
  • yeşil ton 247;
  • mavi ton 192.
RGB:
(237,247,192)
(93%,97%,75%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 247 of 255 = 97%
B 192 of 255 = 75%

237
247
192

R + G + B ~ 88%. #EDF7C0 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 247 + 192 = 676 (100%)
R 237 of 676 ~ 35.06%
G 247 of 676 ~ 36.54%
B 192 of 676 ~ 28.4%

%35.06
%36.54
%28.4

CMYK RENK MODELİ

#EDF7C0 rengi CMYK tonu (4,0,22,3).

  • camgöbeği tonu 4.05%
  • eflatun tonu 0.00%
  • sarı tonu 22.27%
  • ana renk tonu 3.14%
CMYK:
(4,0,22,3)
C4M0Y22K3 
(4%,0%,22%,3%)
(0.04/0.00/0.22/0.03)	

CMYK yüzdeleri

%4.05
%0
%22.27
%3.14

Codes

Color #EDF7C0 in popluar color models

EDF7C0
RGB237247192
HSL71°77.46%86.08%
HSB/HSV71°22.27%96.86%
CMYK4.05%0.00%22.27%
3.14%

Color #EDF7C0 in popluar number systems.

HEXEDF7C0
Decimal237247192
Binary111011011111011111000000
Octal355367300

Shades and tints

Shades of #EDF7C0

#EDF7C0
(237,247,192)
#D8E1AF
(216,225,175)
#C3CB9E
(195,203,158)
#AEB58D
(174,181,141)
#999F7C
(153,159,124)
#84896B
(132,137,107)
#6F735A
(111,115,90)
#5A5D49
(90,93,73)
#454738
(69,71,56)
#303127
(48,49,39)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #EDF7C0

#EDF7C0
(237,247,192)
#EEF7C5
(238,247,197)
#EFF7CA
(239,247,202)
#F0F7CF
(240,247,207)
#F1F7D4
(241,247,212)
#F2F7D9
(242,247,217)
#F3F7DE
(243,247,222)
#F4F7E3
(244,247,227)
#F5F7E8
(245,247,232)
#F6F7ED
(246,247,237)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF7C0 color. Also use rgb(237,247,192) instead hex code.

Text Font Color

.myTextColor { color: #EDF7C0; }

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

This text font color is #EDF7C0.


Background Color

.myBgColor { background-color: #EDF7C0; }

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

This div background color is #EDF7C0.


Border color

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

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

This div border color is #EDF7C0.


Opacity

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

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

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

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

This text has shadow with #EDF7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7C0 on black background.


Color preview on white background

This text has color #EDF7C0 on white background.



Black color preview on #EDF7C0 background

This text has black color on #EDF7C0 background.


White color preview on #EDF7C0 background

This text has white color on #EDF7C0 background.