COLOR #EDF2CC

HEX: #EDF2CC
RGB: (237,242,204)

Renk bilgisi

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

RGB renk modeli

#EDF2CC color RGB value is (237,242,204).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 242 of 255 = 95%
B 204 of 255 = 80%

237
242
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 242 + 204 = 683 (100%)
R 237 of 683 ~ 34.7%
G 242 of 683 ~ 35.43%
B 204 of 683 ~ 29.87%

%34.7
%35.43
%29.87

CMYK RENK MODELİ

#EDF2CC rengi CMYK tonu (2,0,16,5).

  • camgöbeği tonu 2.07%
  • eflatun tonu 0.00%
  • sarı tonu 15.70%
  • ana renk tonu 5.10%
CMYK:
(2,0,16,5)
C2M0Y16K5 
(2%,0%,16%,5%)
(0.02/0.00/0.16/0.05)	

CMYK yüzdeleri

%2.07
%0
%15.7
%5.1

Codes

Color #EDF2CC in popluar color models

EDF2CC
RGB237242204
HSL68°59.38%87.45%
HSB/HSV68°15.70%94.90%
CMYK2.07%0.00%15.70%
5.10%

Color #EDF2CC in popluar number systems.

HEXEDF2CC
Decimal237242204
Binary111011011111001011001100
Octal355362314

Shades and tints

Shades of #EDF2CC

#EDF2CC
(237,242,204)
#D8DCBA
(216,220,186)
#C3C6A8
(195,198,168)
#AEB096
(174,176,150)
#999A84
(153,154,132)
#848472
(132,132,114)
#6F6E60
(111,110,96)
#5A584E
(90,88,78)
#45423C
(69,66,60)
#302C2A
(48,44,42)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #EDF2CC

#EDF2CC
(237,242,204)
#EEF3D0
(238,243,208)
#EFF4D4
(239,244,212)
#F0F5D8
(240,245,216)
#F1F6DC
(241,246,220)
#F2F7E0
(242,247,224)
#F3F8E4
(243,248,228)
#F4F9E8
(244,249,232)
#F5FAEC
(245,250,236)
#F6FBF0
(246,251,240)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF2CC; }

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

This text font color is #EDF2CC.


Background Color

.myBgColor { background-color: #EDF2CC; }

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

This div background color is #EDF2CC.


Border color

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

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

This div border color is #EDF2CC.


Opacity

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

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

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

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

This text has shadow with #EDF2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF2CC on black background.


Color preview on white background

This text has color #EDF2CC on white background.



Black color preview on #EDF2CC background

This text has black color on #EDF2CC background.


White color preview on #EDF2CC background

This text has white color on #EDF2CC background.