COLOR #ECB6D6

HEX: #ECB6D6
RGB: (236,182,214)

Renk bilgisi

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

RGB renk modeli

#ECB6D6 color RGB value is (236,182,214).

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

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 182 of 255 = 71%
B 214 of 255 = 84%

236
182
214

R + G + B ~ 83%. #ECB6D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 182 + 214 = 632 (100%)
R 236 of 632 ~ 37.34%
G 182 of 632 ~ 28.8%
B 214 of 632 ~ 33.86%

%37.34
%28.8
%33.86

CMYK RENK MODELİ

#ECB6D6 rengi CMYK tonu (0,23,9,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.88%
  • sarı tonu 9.32%
  • ana renk tonu 7.45%
CMYK:
(0,23,9,7)
C0M23Y9K7 
(0%,23%,9%,7%)
(0.00/0.23/0.09/0.07)	

CMYK yüzdeleri

%0
%22.88
%9.32
%7.45

Codes

Color #ECB6D6 in popluar color models

ECB6D6
RGB236182214
HSL324°58.70%81.96%
HSB/HSV324°22.88%92.55%
CMYK0.00%22.88%9.32%
7.45%

Color #ECB6D6 in popluar number systems.

HEXECB6D6
Decimal236182214
Binary111011001011011011010110
Octal354266326

Shades and tints

Shades of #ECB6D6

#ECB6D6
(236,182,214)
#D7A6C3
(215,166,195)
#C296B0
(194,150,176)
#AD869D
(173,134,157)
#98768A
(152,118,138)
#836677
(131,102,119)
#6E5664
(110,86,100)
#594651
(89,70,81)
#44363E
(68,54,62)
#2F262B
(47,38,43)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #ECB6D6

#ECB6D6
(236,182,214)
#EDBCD9
(237,188,217)
#EEC2DC
(238,194,220)
#EFC8DF
(239,200,223)
#F0CEE2
(240,206,226)
#F1D4E5
(241,212,229)
#F2DAE8
(242,218,232)
#F3E0EB
(243,224,235)
#F4E6EE
(244,230,238)
#F5ECF1
(245,236,241)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB6D6; }

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

This text font color is #ECB6D6.


Background Color

.myBgColor { background-color: #ECB6D6; }

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

This div background color is #ECB6D6.


Border color

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

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

This div border color is #ECB6D6.


Opacity

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

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

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

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

This text has shadow with #ECB6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB6D6 on black background.


Color preview on white background

This text has color #ECB6D6 on white background.



Black color preview on #ECB6D6 background

This text has black color on #ECB6D6 background.


White color preview on #ECB6D6 background

This text has white color on #ECB6D6 background.