COLOR #E7C9EE

HEX: #E7C9EE
RGB: (231,201,238)

Renk bilgisi

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

RGB renk modeli

#E7C9EE color RGB value is (231,201,238).

  • kırmız ton 231;
  • yeşil ton 201;
  • mavi ton 238.
RGB:
(231,201,238)
(91%,79%,93%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 201 of 255 = 79%
B 238 of 255 = 93%

231
201
238

R + G + B ~ 88%. #E7C9EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 201 + 238 = 670 (100%)
R 231 of 670 ~ 34.48%
G 201 of 670 ~ 30%
B 238 of 670 ~ 35.52%

%34.48
%30
%35.52

CMYK RENK MODELİ

#E7C9EE rengi CMYK tonu (3,16,0,7).

  • camgöbeği tonu 2.94%
  • eflatun tonu 15.55%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(3,16,0,7)
C3M16Y0K7 
(3%,16%,0%,7%)
(0.03/0.16/0.00/0.07)	

CMYK yüzdeleri

%2.94
%15.55
%0
%6.67

Codes

Color #E7C9EE in popluar color models

E7C9EE
RGB231201238
HSL289°52.11%86.08%
HSB/HSV289°15.55%93.33%
CMYK2.94%15.55%0.00%
6.67%

Color #E7C9EE in popluar number systems.

HEXE7C9EE
Decimal231201238
Binary111001111100100111101110
Octal347311356

Shades and tints

Shades of #E7C9EE

#E7C9EE
(231,201,238)
#D2B7D9
(210,183,217)
#BDA5C4
(189,165,196)
#A893AF
(168,147,175)
#93819A
(147,129,154)
#7E6F85
(126,111,133)
#695D70
(105,93,112)
#544B5B
(84,75,91)
#3F3946
(63,57,70)
#2A2731
(42,39,49)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #E7C9EE

#E7C9EE
(231,201,238)
#E9CDEF
(233,205,239)
#EBD1F0
(235,209,240)
#EDD5F1
(237,213,241)
#EFD9F2
(239,217,242)
#F1DDF3
(241,221,243)
#F3E1F4
(243,225,244)
#F5E5F5
(245,229,245)
#F7E9F6
(247,233,246)
#F9EDF7
(249,237,247)
#FBF1F8
(251,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7C9EE color. Also use rgb(231,201,238) instead hex code.

Text Font Color

.myTextColor { color: #E7C9EE; }

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

This text font color is #E7C9EE.


Background Color

.myBgColor { background-color: #E7C9EE; }

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

This div background color is #E7C9EE.


Border color

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

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

This div border color is #E7C9EE.


Opacity

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

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

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

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

This text has shadow with #E7C9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C9EE on black background.


Color preview on white background

This text has color #E7C9EE on white background.



Black color preview on #E7C9EE background

This text has black color on #E7C9EE background.


White color preview on #E7C9EE background

This text has white color on #E7C9EE background.