COLOR #EBC5E5

HEX: #EBC5E5
RGB: (235,197,229)

Color info

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

RGB color model

#EBC5E5 color RGB value is (235,197,229).

  • red value is 235;
  • green value is 197;
  • blue value is 229.
RGB:
(235,197,229)
(92%,77%,90%)

RGB channels and saturation

R 235 of 255 = 92%
G 197 of 255 = 77%
B 229 of 255 = 90%

235
197
229

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

Portions of RGB colors in percentages

R + G + B =
235 + 197 + 229 = 661 (100%)
R 235 of 661 ~ 35.55%
G 197 of 661 ~ 29.8%
B 229 of 661 ~ 34.64%

%35.55
%29.8
%34.64

CMYK color model

#EBC5E5 color CMYK value is (0,16,3,8).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(0,16,3,8)
C0M16Y3K8 
(0%,16%,3%,8%)
(0.00/0.16/0.03/0.08)	

CMYK percentages

%0
%16.17
%2.55
%7.84

Codes

Color #EBC5E5 in popluar color models

EBC5E5
RGB235197229
HSL309°48.72%84.71%
HSB/HSV309°16.17%92.16%
CMYK0.00%16.17%2.55%
7.84%

Color #EBC5E5 in popluar number systems.

HEXEBC5E5
Decimal235197229
Binary111010111100010111100101
Octal353305345

Shades and tints

Shades of #EBC5E5

#EBC5E5
(235,197,229)
#D6B4D1
(214,180,209)
#C1A3BD
(193,163,189)
#AC92A9
(172,146,169)
#978195
(151,129,149)
#827081
(130,112,129)
#6D5F6D
(109,95,109)
#584E59
(88,78,89)
#433D45
(67,61,69)
#2E2C31
(46,44,49)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #EBC5E5

#EBC5E5
(235,197,229)
#ECCAE7
(236,202,231)
#EDCFE9
(237,207,233)
#EED4EB
(238,212,235)
#EFD9ED
(239,217,237)
#F0DEEF
(240,222,239)
#F1E3F1
(241,227,241)
#F2E8F3
(242,232,243)
#F3EDF5
(243,237,245)
#F4F2F7
(244,242,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC5E5 color. Also use rgb(235,197,229) instead hex code.

Text Font Color

.myTextColor { color: #EBC5E5; }

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

This text font color is #EBC5E5.


Background Color

.myBgColor { background-color: #EBC5E5; }

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

This div background color is #EBC5E5.


Border color

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

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

This div border color is #EBC5E5.


Opacity

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

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

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

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

This text has shadow with #EBC5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC5E5 on black background.


Color preview on white background

This text has color #EBC5E5 on white background.



Black color preview on #EBC5E5 background

This text has black color on #EBC5E5 background.


White color preview on #EBC5E5 background

This text has white color on #EBC5E5 background.