COLOR #ECC3FF

HEX: #ECC3FF
RGB: (236,195,255)

Color info

#ECC3FF contains mainly red and blue colors. Web safe color of #ECC3FF is #FFCCFF (or #FCF).

RGB color model

#ECC3FF color RGB value is (236,195,255).

  • red value is 236;
  • green value is 195;
  • blue value is 255.
RGB:
(236,195,255)
(93%,76%,100%)

RGB channels and saturation

R 236 of 255 = 93%
G 195 of 255 = 76%
B 255 of 255 = 100%

236
195
255

R + G + B ~ 90%. #ECC3FF is light color.

Portions of RGB colors in percentages

R + G + B =
236 + 195 + 255 = 686 (100%)
R 236 of 686 ~ 34.4%
G 195 of 686 ~ 28.43%
B 255 of 686 ~ 37.17%

%34.4
%28.43
%37.17

CMYK color model

#ECC3FF color CMYK value is (7,24,0,0).

  • cyan value is 7.45%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,24,0,0)
C7M24Y0K0 
(7%,24%,0%,0%)
(0.07/0.24/0.00/0.00)	

CMYK percentages

%7.45
%23.53
%0
%0

Codes

Color #ECC3FF in popluar color models

ECC3FF
RGB236195255
HSL281°100.00%88.24%
HSB/HSV281°23.53%100.00%
CMYK7.45%23.53%0.00%
0.00%

Color #ECC3FF in popluar number systems.

HEXECC3FF
Decimal236195255
Binary111011001100001111111111
Octal354303377

Shades and tints

Shades of #ECC3FF

#ECC3FF
(236,195,255)
#D7B2E8
(215,178,232)
#C2A1D1
(194,161,209)
#AD90BA
(173,144,186)
#987FA3
(152,127,163)
#836E8C
(131,110,140)
#6E5D75
(110,93,117)
#594C5E
(89,76,94)
#443B47
(68,59,71)
#2F2A30
(47,42,48)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #ECC3FF

#ECC3FF
(236,195,255)
#EDC8FF
(237,200,255)
#EECDFF
(238,205,255)
#EFD2FF
(239,210,255)
#F0D7FF
(240,215,255)
#F1DCFF
(241,220,255)
#F2E1FF
(242,225,255)
#F3E6FF
(243,230,255)
#F4EBFF
(244,235,255)
#F5F0FF
(245,240,255)
#F6F5FF
(246,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC3FF color. Also use rgb(236,195,255) instead hex code.

Text Font Color

.myTextColor { color: #ECC3FF; }

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

This text font color is #ECC3FF.


Background Color

.myBgColor { background-color: #ECC3FF; }

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

This div background color is #ECC3FF.


Border color

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

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

This div border color is #ECC3FF.


Opacity

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

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

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

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

This text has shadow with #ECC3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC3FF on black background.


Color preview on white background

This text has color #ECC3FF on white background.



Black color preview on #ECC3FF background

This text has black color on #ECC3FF background.


White color preview on #ECC3FF background

This text has white color on #ECC3FF background.