COLOR #EDF6C8

HEX: #EDF6C8
RGB: (237,246,200)

Renk bilgisi

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

RGB renk modeli

#EDF6C8 color RGB value is (237,246,200).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 246 of 255 = 96%
B 200 of 255 = 78%

237
246
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 246 + 200 = 683 (100%)
R 237 of 683 ~ 34.7%
G 246 of 683 ~ 36.02%
B 200 of 683 ~ 29.28%

%34.7
%36.02
%29.28

CMYK RENK MODELİ

#EDF6C8 rengi CMYK tonu (4,0,19,4).

  • camgöbeği tonu 3.66%
  • eflatun tonu 0.00%
  • sarı tonu 18.70%
  • ana renk tonu 3.53%
CMYK:
(4,0,19,4)
C4M0Y19K4 
(4%,0%,19%,4%)
(0.04/0.00/0.19/0.04)	

CMYK yüzdeleri

%3.66
%0
%18.7
%3.53

Codes

Color #EDF6C8 in popluar color models

EDF6C8
RGB237246200
HSL72°71.88%87.45%
HSB/HSV72°18.70%96.47%
CMYK3.66%0.00%18.70%
3.53%

Color #EDF6C8 in popluar number systems.

HEXEDF6C8
Decimal237246200
Binary111011011111011011001000
Octal355366310

Shades and tints

Shades of #EDF6C8

#EDF6C8
(237,246,200)
#D8E0B6
(216,224,182)
#C3CAA4
(195,202,164)
#AEB492
(174,180,146)
#999E80
(153,158,128)
#84886E
(132,136,110)
#6F725C
(111,114,92)
#5A5C4A
(90,92,74)
#454638
(69,70,56)
#303026
(48,48,38)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #EDF6C8

#EDF6C8
(237,246,200)
#EEF6CD
(238,246,205)
#EFF6D2
(239,246,210)
#F0F6D7
(240,246,215)
#F1F6DC
(241,246,220)
#F2F6E1
(242,246,225)
#F3F6E6
(243,246,230)
#F4F6EB
(244,246,235)
#F5F6F0
(245,246,240)
#F6F6F5
(246,246,245)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF6C8; }

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

This text font color is #EDF6C8.


Background Color

.myBgColor { background-color: #EDF6C8; }

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

This div background color is #EDF6C8.


Border color

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

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

This div border color is #EDF6C8.


Opacity

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

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

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

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

This text has shadow with #EDF6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF6C8 on black background.


Color preview on white background

This text has color #EDF6C8 on white background.



Black color preview on #EDF6C8 background

This text has black color on #EDF6C8 background.


White color preview on #EDF6C8 background

This text has white color on #EDF6C8 background.