COLOR #E5CFF4

HEX: #E5CFF4
RGB: (229,207,244)

Renk bilgisi

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

RGB renk modeli

#E5CFF4 color RGB value is (229,207,244).

  • kırmız ton 229;
  • yeşil ton 207;
  • mavi ton 244.
RGB:
(229,207,244)
(90%,81%,96%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 207 of 255 = 81%
B 244 of 255 = 96%

229
207
244

R + G + B ~ 89%. #E5CFF4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 207 + 244 = 680 (100%)
R 229 of 680 ~ 33.68%
G 207 of 680 ~ 30.44%
B 244 of 680 ~ 35.88%

%33.68
%30.44
%35.88

CMYK RENK MODELİ

#E5CFF4 rengi CMYK tonu (6,15,0,4).

  • camgöbeği tonu 6.15%
  • eflatun tonu 15.16%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(6,15,0,4)
C6M15Y0K4 
(6%,15%,0%,4%)
(0.06/0.15/0.00/0.04)	

CMYK yüzdeleri

%6.15
%15.16
%0
%4.31

Codes

Color #E5CFF4 in popluar color models

E5CFF4
RGB229207244
HSL276°62.71%88.43%
HSB/HSV276°15.16%95.69%
CMYK6.15%15.16%0.00%
4.31%

Color #E5CFF4 in popluar number systems.

HEXE5CFF4
Decimal229207244
Binary111001011100111111110100
Octal345317364

Shades and tints

Shades of #E5CFF4

#E5CFF4
(229,207,244)
#D1BDDE
(209,189,222)
#BDABC8
(189,171,200)
#A999B2
(169,153,178)
#95879C
(149,135,156)
#817586
(129,117,134)
#6D6370
(109,99,112)
#59515A
(89,81,90)
#453F44
(69,63,68)
#312D2E
(49,45,46)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #E5CFF4

#E5CFF4
(229,207,244)
#E7D3F5
(231,211,245)
#E9D7F6
(233,215,246)
#EBDBF7
(235,219,247)
#EDDFF8
(237,223,248)
#EFE3F9
(239,227,249)
#F1E7FA
(241,231,250)
#F3EBFB
(243,235,251)
#F5EFFC
(245,239,252)
#F7F3FD
(247,243,253)
#F9F7FE
(249,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CFF4 color. Also use rgb(229,207,244) instead hex code.

Text Font Color

.myTextColor { color: #E5CFF4; }

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

This text font color is #E5CFF4.


Background Color

.myBgColor { background-color: #E5CFF4; }

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

This div background color is #E5CFF4.


Border color

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

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

This div border color is #E5CFF4.


Opacity

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

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

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

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

This text has shadow with #E5CFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5CFF4 on black background.


Color preview on white background

This text has color #E5CFF4 on white background.



Black color preview on #E5CFF4 background

This text has black color on #E5CFF4 background.


White color preview on #E5CFF4 background

This text has white color on #E5CFF4 background.