COLOR #EBCFDD

HEX: #EBCFDD
RGB: (235,207,221)

Color info

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

RGB color model

#EBCFDD color RGB value is (235,207,221).

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

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 221 of 255 = 87%

235
207
221

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

Portions of RGB colors in percentages

R + G + B =
235 + 207 + 221 = 663 (100%)
R 235 of 663 ~ 35.44%
G 207 of 663 ~ 31.22%
B 221 of 663 ~ 33.33%

%35.44
%31.22
%33.33

CMYK color model

#EBCFDD color CMYK value is (0,12,6,8).

  • cyan value is 0.00%
  • magenta value is 11.91%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(0,12,6,8)
C0M12Y6K8 
(0%,12%,6%,8%)
(0.00/0.12/0.06/0.08)	

CMYK percentages

%0
%11.91
%5.96
%7.84

Codes

Color #EBCFDD in popluar color models

EBCFDD
RGB235207221
HSL330°41.18%86.67%
HSB/HSV330°11.91%92.16%
CMYK0.00%11.91%5.96%
7.84%

Color #EBCFDD in popluar number systems.

HEXEBCFDD
Decimal235207221
Binary111010111100111111011101
Octal353317335

Shades and tints

Shades of #EBCFDD

#EBCFDD
(235,207,221)
#D6BDC9
(214,189,201)
#C1ABB5
(193,171,181)
#AC99A1
(172,153,161)
#97878D
(151,135,141)
#827579
(130,117,121)
#6D6365
(109,99,101)
#585151
(88,81,81)
#433F3D
(67,63,61)
#2E2D29
(46,45,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #EBCFDD

#EBCFDD
(235,207,221)
#ECD3E0
(236,211,224)
#EDD7E3
(237,215,227)
#EEDBE6
(238,219,230)
#EFDFE9
(239,223,233)
#F0E3EC
(240,227,236)
#F1E7EF
(241,231,239)
#F2EBF2
(242,235,242)
#F3EFF5
(243,239,245)
#F4F3F8
(244,243,248)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCFDD; }

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

This text font color is #EBCFDD.


Background Color

.myBgColor { background-color: #EBCFDD; }

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

This div background color is #EBCFDD.


Border color

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

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

This div border color is #EBCFDD.


Opacity

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

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

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

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

This text has shadow with #EBCFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCFDD on black background.


Color preview on white background

This text has color #EBCFDD on white background.



Black color preview on #EBCFDD background

This text has black color on #EBCFDD background.


White color preview on #EBCFDD background

This text has white color on #EBCFDD background.