COLOR #EDFCC2

HEX: #EDFCC2
RGB: (237,252,194)

Renk bilgisi

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

RGB renk modeli

#EDFCC2 color RGB value is (237,252,194).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 252 of 255 = 99%
B 194 of 255 = 76%

237
252
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 252 + 194 = 683 (100%)
R 237 of 683 ~ 34.7%
G 252 of 683 ~ 36.9%
B 194 of 683 ~ 28.4%

%34.7
%36.9
%28.4

CMYK RENK MODELİ

#EDFCC2 rengi CMYK tonu (6,0,23,1).

  • camgöbeği tonu 5.95%
  • eflatun tonu 0.00%
  • sarı tonu 23.02%
  • ana renk tonu 1.18%
CMYK:
(6,0,23,1)
C6M0Y23K1 
(6%,0%,23%,1%)
(0.06/0.00/0.23/0.01)	

CMYK yüzdeleri

%5.95
%0
%23.02
%1.18

Codes

Color #EDFCC2 in popluar color models

EDFCC2
RGB237252194
HSL76°90.63%87.45%
HSB/HSV76°23.02%98.82%
CMYK5.95%0.00%23.02%
1.18%

Color #EDFCC2 in popluar number systems.

HEXEDFCC2
Decimal237252194
Binary111011011111110011000010
Octal355374302

Shades and tints

Shades of #EDFCC2

#EDFCC2
(237,252,194)
#D8E6B1
(216,230,177)
#C3D0A0
(195,208,160)
#AEBA8F
(174,186,143)
#99A47E
(153,164,126)
#848E6D
(132,142,109)
#6F785C
(111,120,92)
#5A624B
(90,98,75)
#454C3A
(69,76,58)
#303629
(48,54,41)
#1B2018
(27,32,24)
#000000
(0,0,0)

Tints of #EDFCC2

#EDFCC2
(237,252,194)
#EEFCC7
(238,252,199)
#EFFCCC
(239,252,204)
#F0FCD1
(240,252,209)
#F1FCD6
(241,252,214)
#F2FCDB
(242,252,219)
#F3FCE0
(243,252,224)
#F4FCE5
(244,252,229)
#F5FCEA
(245,252,234)
#F6FCEF
(246,252,239)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFCC2; }

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

This text font color is #EDFCC2.


Background Color

.myBgColor { background-color: #EDFCC2; }

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

This div background color is #EDFCC2.


Border color

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

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

This div border color is #EDFCC2.


Opacity

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

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

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

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

This text has shadow with #EDFCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFCC2 on black background.


Color preview on white background

This text has color #EDFCC2 on white background.



Black color preview on #EDFCC2 background

This text has black color on #EDFCC2 background.


White color preview on #EDFCC2 background

This text has white color on #EDFCC2 background.