COLOR #ECC9F4

HEX: #ECC9F4
RGB: (236,201,244)

Renk bilgisi

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

RGB renk modeli

#ECC9F4 color RGB value is (236,201,244).

  • kırmız ton 236;
  • yeşil ton 201;
  • mavi ton 244.
RGB:
(236,201,244)
(93%,79%,96%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 201 of 255 = 79%
B 244 of 255 = 96%

236
201
244

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 201 + 244 = 681 (100%)
R 236 of 681 ~ 34.65%
G 201 of 681 ~ 29.52%
B 244 of 681 ~ 35.83%

%34.65
%29.52
%35.83

CMYK RENK MODELİ

#ECC9F4 rengi CMYK tonu (3,18,0,4).

  • camgöbeği tonu 3.28%
  • eflatun tonu 17.62%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(3,18,0,4)
C3M18Y0K4 
(3%,18%,0%,4%)
(0.03/0.18/0.00/0.04)	

CMYK yüzdeleri

%3.28
%17.62
%0
%4.31

Codes

Color #ECC9F4 in popluar color models

ECC9F4
RGB236201244
HSL289°66.15%87.25%
HSB/HSV289°17.62%95.69%
CMYK3.28%17.62%0.00%
4.31%

Color #ECC9F4 in popluar number systems.

HEXECC9F4
Decimal236201244
Binary111011001100100111110100
Octal354311364

Shades and tints

Shades of #ECC9F4

#ECC9F4
(236,201,244)
#D7B7DE
(215,183,222)
#C2A5C8
(194,165,200)
#AD93B2
(173,147,178)
#98819C
(152,129,156)
#836F86
(131,111,134)
#6E5D70
(110,93,112)
#594B5A
(89,75,90)
#443944
(68,57,68)
#2F272E
(47,39,46)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #ECC9F4

#ECC9F4
(236,201,244)
#EDCDF5
(237,205,245)
#EED1F6
(238,209,246)
#EFD5F7
(239,213,247)
#F0D9F8
(240,217,248)
#F1DDF9
(241,221,249)
#F2E1FA
(242,225,250)
#F3E5FB
(243,229,251)
#F4E9FC
(244,233,252)
#F5EDFD
(245,237,253)
#F6F1FE
(246,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC9F4 color. Also use rgb(236,201,244) instead hex code.

Text Font Color

.myTextColor { color: #ECC9F4; }

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

This text font color is #ECC9F4.


Background Color

.myBgColor { background-color: #ECC9F4; }

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

This div background color is #ECC9F4.


Border color

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

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

This div border color is #ECC9F4.


Opacity

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

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

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

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

This text has shadow with #ECC9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC9F4 on black background.


Color preview on white background

This text has color #ECC9F4 on white background.



Black color preview on #ECC9F4 background

This text has black color on #ECC9F4 background.


White color preview on #ECC9F4 background

This text has white color on #ECC9F4 background.