COLOR #EBCDD2

HEX: #EBCDD2
RGB: (235,205,210)

Color info

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

RGB color model

#EBCDD2 color RGB value is (235,205,210).

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

RGB channels and saturation

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

235
205
210

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

Portions of RGB colors in percentages

R + G + B =
235 + 205 + 210 = 650 (100%)
R 235 of 650 ~ 36.15%
G 205 of 650 ~ 31.54%
B 210 of 650 ~ 32.31%

%36.15
%31.54
%32.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 10.64%
  • 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
%10.64
%7.84

Codes

Color #EBCDD2 in popluar color models

EBCDD2
RGB235205210
HSL350°42.86%86.27%
HSB/HSV350°12.77%92.16%
CMYK0.00%12.77%10.64%
7.84%

Color #EBCDD2 in popluar number systems.

HEXEBCDD2
Decimal235205210
Binary111010111100110111010010
Octal353315322

Shades and tints

Shades of #EBCDD2

#EBCDD2
(235,205,210)
#D6BBBF
(214,187,191)
#C1A9AC
(193,169,172)
#AC9799
(172,151,153)
#978586
(151,133,134)
#827373
(130,115,115)
#6D6160
(109,97,96)
#584F4D
(88,79,77)
#433D3A
(67,61,58)
#2E2B27
(46,43,39)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #EBCDD2

#EBCDD2
(235,205,210)
#ECD1D6
(236,209,214)
#EDD5DA
(237,213,218)
#EED9DE
(238,217,222)
#EFDDE2
(239,221,226)
#F0E1E6
(240,225,230)
#F1E5EA
(241,229,234)
#F2E9EE
(242,233,238)
#F3EDF2
(243,237,242)
#F4F1F6
(244,241,246)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCDD2; }

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

This text font color is #EBCDD2.


Background Color

.myBgColor { background-color: #EBCDD2; }

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

This div background color is #EBCDD2.


Border color

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

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

This div border color is #EBCDD2.


Opacity

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

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

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

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

This text has shadow with #EBCDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCDD2 on black background.


Color preview on white background

This text has color #EBCDD2 on white background.



Black color preview on #EBCDD2 background

This text has black color on #EBCDD2 background.


White color preview on #EBCDD2 background

This text has white color on #EBCDD2 background.