COLOR #ECC5FB

HEX: #ECC5FB
RGB: (236,197,251)

Renk bilgisi

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

RGB renk modeli

#ECC5FB color RGB value is (236,197,251).

  • kırmız ton 236;
  • yeşil ton 197;
  • mavi ton 251.
RGB:
(236,197,251)
(93%,77%,98%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 197 of 255 = 77%
B 251 of 255 = 98%

236
197
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 197 + 251 = 684 (100%)
R 236 of 684 ~ 34.5%
G 197 of 684 ~ 28.8%
B 251 of 684 ~ 36.7%

%34.5
%28.8
%36.7

CMYK RENK MODELİ

#ECC5FB rengi CMYK tonu (6,22,0,2).

  • camgöbeği tonu 5.98%
  • eflatun tonu 21.51%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(6,22,0,2)
C6M22Y0K2 
(6%,22%,0%,2%)
(0.06/0.22/0.00/0.02)	

CMYK yüzdeleri

%5.98
%21.51
%0
%1.57

Codes

Color #ECC5FB in popluar color models

ECC5FB
RGB236197251
HSL283°87.10%87.84%
HSB/HSV283°21.51%98.43%
CMYK5.98%21.51%0.00%
1.57%

Color #ECC5FB in popluar number systems.

HEXECC5FB
Decimal236197251
Binary111011001100010111111011
Octal354305373

Shades and tints

Shades of #ECC5FB

#ECC5FB
(236,197,251)
#D7B4E5
(215,180,229)
#C2A3CF
(194,163,207)
#AD92B9
(173,146,185)
#9881A3
(152,129,163)
#83708D
(131,112,141)
#6E5F77
(110,95,119)
#594E61
(89,78,97)
#443D4B
(68,61,75)
#2F2C35
(47,44,53)
#1A1B1F
(26,27,31)
#000000
(0,0,0)

Tints of #ECC5FB

#ECC5FB
(236,197,251)
#EDCAFB
(237,202,251)
#EECFFB
(238,207,251)
#EFD4FB
(239,212,251)
#F0D9FB
(240,217,251)
#F1DEFB
(241,222,251)
#F2E3FB
(242,227,251)
#F3E8FB
(243,232,251)
#F4EDFB
(244,237,251)
#F5F2FB
(245,242,251)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC5FB color. Also use rgb(236,197,251) instead hex code.

Text Font Color

.myTextColor { color: #ECC5FB; }

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

This text font color is #ECC5FB.


Background Color

.myBgColor { background-color: #ECC5FB; }

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

This div background color is #ECC5FB.


Border color

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

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

This div border color is #ECC5FB.


Opacity

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

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

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

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

This text has shadow with #ECC5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC5FB on black background.


Color preview on white background

This text has color #ECC5FB on white background.



Black color preview on #ECC5FB background

This text has black color on #ECC5FB background.


White color preview on #ECC5FB background

This text has white color on #ECC5FB background.