COLOR #EBCDD0

HEX: #EBCDD0
RGB: (235,205,208)

Color info

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

RGB color model

#EBCDD0 color RGB value is (235,205,208).

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

RGB channels and saturation

R 235 of 255 = 92%
G 205 of 255 = 80%
B 208 of 255 = 82%

235
205
208

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

Portions of RGB colors in percentages

R + G + B =
235 + 205 + 208 = 648 (100%)
R 235 of 648 ~ 36.27%
G 205 of 648 ~ 31.64%
B 208 of 648 ~ 32.1%

%36.27
%31.64
%32.1

CMYK color model

#EBCDD0 color CMYK value is (0,13,11,8).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(0,13,11,8)
C0M13Y11K8 
(0%,13%,11%,8%)
(0.00/0.13/0.11/0.08)	

CMYK percentages

%0
%12.77
%11.49
%7.84

Codes

Color #EBCDD0 in popluar color models

EBCDD0
RGB235205208
HSL354°42.86%86.27%
HSB/HSV354°12.77%92.16%
CMYK0.00%12.77%11.49%
7.84%

Color #EBCDD0 in popluar number systems.

HEXEBCDD0
Decimal235205208
Binary111010111100110111010000
Octal353315320

Shades and tints

Shades of #EBCDD0

#EBCDD0
(235,205,208)
#D6BBBE
(214,187,190)
#C1A9AC
(193,169,172)
#AC979A
(172,151,154)
#978588
(151,133,136)
#827376
(130,115,118)
#6D6164
(109,97,100)
#584F52
(88,79,82)
#433D40
(67,61,64)
#2E2B2E
(46,43,46)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #EBCDD0

#EBCDD0
(235,205,208)
#ECD1D4
(236,209,212)
#EDD5D8
(237,213,216)
#EED9DC
(238,217,220)
#EFDDE0
(239,221,224)
#F0E1E4
(240,225,228)
#F1E5E8
(241,229,232)
#F2E9EC
(242,233,236)
#F3EDF0
(243,237,240)
#F4F1F4
(244,241,244)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCDD0; }

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

This text font color is #EBCDD0.


Background Color

.myBgColor { background-color: #EBCDD0; }

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

This div background color is #EBCDD0.


Border color

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

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

This div border color is #EBCDD0.


Opacity

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

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

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

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

This text has shadow with #EBCDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCDD0 on black background.


Color preview on white background

This text has color #EBCDD0 on white background.



Black color preview on #EBCDD0 background

This text has black color on #EBCDD0 background.


White color preview on #EBCDD0 background

This text has white color on #EBCDD0 background.