COLOR #EDFBE6

HEX: #EDFBE6
RGB: (237,251,230)

Renk bilgisi

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

RGB renk modeli

#EDFBE6 color RGB value is (237,251,230).

  • kırmız ton 237;
  • yeşil ton 251;
  • mavi ton 230.
RGB:
(237,251,230)
(93%,98%,90%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 251 of 255 = 98%
B 230 of 255 = 90%

237
251
230

R + G + B ~ 94%. #EDFBE6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 251 + 230 = 718 (100%)
R 237 of 718 ~ 33.01%
G 251 of 718 ~ 34.96%
B 230 of 718 ~ 32.03%

%33.01
%34.96
%32.03

CMYK RENK MODELİ

#EDFBE6 rengi CMYK tonu (6,0,8,2).

  • camgöbeği tonu 5.58%
  • eflatun tonu 0.00%
  • sarı tonu 8.37%
  • ana renk tonu 1.57%
CMYK:
(6,0,8,2)
C6M0Y8K2 
(6%,0%,8%,2%)
(0.06/0.00/0.08/0.02)	

CMYK yüzdeleri

%5.58
%0
%8.37
%1.57

Codes

Color #EDFBE6 in popluar color models

EDFBE6
RGB237251230
HSL100°72.41%94.31%
HSB/HSV100°8.37%98.43%
CMYK5.58%0.00%8.37%
1.57%

Color #EDFBE6 in popluar number systems.

HEXEDFBE6
Decimal237251230
Binary111011011111101111100110
Octal355373346

Shades and tints

Shades of #EDFBE6

#EDFBE6
(237,251,230)
#D8E5D2
(216,229,210)
#C3CFBE
(195,207,190)
#AEB9AA
(174,185,170)
#99A396
(153,163,150)
#848D82
(132,141,130)
#6F776E
(111,119,110)
#5A615A
(90,97,90)
#454B46
(69,75,70)
#303532
(48,53,50)
#1B1F1E
(27,31,30)
#000000
(0,0,0)

Tints of #EDFBE6

#EDFBE6
(237,251,230)
#EEFBE8
(238,251,232)
#EFFBEA
(239,251,234)
#F0FBEC
(240,251,236)
#F1FBEE
(241,251,238)
#F2FBF0
(242,251,240)
#F3FBF2
(243,251,242)
#F4FBF4
(244,251,244)
#F5FBF6
(245,251,246)
#F6FBF8
(246,251,248)
#F7FBFA
(247,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFBE6 color. Also use rgb(237,251,230) instead hex code.

Text Font Color

.myTextColor { color: #EDFBE6; }

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

This text font color is #EDFBE6.


Background Color

.myBgColor { background-color: #EDFBE6; }

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

This div background color is #EDFBE6.


Border color

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

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

This div border color is #EDFBE6.


Opacity

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

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

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

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

This text has shadow with #EDFBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDFBE6 on black background.


Color preview on white background

This text has color #EDFBE6 on white background.



Black color preview on #EDFBE6 background

This text has black color on #EDFBE6 background.


White color preview on #EDFBE6 background

This text has white color on #EDFBE6 background.