COLOR #EDF6D2

HEX: #EDF6D2
RGB: (237,246,210)

Renk bilgisi

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

RGB renk modeli

#EDF6D2 color RGB value is (237,246,210).

  • kırmız ton 237;
  • yeşil ton 246;
  • mavi ton 210.
RGB:
(237,246,210)
(93%,96%,82%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 246 of 255 = 96%
B 210 of 255 = 82%

237
246
210

R + G + B ~ 90%. #EDF6D2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 246 + 210 = 693 (100%)
R 237 of 693 ~ 34.2%
G 246 of 693 ~ 35.5%
B 210 of 693 ~ 30.3%

%34.2
%35.5
%30.3

CMYK RENK MODELİ

#EDF6D2 rengi CMYK tonu (4,0,15,4).

  • camgöbeği tonu 3.66%
  • eflatun tonu 0.00%
  • sarı tonu 14.63%
  • ana renk tonu 3.53%
CMYK:
(4,0,15,4)
C4M0Y15K4 
(4%,0%,15%,4%)
(0.04/0.00/0.15/0.04)	

CMYK yüzdeleri

%3.66
%0
%14.63
%3.53

Codes

Color #EDF6D2 in popluar color models

EDF6D2
RGB237246210
HSL75°66.67%89.41%
HSB/HSV75°14.63%96.47%
CMYK3.66%0.00%14.63%
3.53%

Color #EDF6D2 in popluar number systems.

HEXEDF6D2
Decimal237246210
Binary111011011111011011010010
Octal355366322

Shades and tints

Shades of #EDF6D2

#EDF6D2
(237,246,210)
#D8E0BF
(216,224,191)
#C3CAAC
(195,202,172)
#AEB499
(174,180,153)
#999E86
(153,158,134)
#848873
(132,136,115)
#6F7260
(111,114,96)
#5A5C4D
(90,92,77)
#45463A
(69,70,58)
#303027
(48,48,39)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDF6D2

#EDF6D2
(237,246,210)
#EEF6D6
(238,246,214)
#EFF6DA
(239,246,218)
#F0F6DE
(240,246,222)
#F1F6E2
(241,246,226)
#F2F6E6
(242,246,230)
#F3F6EA
(243,246,234)
#F4F6EE
(244,246,238)
#F5F6F2
(245,246,242)
#F6F6F6
(246,246,246)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF6D2 color. Also use rgb(237,246,210) instead hex code.

Text Font Color

.myTextColor { color: #EDF6D2; }

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

This text font color is #EDF6D2.


Background Color

.myBgColor { background-color: #EDF6D2; }

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

This div background color is #EDF6D2.


Border color

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

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

This div border color is #EDF6D2.


Opacity

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

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

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

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

This text has shadow with #EDF6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6D2 on black background.


Color preview on white background

This text has color #EDF6D2 on white background.



Black color preview on #EDF6D2 background

This text has black color on #EDF6D2 background.


White color preview on #EDF6D2 background

This text has white color on #EDF6D2 background.