COLOR #EDFEF6

HEX: #EDFEF6
RGB: (237,254,246)

Renk bilgisi

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

RGB renk modeli

#EDFEF6 color RGB value is (237,254,246).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 254 of 255 = 100%
B 246 of 255 = 96%

237
254
246

R + G + B ~ 96%. #EDFEF6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 254 + 246 = 737 (100%)
R 237 of 737 ~ 32.16%
G 254 of 737 ~ 34.46%
B 246 of 737 ~ 33.38%

%32.16
%34.46
%33.38

CMYK RENK MODELİ

#EDFEF6 rengi CMYK tonu (7,0,3,0).

  • camgöbeği tonu 6.69%
  • eflatun tonu 0.00%
  • sarı tonu 3.15%
  • ana renk tonu 0.39%
CMYK:
(7,0,3,0)
C7M0Y3K0 
(7%,0%,3%,0%)
(0.07/0.00/0.03/0.00)	

CMYK yüzdeleri

%6.69
%0
%3.15
%0.39

Codes

Color #EDFEF6 in popluar color models

EDFEF6
RGB237254246
HSL152°89.47%96.27%
HSB/HSV152°6.69%99.61%
CMYK6.69%0.00%3.15%
0.39%

Color #EDFEF6 in popluar number systems.

HEXEDFEF6
Decimal237254246
Binary111011011111111011110110
Octal355376366

Shades and tints

Shades of #EDFEF6

#EDFEF6
(237,254,246)
#D8E7E0
(216,231,224)
#C3D0CA
(195,208,202)
#AEB9B4
(174,185,180)
#99A29E
(153,162,158)
#848B88
(132,139,136)
#6F7472
(111,116,114)
#5A5D5C
(90,93,92)
#454646
(69,70,70)
#302F30
(48,47,48)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #EDFEF6

#EDFEF6
(237,254,246)
#EEFEF6
(238,254,246)
#EFFEF6
(239,254,246)
#F0FEF6
(240,254,246)
#F1FEF6
(241,254,246)
#F2FEF6
(242,254,246)
#F3FEF6
(243,254,246)
#F4FEF6
(244,254,246)
#F5FEF6
(245,254,246)
#F6FEF6
(246,254,246)
#F7FEF6
(247,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDFEF6; }

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

This text font color is #EDFEF6.


Background Color

.myBgColor { background-color: #EDFEF6; }

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

This div background color is #EDFEF6.


Border color

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

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

This div border color is #EDFEF6.


Opacity

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

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

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

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

This text has shadow with #EDFEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFEF6 on black background.


Color preview on white background

This text has color #EDFEF6 on white background.



Black color preview on #EDFEF6 background

This text has black color on #EDFEF6 background.


White color preview on #EDFEF6 background

This text has white color on #EDFEF6 background.