COLOR #ECB6E4

HEX: #ECB6E4
RGB: (236,182,228)

Renk bilgisi

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

RGB renk modeli

#ECB6E4 color RGB value is (236,182,228).

  • kırmız ton 236;
  • yeşil ton 182;
  • mavi ton 228.
RGB:
(236,182,228)
(93%,71%,89%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 182 of 255 = 71%
B 228 of 255 = 89%

236
182
228

R + G + B ~ 84%. #ECB6E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 182 + 228 = 646 (100%)
R 236 of 646 ~ 36.53%
G 182 of 646 ~ 28.17%
B 228 of 646 ~ 35.29%

%36.53
%28.17
%35.29

CMYK RENK MODELİ

#ECB6E4 rengi CMYK tonu (0,23,3,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.88%
  • sarı tonu 3.39%
  • ana renk tonu 7.45%
CMYK:
(0,23,3,7)
C0M23Y3K7 
(0%,23%,3%,7%)
(0.00/0.23/0.03/0.07)	

CMYK yüzdeleri

%0
%22.88
%3.39
%7.45

Codes

Color #ECB6E4 in popluar color models

ECB6E4
RGB236182228
HSL309°58.70%81.96%
HSB/HSV309°22.88%92.55%
CMYK0.00%22.88%3.39%
7.45%

Color #ECB6E4 in popluar number systems.

HEXECB6E4
Decimal236182228
Binary111011001011011011100100
Octal354266344

Shades and tints

Shades of #ECB6E4

#ECB6E4
(236,182,228)
#D7A6D0
(215,166,208)
#C296BC
(194,150,188)
#AD86A8
(173,134,168)
#987694
(152,118,148)
#836680
(131,102,128)
#6E566C
(110,86,108)
#594658
(89,70,88)
#443644
(68,54,68)
#2F2630
(47,38,48)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #ECB6E4

#ECB6E4
(236,182,228)
#EDBCE6
(237,188,230)
#EEC2E8
(238,194,232)
#EFC8EA
(239,200,234)
#F0CEEC
(240,206,236)
#F1D4EE
(241,212,238)
#F2DAF0
(242,218,240)
#F3E0F2
(243,224,242)
#F4E6F4
(244,230,244)
#F5ECF6
(245,236,246)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB6E4 color. Also use rgb(236,182,228) instead hex code.

Text Font Color

.myTextColor { color: #ECB6E4; }

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

This text font color is #ECB6E4.


Background Color

.myBgColor { background-color: #ECB6E4; }

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

This div background color is #ECB6E4.


Border color

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

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

This div border color is #ECB6E4.


Opacity

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

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

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

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

This text has shadow with #ECB6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB6E4 on black background.


Color preview on white background

This text has color #ECB6E4 on white background.



Black color preview on #ECB6E4 background

This text has black color on #ECB6E4 background.


White color preview on #ECB6E4 background

This text has white color on #ECB6E4 background.