COLOR #EDF7E7

HEX: #EDF7E7
RGB: (237,247,231)

Renk bilgisi

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

RGB renk modeli

#EDF7E7 color RGB value is (237,247,231).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 247 of 255 = 97%
B 231 of 255 = 91%

237
247
231

R + G + B ~ 94%. #EDF7E7 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 247 + 231 = 715 (100%)
R 237 of 715 ~ 33.15%
G 247 of 715 ~ 34.55%
B 231 of 715 ~ 32.31%

%33.15
%34.55
%32.31

CMYK RENK MODELİ

#EDF7E7 rengi CMYK tonu (4,0,6,3).

  • camgöbeği tonu 4.05%
  • eflatun tonu 0.00%
  • sarı tonu 6.48%
  • ana renk tonu 3.14%
CMYK:
(4,0,6,3)
C4M0Y6K3 
(4%,0%,6%,3%)
(0.04/0.00/0.06/0.03)	

CMYK yüzdeleri

%4.05
%0
%6.48
%3.14

Codes

Color #EDF7E7 in popluar color models

EDF7E7
RGB237247231
HSL98°50.00%93.73%
HSB/HSV98°6.48%96.86%
CMYK4.05%0.00%6.48%
3.14%

Color #EDF7E7 in popluar number systems.

HEXEDF7E7
Decimal237247231
Binary111011011111011111100111
Octal355367347

Shades and tints

Shades of #EDF7E7

#EDF7E7
(237,247,231)
#D8E1D2
(216,225,210)
#C3CBBD
(195,203,189)
#AEB5A8
(174,181,168)
#999F93
(153,159,147)
#84897E
(132,137,126)
#6F7369
(111,115,105)
#5A5D54
(90,93,84)
#45473F
(69,71,63)
#30312A
(48,49,42)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #EDF7E7

#EDF7E7
(237,247,231)
#EEF7E9
(238,247,233)
#EFF7EB
(239,247,235)
#F0F7ED
(240,247,237)
#F1F7EF
(241,247,239)
#F2F7F1
(242,247,241)
#F3F7F3
(243,247,243)
#F4F7F5
(244,247,245)
#F5F7F7
(245,247,247)
#F6F7F9
(246,247,249)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF7E7; }

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

This text font color is #EDF7E7.


Background Color

.myBgColor { background-color: #EDF7E7; }

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

This div background color is #EDF7E7.


Border color

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

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

This div border color is #EDF7E7.


Opacity

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

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

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

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

This text has shadow with #EDF7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF7E7 on black background.


Color preview on white background

This text has color #EDF7E7 on white background.



Black color preview on #EDF7E7 background

This text has black color on #EDF7E7 background.


White color preview on #EDF7E7 background

This text has white color on #EDF7E7 background.