COLOR #EBC8EA

HEX: #EBC8EA RGB: (235,200,234)

Color info

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

RGB color model

#EBC8EA color RGB value is (235,200,234).

RGB: (235,200,234) (92%, 78%, 92%)

RGB channels and saturation

R 235 of 255 = 92%
G 200 of 255 = 78%
B 234 of 255 = 92%

235
200
234

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

Portions of RGB colors in percentages

R + G + B = 235 + 200 + 234 = 669 (100%)
R 235 of 669 ~ 35.13%
G 200 of 669 ~ 29.9%
B 234 of 669 ~ 34.98'%

%35.13
%29.9
%34.98

CMYK color model

#EBC8EA color CMYK value is (0,15,0,8).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 0.43%
  • key color value is 7.84%
CMYK: (0,15,0,8) C0M15Y0K8 (0%,15%,0%,8%) (0.00/0.15/0.00/0.08) 

CMYK percentages

%0
%14.89
%0.43
%7.84

Codes

Color #EBC8EA in popluar color models

EB C8 EA
RGB 235 200 234
HSL 302° 46.67% 85.29%
HSB/HSV 302° 14.89% 92.16%
CMYK 0.00% 14.89% 0.43%
7.84%

Color #EBC8EA in popluar number systems.

HEX EB C8 EA
Decimal 235 200 234
Binary 11101011 11001000 11101010
Octal 353 310 352

Shades and tints

Shades of #EBC8EA

#EBC8EA
(235,200,234)
#D6B6D5
(214,182,213)
#C1A4C0
(193,164,192)
#AC92AB
(172,146,171)
#978096
(151,128,150)
#826E81
(130,110,129)
#6D5C6C
(109,92,108)
#584A57
(88,74,87)
#433842
(67,56,66)
#2E262D
(46,38,45)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EBC8EA

#EBC8EA
(235,200,234)
#ECCDEB
(236,205,235)
#EDD2EC
(237,210,236)
#EED7ED
(238,215,237)
#EFDCEE
(239,220,238)
#F0E1EF
(240,225,239)
#F1E6F0
(241,230,240)
#F2EBF1
(242,235,241)
#F3F0F2
(243,240,242)
#F4F5F3
(244,245,243)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC8EA color. Also use rgb(235,200,234) instead hex code.

Text Font Color

.myTextColor { color: #EBC8EA; }

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

This text font color is #EBC8EA.

Background Color

.myBgColor { background-color: #EBC8EA; }

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

This div background color is #EBC8EA.

Border color

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

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

This div border color is #EBC8EA.

Opacity

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

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

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

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

This text has shadow with #EBC8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC8EA.

Preview

Color preview on black background

This text has color #EBC8EA on black background.


Color preview on white background

This text has color #EBC8EA on white background.


Black color preview on #EBC8EA background

This text has black color on #EBC8EA background.


White color preview on #EBC8EA background

This text has white color on #EBC8EA background.


Related colors

Complementary color

Complementary color for #hex is #143715.


I love getcolorcode.com

Triadic colors

1 #EAEBC8 and #C8EAEB with #EBC8EA are triadic colors.

2 #EAC8EB and #C8EBEA with #EBC8EA are triadic colors.