COLOR #E0EDEE

HEX: #E0EDEE
RGB: (224,237,238)

Renk bilgisi

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

RGB renk modeli

#E0EDEE color RGB value is (224,237,238).

  • kırmız ton 224;
  • yeşil ton 237;
  • mavi ton 238.
RGB:
(224,237,238)
(88%,93%,93%)

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 237 of 255 = 93%
B 238 of 255 = 93%

224
237
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 237 + 238 = 699 (100%)
R 224 of 699 ~ 32.05%
G 237 of 699 ~ 33.91%
B 238 of 699 ~ 34.05%

%32.05
%33.91
%34.05

CMYK RENK MODELİ

#E0EDEE rengi CMYK tonu (6,0,0,7).

  • camgöbeği tonu 5.88%
  • eflatun tonu 0.42%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(6,0,0,7)
C6M0Y0K7 
(6%,0%,0%,7%)
(0.06/0.00/0.00/0.07)	

CMYK yüzdeleri

%5.88
%0.42
%0
%6.67

Codes

Color #E0EDEE in popluar color models

E0EDEE
RGB224237238
HSL184°29.17%90.59%
HSB/HSV184°5.88%93.33%
CMYK5.88%0.42%0.00%
6.67%

Color #E0EDEE in popluar number systems.

HEXE0EDEE
Decimal224237238
Binary111000001110110111101110
Octal340355356

Shades and tints

Shades of #E0EDEE

#E0EDEE
(224,237,238)
#CCD8D9
(204,216,217)
#B8C3C4
(184,195,196)
#A4AEAF
(164,174,175)
#90999A
(144,153,154)
#7C8485
(124,132,133)
#686F70
(104,111,112)
#545A5B
(84,90,91)
#404546
(64,69,70)
#2C3031
(44,48,49)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #E0EDEE

#E0EDEE
(224,237,238)
#E2EEEF
(226,238,239)
#E4EFF0
(228,239,240)
#E6F0F1
(230,240,241)
#E8F1F2
(232,241,242)
#EAF2F3
(234,242,243)
#ECF3F4
(236,243,244)
#EEF4F5
(238,244,245)
#F0F5F6
(240,245,246)
#F2F6F7
(242,246,247)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EDEE color. Also use rgb(224,237,238) instead hex code.

Text Font Color

.myTextColor { color: #E0EDEE; }

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

This text font color is #E0EDEE.


Background Color

.myBgColor { background-color: #E0EDEE; }

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

This div background color is #E0EDEE.


Border color

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

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

This div border color is #E0EDEE.


Opacity

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

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

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

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

This text has shadow with #E0EDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EDEE on black background.


Color preview on white background

This text has color #E0EDEE on white background.



Black color preview on #E0EDEE background

This text has black color on #E0EDEE background.


White color preview on #E0EDEE background

This text has white color on #E0EDEE background.