COLOR #EBC6E9

HEX: #EBC6E9 RGB: (235,198,233)

Color info

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

RGB color model

#EBC6E9 color RGB value is (235,198,233).

RGB: (235,198,233) (92%, 78%, 91%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 233 of 255 = 91%

235
198
233

R + G + B ~ 87%. #EBC6E9 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 198 + 233 = 666 (100%)
R 235 of 666 ~ 35.29%
G 198 of 666 ~ 29.73%
B 233 of 666 ~ 34.98'%

%35.29
%29.73
%34.98

CMYK color model

#EBC6E9 color CMYK value is (0,16,1,8).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 0.85%
  • key color value is 7.84%

CMYK: (0,16,1,8)
C0M16Y1K8 (0%, 16%, 1%, 8%)
(0.00 / 0.16 / 0.01 / 0.08)

CMYK percentages

%0
%15.74
%0.85
%7.84

Codes

Color #EBC6E9 in popluar color models

EB C6 E9
RGB 235 198 233
HSL 303° 48.05% 84.90%
HSB/HSV 303° 15.74% 92.16%
CMYK 0.00% 15.74% 0.85%
7.84%

Color #EBC6E9 in popluar number systems.

HEX EB C6 E9
Decimal 235 198 233
Binary 11101011 11000110 11101001
Octal 353 306 351

Shades and tints

Shades of #EBC6E9

#EBC6E9
(235,198,233)
#D6B4D4
(214,180,212)
#C1A2BF
(193,162,191)
#AC90AA
(172,144,170)
#977E95
(151,126,149)
#826C80
(130,108,128)
#6D5A6B
(109,90,107)
#584856
(88,72,86)
#433641
(67,54,65)
#2E242C
(46,36,44)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #EBC6E9

#EBC6E9
(235,198,233)
#ECCBEB
(236,203,235)
#EDD0ED
(237,208,237)
#EED5EF
(238,213,239)
#EFDAF1
(239,218,241)
#F0DFF3
(240,223,243)
#F1E4F5
(241,228,245)
#F2E9F7
(242,233,247)
#F3EEF9
(243,238,249)
#F4F3FB
(244,243,251)
#F5F8FD
(245,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBC6E9; }

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

This text font color is #EBC6E9.

Background Color

.myBgColor { background-color: #EBC6E9; }

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

This div background color is #EBC6E9.

Border color

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

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

This div border color is #EBC6E9.

Opacity

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

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

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

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

This text has shadow with #EBC6E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC6E9.

Preview

Color preview on black background

This text has color #EBC6E9 on black background.


Color preview on white background

This text has color #EBC6E9 on white background.


Black color preview on #EBC6E9 background

This text has black color on #EBC6E9 background.


White color preview on #EBC6E9 background

This text has white color on #EBC6E9 background.


Related colors

Complementary color

Complementary color for #hex is #143916.


I love getcolorcode.com

Triadic colors

1 #E9EBC6 and #C6E9EB with #EBC6E9 are triadic colors.

2 #E9C6EB and #C6EBE9 with #EBC6E9 are triadic colors.