COLOR #EBC6EC

HEX: #EBC6EC RGB: (235,198,236)

Color info

#EBC6EC contains red, green and blue colors in about the same proportion. Web safe color of #EBC6EC is #FFCCFF (or #FCF).

RGB color model

#EBC6EC color RGB value is (235,198,236).

RGB: (235,198,236) (92%, 78%, 93%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 236 of 255 = 93%

235
198
236

R + G + B ~ 88%. #EBC6EC is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 198 + 236 = 669 (100%)
R 235 of 669 ~ 35.13%
G 198 of 669 ~ 29.6%
B 236 of 669 ~ 35.28'%

%35.13
%29.6
%35.28

CMYK color model

#EBC6EC color CMYK value is (0,16,0,7).

  • cyan value is 0.42%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (0,16,0,7)
C0M16Y0K7 (0%, 16%, 0%, 7%)
(0.00 / 0.16 / 0.00 / 0.07)

CMYK percentages

%0.42
%16.1
%0
%7.45

Codes

Color #EBC6EC in popluar color models

EB C6 EC
RGB 235 198 236
HSL 298° 50.00% 85.10%
HSB/HSV 298° 16.10% 92.55%
CMYK 0.42% 16.10% 0.00%
7.45%

Color #EBC6EC in popluar number systems.

HEX EB C6 EC
Decimal 235 198 236
Binary 11101011 11000110 11101100
Octal 353 306 354

Shades and tints

Shades of #EBC6EC

#EBC6EC
(235,198,236)
#D6B4D7
(214,180,215)
#C1A2C2
(193,162,194)
#AC90AD
(172,144,173)
#977E98
(151,126,152)
#826C83
(130,108,131)
#6D5A6E
(109,90,110)
#584859
(88,72,89)
#433644
(67,54,68)
#2E242F
(46,36,47)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #EBC6EC

#EBC6EC
(235,198,236)
#ECCBED
(236,203,237)
#EDD0EE
(237,208,238)
#EED5EF
(238,213,239)
#EFDAF0
(239,218,240)
#F0DFF1
(240,223,241)
#F1E4F2
(241,228,242)
#F2E9F3
(242,233,243)
#F3EEF4
(243,238,244)
#F4F3F5
(244,243,245)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC6EC color. Also use rgb(235,198,236) instead hex code.

Text Font Color

.myTextColor { color: #EBC6EC; }

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

This text font color is #EBC6EC.

Background Color

.myBgColor { background-color: #EBC6EC; }

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

This div background color is #EBC6EC.

Border color

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

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

This div border color is #EBC6EC.

Opacity

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

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

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

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

This text has shadow with #EBC6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC6EC.

Preview

Color preview on black background

This text has color #EBC6EC on black background.


Color preview on white background

This text has color #EBC6EC on white background.


Black color preview on #EBC6EC background

This text has black color on #EBC6EC background.


White color preview on #EBC6EC background

This text has white color on #EBC6EC background.


Related colors

Complementary color

Complementary color for #hex is #143913.


I love getcolorcode.com

Triadic colors

1 #ECEBC6 and #C6ECEB with #EBC6EC are triadic colors.

2 #ECC6EB and #C6EBEC with #EBC6EC are triadic colors.