COLOR #EDFFCC

HEX: #EDFFCC
RGB: (237,255,204)

Renk bilgisi

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

RGB renk modeli

#EDFFCC color RGB value is (237,255,204).

  • kırmız ton 237;
  • yeşil ton 255;
  • mavi ton 204.
RGB:
(237,255,204)
(93%,100%,80%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 255 of 255 = 100%
B 204 of 255 = 80%

237
255
204

R + G + B ~ 91%. #EDFFCC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 255 + 204 = 696 (100%)
R 237 of 696 ~ 34.05%
G 255 of 696 ~ 36.64%
B 204 of 696 ~ 29.31%

%34.05
%36.64
%29.31

CMYK RENK MODELİ

#EDFFCC rengi CMYK tonu (7,0,20,0).

  • camgöbeği tonu 7.06%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 0.00%
CMYK:
(7,0,20,0)
C7M0Y20K0 
(7%,0%,20%,0%)
(0.07/0.00/0.20/0.00)	

CMYK yüzdeleri

%7.06
%0
%20
%0

Codes

Color #EDFFCC in popluar color models

EDFFCC
RGB237255204
HSL81°100.00%90.00%
HSB/HSV81°20.00%100.00%
CMYK7.06%0.00%20.00%
0.00%

Color #EDFFCC in popluar number systems.

HEXEDFFCC
Decimal237255204
Binary111011011111111111001100
Octal355377314

Shades and tints

Shades of #EDFFCC

#EDFFCC
(237,255,204)
#D8E8BA
(216,232,186)
#C3D1A8
(195,209,168)
#AEBA96
(174,186,150)
#99A384
(153,163,132)
#848C72
(132,140,114)
#6F7560
(111,117,96)
#5A5E4E
(90,94,78)
#45473C
(69,71,60)
#30302A
(48,48,42)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #EDFFCC

#EDFFCC
(237,255,204)
#EEFFD0
(238,255,208)
#EFFFD4
(239,255,212)
#F0FFD8
(240,255,216)
#F1FFDC
(241,255,220)
#F2FFE0
(242,255,224)
#F3FFE4
(243,255,228)
#F4FFE8
(244,255,232)
#F5FFEC
(245,255,236)
#F6FFF0
(246,255,240)
#F7FFF4
(247,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFFCC color. Also use rgb(237,255,204) instead hex code.

Text Font Color

.myTextColor { color: #EDFFCC; }

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

This text font color is #EDFFCC.


Background Color

.myBgColor { background-color: #EDFFCC; }

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

This div background color is #EDFFCC.


Border color

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

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

This div border color is #EDFFCC.


Opacity

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

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

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

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

This text has shadow with #EDFFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFFCC on black background.


Color preview on white background

This text has color #EDFFCC on white background.



Black color preview on #EDFFCC background

This text has black color on #EDFFCC background.


White color preview on #EDFFCC background

This text has white color on #EDFFCC background.