COLOR #EBC3E2

HEX: #EBC3E2 RGB: (235,195,226)

Color info

#EBC3E2 contains red, green and blue colors in about the same proportion. Web safe color of #EBC3E2 is #FFCCCC (or #FCC).

RGB color model

#EBC3E2 color RGB value is (235,195,226).

RGB: (235,195,226) (92%, 76%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 226 of 255 = 89%

235
195
226

R + G + B ~ 86%. #EBC3E2 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 195 + 226 = 656 (100%)
R 235 of 656 ~ 35.82%
G 195 of 656 ~ 29.73%
B 226 of 656 ~ 34.45'%

%35.82
%29.73
%34.45

CMYK color model

#EBC3E2 color CMYK value is (0,17,4,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 3.83%
  • key color value is 7.84%

CMYK: (0,17,4,8)
C0M17Y4K8 (0%, 17%, 4%, 8%)
(0.00 / 0.17 / 0.04 / 0.08)

CMYK percentages

%0
%17.02
%3.83
%7.84

Codes

Color #EBC3E2 in popluar color models

EB C3 E2
RGB 235 195 226
HSL 314° 50.00% 84.31%
HSB/HSV 314° 17.02% 92.16%
CMYK 0.00% 17.02% 3.83%
7.84%

Color #EBC3E2 in popluar number systems.

HEX EB C3 E2
Decimal 235 195 226
Binary 11101011 11000011 11100010
Octal 353 303 342

Shades and tints

Shades of #EBC3E2

#EBC3E2
(235,195,226)
#D6B2CE
(214,178,206)
#C1A1BA
(193,161,186)
#AC90A6
(172,144,166)
#977F92
(151,127,146)
#826E7E
(130,110,126)
#6D5D6A
(109,93,106)
#584C56
(88,76,86)
#433B42
(67,59,66)
#2E2A2E
(46,42,46)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #EBC3E2

#EBC3E2
(235,195,226)
#ECC8E4
(236,200,228)
#EDCDE6
(237,205,230)
#EED2E8
(238,210,232)
#EFD7EA
(239,215,234)
#F0DCEC
(240,220,236)
#F1E1EE
(241,225,238)
#F2E6F0
(242,230,240)
#F3EBF2
(243,235,242)
#F4F0F4
(244,240,244)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC3E2 color. Also use rgb(235,195,226) instead hex code.

Text Font Color

.myTextColor { color: #EBC3E2; }

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

This text font color is #EBC3E2.

Background Color

.myBgColor { background-color: #EBC3E2; }

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

This div background color is #EBC3E2.

Border color

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

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

This div border color is #EBC3E2.

Opacity

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

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

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

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

This text has shadow with #EBC3E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC3E2.

Preview

Color preview on black background

This text has color #EBC3E2 on black background.


Color preview on white background

This text has color #EBC3E2 on white background.


Black color preview on #EBC3E2 background

This text has black color on #EBC3E2 background.


White color preview on #EBC3E2 background

This text has white color on #EBC3E2 background.


Related colors

Complementary color

Complementary color for #hex is #143C1D.


I love getcolorcode.com

Triadic colors

1 #E2EBC3 and #C3E2EB with #EBC3E2 are triadic colors.

2 #E2C3EB and #C3EBE2 with #EBC3E2 are triadic colors.