COLOR #EBCED0

HEX: #EBCED0
RGB: (235,206,208)

Color info

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

RGB color model

#EBCED0 color RGB value is (235,206,208).

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

RGB channels and saturation

R 235 of 255 = 92%
G 206 of 255 = 81%
B 208 of 255 = 82%

235
206
208

R + G + B ~ 85%. #EBCED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 206 + 208 = 649 (100%)
R 235 of 649 ~ 36.21%
G 206 of 649 ~ 31.74%
B 208 of 649 ~ 32.05%

%36.21
%31.74
%32.05

CMYK color model

#EBCED0 color CMYK value is (0,12,11,8).

  • cyan value is 0.00%
  • magenta value is 12.34%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(0,12,11,8)
C0M12Y11K8 
(0%,12%,11%,8%)
(0.00/0.12/0.11/0.08)	

CMYK percentages

%0
%12.34
%11.49
%7.84

Codes

Color #EBCED0 in popluar color models

EBCED0
RGB235206208
HSL356°42.03%86.47%
HSB/HSV356°12.34%92.16%
CMYK0.00%12.34%11.49%
7.84%

Color #EBCED0 in popluar number systems.

HEXEBCED0
Decimal235206208
Binary111010111100111011010000
Octal353316320

Shades and tints

Shades of #EBCED0

#EBCED0
(235,206,208)
#D6BCBE
(214,188,190)
#C1AAAC
(193,170,172)
#AC989A
(172,152,154)
#978688
(151,134,136)
#827476
(130,116,118)
#6D6264
(109,98,100)
#585052
(88,80,82)
#433E40
(67,62,64)
#2E2C2E
(46,44,46)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #EBCED0

#EBCED0
(235,206,208)
#ECD2D4
(236,210,212)
#EDD6D8
(237,214,216)
#EEDADC
(238,218,220)
#EFDEE0
(239,222,224)
#F0E2E4
(240,226,228)
#F1E6E8
(241,230,232)
#F2EAEC
(242,234,236)
#F3EEF0
(243,238,240)
#F4F2F4
(244,242,244)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCED0; }

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

This text font color is #EBCED0.


Background Color

.myBgColor { background-color: #EBCED0; }

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

This div background color is #EBCED0.


Border color

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

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

This div border color is #EBCED0.


Opacity

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

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

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

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

This text has shadow with #EBCED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCED0 on black background.


Color preview on white background

This text has color #EBCED0 on white background.



Black color preview on #EBCED0 background

This text has black color on #EBCED0 background.


White color preview on #EBCED0 background

This text has white color on #EBCED0 background.