COLOR #E4C7E9

HEX: #E4C7E9
RGB: (228,199,233)

Renk bilgisi

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

RGB renk modeli

#E4C7E9 color RGB value is (228,199,233).

  • kırmız ton 228;
  • yeşil ton 199;
  • mavi ton 233.
RGB:
(228,199,233)
(89%,78%,91%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 199 of 255 = 78%
B 233 of 255 = 91%

228
199
233

R + G + B ~ 86%. #E4C7E9 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 199 + 233 = 660 (100%)
R 228 of 660 ~ 34.55%
G 199 of 660 ~ 30.15%
B 233 of 660 ~ 35.3%

%34.55
%30.15
%35.3

CMYK RENK MODELİ

#E4C7E9 rengi CMYK tonu (2,15,0,9).

  • camgöbeği tonu 2.15%
  • eflatun tonu 14.59%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(2,15,0,9)
C2M15Y0K9 
(2%,15%,0%,9%)
(0.02/0.15/0.00/0.09)	

CMYK yüzdeleri

%2.15
%14.59
%0
%8.63

Codes

Color #E4C7E9 in popluar color models

E4C7E9
RGB228199233
HSL291°43.59%84.71%
HSB/HSV291°14.59%91.37%
CMYK2.15%14.59%0.00%
8.63%

Color #E4C7E9 in popluar number systems.

HEXE4C7E9
Decimal228199233
Binary111001001100011111101001
Octal344307351

Shades and tints

Shades of #E4C7E9

#E4C7E9
(228,199,233)
#D0B5D4
(208,181,212)
#BCA3BF
(188,163,191)
#A891AA
(168,145,170)
#947F95
(148,127,149)
#806D80
(128,109,128)
#6C5B6B
(108,91,107)
#584956
(88,73,86)
#443741
(68,55,65)
#30252C
(48,37,44)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #E4C7E9

#E4C7E9
(228,199,233)
#E6CCEB
(230,204,235)
#E8D1ED
(232,209,237)
#EAD6EF
(234,214,239)
#ECDBF1
(236,219,241)
#EEE0F3
(238,224,243)
#F0E5F5
(240,229,245)
#F2EAF7
(242,234,247)
#F4EFF9
(244,239,249)
#F6F4FB
(246,244,251)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C7E9 color. Also use rgb(228,199,233) instead hex code.

Text Font Color

.myTextColor { color: #E4C7E9; }

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

This text font color is #E4C7E9.


Background Color

.myBgColor { background-color: #E4C7E9; }

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

This div background color is #E4C7E9.


Border color

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

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

This div border color is #E4C7E9.


Opacity

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

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

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

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

This text has shadow with #E4C7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C7E9 on black background.


Color preview on white background

This text has color #E4C7E9 on white background.



Black color preview on #E4C7E9 background

This text has black color on #E4C7E9 background.


White color preview on #E4C7E9 background

This text has white color on #E4C7E9 background.