COLOR #EBCFD7

HEX: #EBCFD7
RGB: (235,207,215)

Color info

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

RGB color model

#EBCFD7 color RGB value is (235,207,215).

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

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 215 of 255 = 84%

235
207
215

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

Portions of RGB colors in percentages

R + G + B =
235 + 207 + 215 = 657 (100%)
R 235 of 657 ~ 35.77%
G 207 of 657 ~ 31.51%
B 215 of 657 ~ 32.72%

%35.77
%31.51
%32.72

CMYK color model

#EBCFD7 color CMYK value is (0,12,9,8).

  • cyan value is 0.00%
  • magenta value is 11.91%
  • yellow value is 8.51%
  • key color value is 7.84%
CMYK:
(0,12,9,8)
C0M12Y9K8 
(0%,12%,9%,8%)
(0.00/0.12/0.09/0.08)	

CMYK percentages

%0
%11.91
%8.51
%7.84

Codes

Color #EBCFD7 in popluar color models

EBCFD7
RGB235207215
HSL343°41.18%86.67%
HSB/HSV343°11.91%92.16%
CMYK0.00%11.91%8.51%
7.84%

Color #EBCFD7 in popluar number systems.

HEXEBCFD7
Decimal235207215
Binary111010111100111111010111
Octal353317327

Shades and tints

Shades of #EBCFD7

#EBCFD7
(235,207,215)
#D6BDC4
(214,189,196)
#C1ABB1
(193,171,177)
#AC999E
(172,153,158)
#97878B
(151,135,139)
#827578
(130,117,120)
#6D6365
(109,99,101)
#585152
(88,81,82)
#433F3F
(67,63,63)
#2E2D2C
(46,45,44)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #EBCFD7

#EBCFD7
(235,207,215)
#ECD3DA
(236,211,218)
#EDD7DD
(237,215,221)
#EEDBE0
(238,219,224)
#EFDFE3
(239,223,227)
#F0E3E6
(240,227,230)
#F1E7E9
(241,231,233)
#F2EBEC
(242,235,236)
#F3EFEF
(243,239,239)
#F4F3F2
(244,243,242)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCFD7; }

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

This text font color is #EBCFD7.


Background Color

.myBgColor { background-color: #EBCFD7; }

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

This div background color is #EBCFD7.


Border color

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

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

This div border color is #EBCFD7.


Opacity

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

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

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

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

This text has shadow with #EBCFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCFD7 on black background.


Color preview on white background

This text has color #EBCFD7 on white background.



Black color preview on #EBCFD7 background

This text has black color on #EBCFD7 background.


White color preview on #EBCFD7 background

This text has white color on #EBCFD7 background.