COLOR #E5EDCA

HEX: #E5EDCA
RGB: (229,237,202)

Renk bilgisi

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

RGB renk modeli

#E5EDCA color RGB value is (229,237,202).

  • kırmız ton 229;
  • yeşil ton 237;
  • mavi ton 202.
RGB:
(229,237,202)
(90%,93%,79%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 237 of 255 = 93%
B 202 of 255 = 79%

229
237
202

R + G + B ~ 87%. #E5EDCA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 237 + 202 = 668 (100%)
R 229 of 668 ~ 34.28%
G 237 of 668 ~ 35.48%
B 202 of 668 ~ 30.24%

%34.28
%35.48
%30.24

CMYK RENK MODELİ

#E5EDCA rengi CMYK tonu (3,0,15,7).

  • camgöbeği tonu 3.38%
  • eflatun tonu 0.00%
  • sarı tonu 14.77%
  • ana renk tonu 7.06%
CMYK:
(3,0,15,7)
C3M0Y15K7 
(3%,0%,15%,7%)
(0.03/0.00/0.15/0.07)	

CMYK yüzdeleri

%3.38
%0
%14.77
%7.06

Codes

Color #E5EDCA in popluar color models

E5EDCA
RGB229237202
HSL74°49.30%86.08%
HSB/HSV74°14.77%92.94%
CMYK3.38%0.00%14.77%
7.06%

Color #E5EDCA in popluar number systems.

HEXE5EDCA
Decimal229237202
Binary111001011110110111001010
Octal345355312

Shades and tints

Shades of #E5EDCA

#E5EDCA
(229,237,202)
#D1D8B8
(209,216,184)
#BDC3A6
(189,195,166)
#A9AE94
(169,174,148)
#959982
(149,153,130)
#818470
(129,132,112)
#6D6F5E
(109,111,94)
#595A4C
(89,90,76)
#45453A
(69,69,58)
#313028
(49,48,40)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #E5EDCA

#E5EDCA
(229,237,202)
#E7EECE
(231,238,206)
#E9EFD2
(233,239,210)
#EBF0D6
(235,240,214)
#EDF1DA
(237,241,218)
#EFF2DE
(239,242,222)
#F1F3E2
(241,243,226)
#F3F4E6
(243,244,230)
#F5F5EA
(245,245,234)
#F7F6EE
(247,246,238)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EDCA color. Also use rgb(229,237,202) instead hex code.

Text Font Color

.myTextColor { color: #E5EDCA; }

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

This text font color is #E5EDCA.


Background Color

.myBgColor { background-color: #E5EDCA; }

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

This div background color is #E5EDCA.


Border color

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

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

This div border color is #E5EDCA.


Opacity

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

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

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

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

This text has shadow with #E5EDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDCA on black background.


Color preview on white background

This text has color #E5EDCA on white background.



Black color preview on #E5EDCA background

This text has black color on #E5EDCA background.


White color preview on #E5EDCA background

This text has white color on #E5EDCA background.