COLOR #EBC9E3

HEX: #EBC9E3
RGB: (235,201,227)

Color info

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

RGB color model

#EBC9E3 color RGB value is (235,201,227).

  • red value is 235;
  • green value is 201;
  • blue value is 227.
RGB:
(235,201,227)
(92%,79%,89%)

RGB channels and saturation

R 235 of 255 = 92%
G 201 of 255 = 79%
B 227 of 255 = 89%

235
201
227

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

Portions of RGB colors in percentages

R + G + B =
235 + 201 + 227 = 663 (100%)
R 235 of 663 ~ 35.44%
G 201 of 663 ~ 30.32%
B 227 of 663 ~ 34.24%

%35.44
%30.32
%34.24

CMYK color model

#EBC9E3 color CMYK value is (0,14,3,8).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK:
(0,14,3,8)
C0M14Y3K8 
(0%,14%,3%,8%)
(0.00/0.14/0.03/0.08)	

CMYK percentages

%0
%14.47
%3.4
%7.84

Codes

Color #EBC9E3 in popluar color models

EBC9E3
RGB235201227
HSL314°45.95%85.49%
HSB/HSV314°14.47%92.16%
CMYK0.00%14.47%3.40%
7.84%

Color #EBC9E3 in popluar number systems.

HEXEBC9E3
Decimal235201227
Binary111010111100100111100011
Octal353311343

Shades and tints

Shades of #EBC9E3

#EBC9E3
(235,201,227)
#D6B7CF
(214,183,207)
#C1A5BB
(193,165,187)
#AC93A7
(172,147,167)
#978193
(151,129,147)
#826F7F
(130,111,127)
#6D5D6B
(109,93,107)
#584B57
(88,75,87)
#433943
(67,57,67)
#2E272F
(46,39,47)
#19151B
(25,21,27)
#000000
(0,0,0)

Tints of #EBC9E3

#EBC9E3
(235,201,227)
#ECCDE5
(236,205,229)
#EDD1E7
(237,209,231)
#EED5E9
(238,213,233)
#EFD9EB
(239,217,235)
#F0DDED
(240,221,237)
#F1E1EF
(241,225,239)
#F2E5F1
(242,229,241)
#F3E9F3
(243,233,243)
#F4EDF5
(244,237,245)
#F5F1F7
(245,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC9E3 color. Also use rgb(235,201,227) instead hex code.

Text Font Color

.myTextColor { color: #EBC9E3; }

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

This text font color is #EBC9E3.


Background Color

.myBgColor { background-color: #EBC9E3; }

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

This div background color is #EBC9E3.


Border color

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

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

This div border color is #EBC9E3.


Opacity

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

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

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

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

This text has shadow with #EBC9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC9E3 on black background.


Color preview on white background

This text has color #EBC9E3 on white background.



Black color preview on #EBC9E3 background

This text has black color on #EBC9E3 background.


White color preview on #EBC9E3 background

This text has white color on #EBC9E3 background.