COLOR #E5F3DB

HEX: #E5F3DB
RGB: (229,243,219)

Renk bilgisi

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

RGB renk modeli

#E5F3DB color RGB value is (229,243,219).

  • kırmız ton 229;
  • yeşil ton 243;
  • mavi ton 219.
RGB:
(229,243,219)
(90%,95%,86%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 243 of 255 = 95%
B 219 of 255 = 86%

229
243
219

R + G + B ~ 90%. #E5F3DB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 243 + 219 = 691 (100%)
R 229 of 691 ~ 33.14%
G 243 of 691 ~ 35.17%
B 219 of 691 ~ 31.69%

%33.14
%35.17
%31.69

CMYK RENK MODELİ

#E5F3DB rengi CMYK tonu (6,0,10,5).

  • camgöbeği tonu 5.76%
  • eflatun tonu 0.00%
  • sarı tonu 9.88%
  • ana renk tonu 4.71%
CMYK:
(6,0,10,5)
C6M0Y10K5 
(6%,0%,10%,5%)
(0.06/0.00/0.10/0.05)	

CMYK yüzdeleri

%5.76
%0
%9.88
%4.71

Codes

Color #E5F3DB in popluar color models

E5F3DB
RGB229243219
HSL95°50.00%90.59%
HSB/HSV95°9.88%95.29%
CMYK5.76%0.00%9.88%
4.71%

Color #E5F3DB in popluar number systems.

HEXE5F3DB
Decimal229243219
Binary111001011111001111011011
Octal345363333

Shades and tints

Shades of #E5F3DB

#E5F3DB
(229,243,219)
#D1DDC8
(209,221,200)
#BDC7B5
(189,199,181)
#A9B1A2
(169,177,162)
#959B8F
(149,155,143)
#81857C
(129,133,124)
#6D6F69
(109,111,105)
#595956
(89,89,86)
#454343
(69,67,67)
#312D30
(49,45,48)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #E5F3DB

#E5F3DB
(229,243,219)
#E7F4DE
(231,244,222)
#E9F5E1
(233,245,225)
#EBF6E4
(235,246,228)
#EDF7E7
(237,247,231)
#EFF8EA
(239,248,234)
#F1F9ED
(241,249,237)
#F3FAF0
(243,250,240)
#F5FBF3
(245,251,243)
#F7FCF6
(247,252,246)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F3DB color. Also use rgb(229,243,219) instead hex code.

Text Font Color

.myTextColor { color: #E5F3DB; }

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

This text font color is #E5F3DB.


Background Color

.myBgColor { background-color: #E5F3DB; }

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

This div background color is #E5F3DB.


Border color

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

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

This div border color is #E5F3DB.


Opacity

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

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

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

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

This text has shadow with #E5F3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F3DB on black background.


Color preview on white background

This text has color #E5F3DB on white background.



Black color preview on #E5F3DB background

This text has black color on #E5F3DB background.


White color preview on #E5F3DB background

This text has white color on #E5F3DB background.