COLOR #EBC7E0

HEX: #EBC7E0
RGB: (235,199,224)

Color info

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

RGB color model

#EBC7E0 color RGB value is (235,199,224).

  • red value is 235;
  • green value is 199;
  • blue value is 224.
RGB:
(235,199,224)
(92%,78%,88%)

RGB channels and saturation

R 235 of 255 = 92%
G 199 of 255 = 78%
B 224 of 255 = 88%

235
199
224

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

Portions of RGB colors in percentages

R + G + B =
235 + 199 + 224 = 658 (100%)
R 235 of 658 ~ 35.71%
G 199 of 658 ~ 30.24%
B 224 of 658 ~ 34.04%

%35.71
%30.24
%34.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.32%
  • yellow value is 4.68%
  • key color value is 7.84%
CMYK:
(0,15,5,8)
C0M15Y5K8 
(0%,15%,5%,8%)
(0.00/0.15/0.05/0.08)	

CMYK percentages

%0
%15.32
%4.68
%7.84

Codes

Color #EBC7E0 in popluar color models

EBC7E0
RGB235199224
HSL318°47.37%85.10%
HSB/HSV318°15.32%92.16%
CMYK0.00%15.32%4.68%
7.84%

Color #EBC7E0 in popluar number systems.

HEXEBC7E0
Decimal235199224
Binary111010111100011111100000
Octal353307340

Shades and tints

Shades of #EBC7E0

#EBC7E0
(235,199,224)
#D6B5CC
(214,181,204)
#C1A3B8
(193,163,184)
#AC91A4
(172,145,164)
#977F90
(151,127,144)
#826D7C
(130,109,124)
#6D5B68
(109,91,104)
#584954
(88,73,84)
#433740
(67,55,64)
#2E252C
(46,37,44)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #EBC7E0

#EBC7E0
(235,199,224)
#ECCCE2
(236,204,226)
#EDD1E4
(237,209,228)
#EED6E6
(238,214,230)
#EFDBE8
(239,219,232)
#F0E0EA
(240,224,234)
#F1E5EC
(241,229,236)
#F2EAEE
(242,234,238)
#F3EFF0
(243,239,240)
#F4F4F2
(244,244,242)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC7E0 color. Also use rgb(235,199,224) instead hex code.

Text Font Color

.myTextColor { color: #EBC7E0; }

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

This text font color is #EBC7E0.


Background Color

.myBgColor { background-color: #EBC7E0; }

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

This div background color is #EBC7E0.


Border color

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

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

This div border color is #EBC7E0.


Opacity

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

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

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

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

This text has shadow with #EBC7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBC7E0 on black background.


Color preview on white background

This text has color #EBC7E0 on white background.



Black color preview on #EBC7E0 background

This text has black color on #EBC7E0 background.


White color preview on #EBC7E0 background

This text has white color on #EBC7E0 background.