COLOR #EDF9C2

HEX: #EDF9C2
RGB: (237,249,194)

Renk bilgisi

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

RGB renk modeli

#EDF9C2 color RGB value is (237,249,194).

  • kırmız ton 237;
  • yeşil ton 249;
  • mavi ton 194.
RGB:
(237,249,194)
(93%,98%,76%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 249 of 255 = 98%
B 194 of 255 = 76%

237
249
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 249 + 194 = 680 (100%)
R 237 of 680 ~ 34.85%
G 249 of 680 ~ 36.62%
B 194 of 680 ~ 28.53%

%34.85
%36.62
%28.53

CMYK RENK MODELİ

#EDF9C2 rengi CMYK tonu (5,0,22,2).

  • camgöbeği tonu 4.82%
  • eflatun tonu 0.00%
  • sarı tonu 22.09%
  • ana renk tonu 2.35%
CMYK:
(5,0,22,2)
C5M0Y22K2 
(5%,0%,22%,2%)
(0.05/0.00/0.22/0.02)	

CMYK yüzdeleri

%4.82
%0
%22.09
%2.35

Codes

Color #EDF9C2 in popluar color models

EDF9C2
RGB237249194
HSL73°82.09%86.86%
HSB/HSV73°22.09%97.65%
CMYK4.82%0.00%22.09%
2.35%

Color #EDF9C2 in popluar number systems.

HEXEDF9C2
Decimal237249194
Binary111011011111100111000010
Octal355371302

Shades and tints

Shades of #EDF9C2

#EDF9C2
(237,249,194)
#D8E3B1
(216,227,177)
#C3CDA0
(195,205,160)
#AEB78F
(174,183,143)
#99A17E
(153,161,126)
#848B6D
(132,139,109)
#6F755C
(111,117,92)
#5A5F4B
(90,95,75)
#45493A
(69,73,58)
#303329
(48,51,41)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #EDF9C2

#EDF9C2
(237,249,194)
#EEF9C7
(238,249,199)
#EFF9CC
(239,249,204)
#F0F9D1
(240,249,209)
#F1F9D6
(241,249,214)
#F2F9DB
(242,249,219)
#F3F9E0
(243,249,224)
#F4F9E5
(244,249,229)
#F5F9EA
(245,249,234)
#F6F9EF
(246,249,239)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF9C2 color. Also use rgb(237,249,194) instead hex code.

Text Font Color

.myTextColor { color: #EDF9C2; }

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

This text font color is #EDF9C2.


Background Color

.myBgColor { background-color: #EDF9C2; }

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

This div background color is #EDF9C2.


Border color

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

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

This div border color is #EDF9C2.


Opacity

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

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

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

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

This text has shadow with #EDF9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF9C2 on black background.


Color preview on white background

This text has color #EDF9C2 on white background.



Black color preview on #EDF9C2 background

This text has black color on #EDF9C2 background.


White color preview on #EDF9C2 background

This text has white color on #EDF9C2 background.