COLOR #E9F3D5

HEX: #E9F3D5
RGB: (233,243,213)

Renk bilgisi

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

RGB renk modeli

#E9F3D5 color RGB value is (233,243,213).

  • kırmız ton 233;
  • yeşil ton 243;
  • mavi ton 213.
RGB:
(233,243,213)
(91%,95%,84%)

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 243 of 255 = 95%
B 213 of 255 = 84%

233
243
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 243 + 213 = 689 (100%)
R 233 of 689 ~ 33.82%
G 243 of 689 ~ 35.27%
B 213 of 689 ~ 30.91%

%33.82
%35.27
%30.91

CMYK RENK MODELİ

#E9F3D5 rengi CMYK tonu (4,0,12,5).

  • camgöbeği tonu 4.12%
  • eflatun tonu 0.00%
  • sarı tonu 12.35%
  • ana renk tonu 4.71%
CMYK:
(4,0,12,5)
C4M0Y12K5 
(4%,0%,12%,5%)
(0.04/0.00/0.12/0.05)	

CMYK yüzdeleri

%4.12
%0
%12.35
%4.71

Codes

Color #E9F3D5 in popluar color models

E9F3D5
RGB233243213
HSL80°55.56%89.41%
HSB/HSV80°12.35%95.29%
CMYK4.12%0.00%12.35%
4.71%

Color #E9F3D5 in popluar number systems.

HEXE9F3D5
Decimal233243213
Binary111010011111001111010101
Octal351363325

Shades and tints

Shades of #E9F3D5

#E9F3D5
(233,243,213)
#D4DDC2
(212,221,194)
#BFC7AF
(191,199,175)
#AAB19C
(170,177,156)
#959B89
(149,155,137)
#808576
(128,133,118)
#6B6F63
(107,111,99)
#565950
(86,89,80)
#41433D
(65,67,61)
#2C2D2A
(44,45,42)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #E9F3D5

#E9F3D5
(233,243,213)
#EBF4D8
(235,244,216)
#EDF5DB
(237,245,219)
#EFF6DE
(239,246,222)
#F1F7E1
(241,247,225)
#F3F8E4
(243,248,228)
#F5F9E7
(245,249,231)
#F7FAEA
(247,250,234)
#F9FBED
(249,251,237)
#FBFCF0
(251,252,240)
#FDFDF3
(253,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F3D5 color. Also use rgb(233,243,213) instead hex code.

Text Font Color

.myTextColor { color: #E9F3D5; }

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

This text font color is #E9F3D5.


Background Color

.myBgColor { background-color: #E9F3D5; }

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

This div background color is #E9F3D5.


Border color

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

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

This div border color is #E9F3D5.


Opacity

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

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

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

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

This text has shadow with #E9F3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F3D5 on black background.


Color preview on white background

This text has color #E9F3D5 on white background.



Black color preview on #E9F3D5 background

This text has black color on #E9F3D5 background.


White color preview on #E9F3D5 background

This text has white color on #E9F3D5 background.