COLOR #EBCFE9

HEX: #EBCFE9
RGB: (235,207,233)

Color info

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

RGB color model

#EBCFE9 color RGB value is (235,207,233).

  • red value is 235;
  • green value is 207;
  • blue value is 233.
RGB:
(235,207,233)
(92%,81%,91%)

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 233 of 255 = 91%

235
207
233

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

Portions of RGB colors in percentages

R + G + B =
235 + 207 + 233 = 675 (100%)
R 235 of 675 ~ 34.81%
G 207 of 675 ~ 30.67%
B 233 of 675 ~ 34.52%

%34.81
%30.67
%34.52

CMYK color model

#EBCFE9 color CMYK value is (0,12,1,8).

  • cyan value is 0.00%
  • magenta value is 11.91%
  • yellow value is 0.85%
  • key color value is 7.84%
CMYK:
(0,12,1,8)
C0M12Y1K8 
(0%,12%,1%,8%)
(0.00/0.12/0.01/0.08)	

CMYK percentages

%0
%11.91
%0.85
%7.84

Codes

Color #EBCFE9 in popluar color models

EBCFE9
RGB235207233
HSL304°41.18%86.67%
HSB/HSV304°11.91%92.16%
CMYK0.00%11.91%0.85%
7.84%

Color #EBCFE9 in popluar number systems.

HEXEBCFE9
Decimal235207233
Binary111010111100111111101001
Octal353317351

Shades and tints

Shades of #EBCFE9

#EBCFE9
(235,207,233)
#D6BDD4
(214,189,212)
#C1ABBF
(193,171,191)
#AC99AA
(172,153,170)
#978795
(151,135,149)
#827580
(130,117,128)
#6D636B
(109,99,107)
#585156
(88,81,86)
#433F41
(67,63,65)
#2E2D2C
(46,45,44)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #EBCFE9

#EBCFE9
(235,207,233)
#ECD3EB
(236,211,235)
#EDD7ED
(237,215,237)
#EEDBEF
(238,219,239)
#EFDFF1
(239,223,241)
#F0E3F3
(240,227,243)
#F1E7F5
(241,231,245)
#F2EBF7
(242,235,247)
#F3EFF9
(243,239,249)
#F4F3FB
(244,243,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCFE9 color. Also use rgb(235,207,233) instead hex code.

Text Font Color

.myTextColor { color: #EBCFE9; }

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

This text font color is #EBCFE9.


Background Color

.myBgColor { background-color: #EBCFE9; }

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

This div background color is #EBCFE9.


Border color

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

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

This div border color is #EBCFE9.


Opacity

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

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

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

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

This text has shadow with #EBCFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCFE9 on black background.


Color preview on white background

This text has color #EBCFE9 on white background.



Black color preview on #EBCFE9 background

This text has black color on #EBCFE9 background.


White color preview on #EBCFE9 background

This text has white color on #EBCFE9 background.