COLOR #EBCEE5

HEX: #EBCEE5
RGB: (235,206,229)

Color info

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

RGB color model

#EBCEE5 color RGB value is (235,206,229).

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

RGB channels and saturation

R 235 of 255 = 92%
G 206 of 255 = 81%
B 229 of 255 = 90%

235
206
229

R + G + B ~ 88%. #EBCEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 206 + 229 = 670 (100%)
R 235 of 670 ~ 35.07%
G 206 of 670 ~ 30.75%
B 229 of 670 ~ 34.18%

%35.07
%30.75
%34.18

CMYK color model

#EBCEE5 color CMYK value is (0,12,3,8).

  • cyan value is 0.00%
  • magenta value is 12.34%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK: (0,12,3,8) C0M12Y3K8 (0%,12%,3%,8%) (0.00/0.12/0.03/0.08)

CMYK percentages

%0
%12.34
%2.55
%7.84

Codes

Color #EBCEE5 in popluar color models

EBCEE5
RGB235206229
HSL312°42.03%86.47%
HSB/HSV312°12.34%92.16%
CMYK0.00%12.34%2.55%
7.84%

Color #EBCEE5 in popluar number systems.

HEXEBCEE5
Decimal235206229
Binary111010111100111011100101
Octal353316345

Shades and tints

Shades of #EBCEE5

#EBCEE5
(235,206,229)
#D6BCD1
(214,188,209)
#C1AABD
(193,170,189)
#AC98A9
(172,152,169)
#978695
(151,134,149)
#827481
(130,116,129)
#6D626D
(109,98,109)
#585059
(88,80,89)
#433E45
(67,62,69)
#2E2C31
(46,44,49)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #EBCEE5

#EBCEE5
(235,206,229)
#ECD2E7
(236,210,231)
#EDD6E9
(237,214,233)
#EEDAEB
(238,218,235)
#EFDEED
(239,222,237)
#F0E2EF
(240,226,239)
#F1E6F1
(241,230,241)
#F2EAF3
(242,234,243)
#F3EEF5
(243,238,245)
#F4F2F7
(244,242,247)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCEE5; }

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

This text font color is #EBCEE5.


Background Color

.myBgColor { background-color: #EBCEE5; }

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

This div background color is #EBCEE5.


Border color

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

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

This div border color is #EBCEE5.


Opacity

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

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

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

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

This text has shadow with #EBCEE5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EBCEE5 on black background.


Color preview on white background

This text has color #EBCEE5 on white background.



Black color preview on #EBCEE5 background

This text has black color on #EBCEE5 background.


White color preview on #EBCEE5 background

This text has white color on #EBCEE5 background.