COLOR #ECE6FA

HEX: #ECE6FA
RGB: (236,230,250)

Renk bilgisi

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

RGB renk modeli

#ECE6FA color RGB value is (236,230,250).

  • kırmız ton 236;
  • yeşil ton 230;
  • mavi ton 250.
RGB:
(236,230,250)
(93%,90%,98%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 230 of 255 = 90%
B 250 of 255 = 98%

236
230
250

R + G + B ~ 94%. #ECE6FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 230 + 250 = 716 (100%)
R 236 of 716 ~ 32.96%
G 230 of 716 ~ 32.12%
B 250 of 716 ~ 34.92%

%32.96
%32.12
%34.92

CMYK RENK MODELİ

#ECE6FA rengi CMYK tonu (6,8,0,2).

  • camgöbeği tonu 5.60%
  • eflatun tonu 8.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(6,8,0,2)
C6M8Y0K2 
(6%,8%,0%,2%)
(0.06/0.08/0.00/0.02)	

CMYK yüzdeleri

%5.6
%8
%0
%1.96

Codes

Color #ECE6FA in popluar color models

ECE6FA
RGB236230250
HSL258°66.67%94.12%
HSB/HSV258°8.00%98.04%
CMYK5.60%8.00%0.00%
1.96%

Color #ECE6FA in popluar number systems.

HEXECE6FA
Decimal236230250
Binary111011001110011011111010
Octal354346372

Shades and tints

Shades of #ECE6FA

#ECE6FA
(236,230,250)
#D7D2E4
(215,210,228)
#C2BECE
(194,190,206)
#ADAAB8
(173,170,184)
#9896A2
(152,150,162)
#83828C
(131,130,140)
#6E6E76
(110,110,118)
#595A60
(89,90,96)
#44464A
(68,70,74)
#2F3234
(47,50,52)
#1A1E1E
(26,30,30)
#000000
(0,0,0)

Tints of #ECE6FA

#ECE6FA
(236,230,250)
#EDE8FA
(237,232,250)
#EEEAFA
(238,234,250)
#EFECFA
(239,236,250)
#F0EEFA
(240,238,250)
#F1F0FA
(241,240,250)
#F2F2FA
(242,242,250)
#F3F4FA
(243,244,250)
#F4F6FA
(244,246,250)
#F5F8FA
(245,248,250)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE6FA color. Also use rgb(236,230,250) instead hex code.

Text Font Color

.myTextColor { color: #ECE6FA; }

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

This text font color is #ECE6FA.


Background Color

.myBgColor { background-color: #ECE6FA; }

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

This div background color is #ECE6FA.


Border color

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

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

This div border color is #ECE6FA.


Opacity

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

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

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

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

This text has shadow with #ECE6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE6FA on black background.


Color preview on white background

This text has color #ECE6FA on white background.



Black color preview on #ECE6FA background

This text has black color on #ECE6FA background.


White color preview on #ECE6FA background

This text has white color on #ECE6FA background.