COLOR #EBCDD8

HEX: #EBCDD8
RGB: (235,205,216)

Color info

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

RGB color model

#EBCDD8 color RGB value is (235,205,216).

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

RGB channels and saturation

R 235 of 255 = 92%
G 205 of 255 = 80%
B 216 of 255 = 85%

235
205
216

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

Portions of RGB colors in percentages

R + G + B =
235 + 205 + 216 = 656 (100%)
R 235 of 656 ~ 35.82%
G 205 of 656 ~ 31.25%
B 216 of 656 ~ 32.93%

%35.82
%31.25
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 8.09%
  • key color value is 7.84%
CMYK:
(0,13,8,8)
C0M13Y8K8 
(0%,13%,8%,8%)
(0.00/0.13/0.08/0.08)	

CMYK percentages

%0
%12.77
%8.09
%7.84

Codes

Color #EBCDD8 in popluar color models

EBCDD8
RGB235205216
HSL338°42.86%86.27%
HSB/HSV338°12.77%92.16%
CMYK0.00%12.77%8.09%
7.84%

Color #EBCDD8 in popluar number systems.

HEXEBCDD8
Decimal235205216
Binary111010111100110111011000
Octal353315330

Shades and tints

Shades of #EBCDD8

#EBCDD8
(235,205,216)
#D6BBC5
(214,187,197)
#C1A9B2
(193,169,178)
#AC979F
(172,151,159)
#97858C
(151,133,140)
#827379
(130,115,121)
#6D6166
(109,97,102)
#584F53
(88,79,83)
#433D40
(67,61,64)
#2E2B2D
(46,43,45)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #EBCDD8

#EBCDD8
(235,205,216)
#ECD1DB
(236,209,219)
#EDD5DE
(237,213,222)
#EED9E1
(238,217,225)
#EFDDE4
(239,221,228)
#F0E1E7
(240,225,231)
#F1E5EA
(241,229,234)
#F2E9ED
(242,233,237)
#F3EDF0
(243,237,240)
#F4F1F3
(244,241,243)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCDD8; }

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

This text font color is #EBCDD8.


Background Color

.myBgColor { background-color: #EBCDD8; }

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

This div background color is #EBCDD8.


Border color

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

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

This div border color is #EBCDD8.


Opacity

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

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

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

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

This text has shadow with #EBCDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCDD8 on black background.


Color preview on white background

This text has color #EBCDD8 on white background.



Black color preview on #EBCDD8 background

This text has black color on #EBCDD8 background.


White color preview on #EBCDD8 background

This text has white color on #EBCDD8 background.