COLOR #E7EDDD

HEX: #E7EDDD
RGB: (231,237,221)

Renk bilgisi

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

RGB renk modeli

#E7EDDD color RGB value is (231,237,221).

  • kırmız ton 231;
  • yeşil ton 237;
  • mavi ton 221.
RGB:
(231,237,221)
(91%,93%,87%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 237 of 255 = 93%
B 221 of 255 = 87%

231
237
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 237 + 221 = 689 (100%)
R 231 of 689 ~ 33.53%
G 237 of 689 ~ 34.4%
B 221 of 689 ~ 32.08%

%33.53
%34.4
%32.08

CMYK RENK MODELİ

#E7EDDD rengi CMYK tonu (3,0,7,7).

  • camgöbeği tonu 2.53%
  • eflatun tonu 0.00%
  • sarı tonu 6.75%
  • ana renk tonu 7.06%
CMYK:
(3,0,7,7)
C3M0Y7K7 
(3%,0%,7%,7%)
(0.03/0.00/0.07/0.07)	

CMYK yüzdeleri

%2.53
%0
%6.75
%7.06

Codes

Color #E7EDDD in popluar color models

E7EDDD
RGB231237221
HSL83°30.77%89.80%
HSB/HSV83°6.75%92.94%
CMYK2.53%0.00%6.75%
7.06%

Color #E7EDDD in popluar number systems.

HEXE7EDDD
Decimal231237221
Binary111001111110110111011101
Octal347355335

Shades and tints

Shades of #E7EDDD

#E7EDDD
(231,237,221)
#D2D8C9
(210,216,201)
#BDC3B5
(189,195,181)
#A8AEA1
(168,174,161)
#93998D
(147,153,141)
#7E8479
(126,132,121)
#696F65
(105,111,101)
#545A51
(84,90,81)
#3F453D
(63,69,61)
#2A3029
(42,48,41)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #E7EDDD

#E7EDDD
(231,237,221)
#E9EEE0
(233,238,224)
#EBEFE3
(235,239,227)
#EDF0E6
(237,240,230)
#EFF1E9
(239,241,233)
#F1F2EC
(241,242,236)
#F3F3EF
(243,243,239)
#F5F4F2
(245,244,242)
#F7F5F5
(247,245,245)
#F9F6F8
(249,246,248)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7EDDD color. Also use rgb(231,237,221) instead hex code.

Text Font Color

.myTextColor { color: #E7EDDD; }

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

This text font color is #E7EDDD.


Background Color

.myBgColor { background-color: #E7EDDD; }

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

This div background color is #E7EDDD.


Border color

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

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

This div border color is #E7EDDD.


Opacity

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

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

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

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

This text has shadow with #E7EDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EDDD on black background.


Color preview on white background

This text has color #E7EDDD on white background.



Black color preview on #E7EDDD background

This text has black color on #E7EDDD background.


White color preview on #E7EDDD background

This text has white color on #E7EDDD background.