COLOR #EBC3D1

HEX: #EBC3D1 RGB: (235,195,209)

Color info

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

RGB color model

#EBC3D1 color RGB value is (235,195,209).

RGB: (235,195,209) (92%, 76%, 82%)

RGB channels and saturation

R 235 of 255 = 92%
G 195 of 255 = 76%
B 209 of 255 = 82%

235
195
209

R + G + B ~ 83%. #EBC3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 195 + 209 = 639 (100%)
R 235 of 639 ~ 36.78%
G 195 of 639 ~ 30.52%
B 209 of 639 ~ 32.71'%

%36.78
%30.52
%32.71

CMYK color model

#EBC3D1 color CMYK value is (0,17,11,8).

  • cyan value is 0.00%
  • magenta value is 17.02%
  • yellow value is 11.06%
  • key color value is 7.84%

CMYK: (0,17,11,8)
C0M17Y11K8 (0%, 17%, 11%, 8%)
(0.00 / 0.17 / 0.11 / 0.08)

CMYK percentages

%0
%17.02
%11.06
%7.84

Codes

Color #EBC3D1 in popluar color models

EB C3 D1
RGB 235 195 209
HSL 339° 50.00% 84.31%
HSB/HSV 339° 17.02% 92.16%
CMYK 0.00% 17.02% 11.06%
7.84%

Color #EBC3D1 in popluar number systems.

HEX EB C3 D1
Decimal 235 195 209
Binary 11101011 11000011 11010001
Octal 353 303 321

Shades and tints

Shades of #EBC3D1

#EBC3D1
(235,195,209)
#D6B2BE
(214,178,190)
#C1A1AB
(193,161,171)
#AC9098
(172,144,152)
#977F85
(151,127,133)
#826E72
(130,110,114)
#6D5D5F
(109,93,95)
#584C4C
(88,76,76)
#433B39
(67,59,57)
#2E2A26
(46,42,38)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #EBC3D1

#EBC3D1
(235,195,209)
#ECC8D5
(236,200,213)
#EDCDD9
(237,205,217)
#EED2DD
(238,210,221)
#EFD7E1
(239,215,225)
#F0DCE5
(240,220,229)
#F1E1E9
(241,225,233)
#F2E6ED
(242,230,237)
#F3EBF1
(243,235,241)
#F4F0F5
(244,240,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC3D1 color. Also use rgb(235,195,209) instead hex code.

Text Font Color

.myTextColor { color: #EBC3D1; }

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

This text font color is #EBC3D1.

Background Color

.myBgColor { background-color: #EBC3D1; }

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

This div background color is #EBC3D1.

Border color

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

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

This div border color is #EBC3D1.

Opacity

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

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

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

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

This text has shadow with #EBC3D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC3D1.

Preview

Color preview on black background

This text has color #EBC3D1 on black background.


Color preview on white background

This text has color #EBC3D1 on white background.


Black color preview on #EBC3D1 background

This text has black color on #EBC3D1 background.


White color preview on #EBC3D1 background

This text has white color on #EBC3D1 background.


Related colors

Complementary color

Complementary color for #hex is #143C2E.


I love getcolorcode.com

Triadic colors

1 #D1EBC3 and #C3D1EB with #EBC3D1 are triadic colors.

2 #D1C3EB and #C3EBD1 with #EBC3D1 are triadic colors.