COLOR #EBCED9

HEX: #EBCED9 RGB: (235,206,217)

Color info

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

RGB color model

#EBCED9 color RGB value is (235,206,217).

RGB: (235,206,217) (92%, 81%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 206 of 255 = 81%
B 217 of 255 = 85%

235
206
217

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

Portions of RGB colors in percentages

R + G + B = 235 + 206 + 217 = 658 (100%)
R 235 of 658 ~ 35.71%
G 206 of 658 ~ 31.31%
B 217 of 658 ~ 32.98'%

%35.71
%31.31
%32.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.34%
  • yellow value is 7.66%
  • key color value is 7.84%

CMYK: (0,12,8,8)
C0M12Y8K8 (0%, 12%, 8%, 8%)
(0.00 / 0.12 / 0.08 / 0.08)

CMYK percentages

%0
%12.34
%7.66
%7.84

Codes

Color #EBCED9 in popluar color models

EB CE D9
RGB 235 206 217
HSL 337° 42.03% 86.47%
HSB/HSV 337° 12.34% 92.16%
CMYK 0.00% 12.34% 7.66%
7.84%

Color #EBCED9 in popluar number systems.

HEX EB CE D9
Decimal 235 206 217
Binary 11101011 11001110 11011001
Octal 353 316 331

Shades and tints

Shades of #EBCED9

#EBCED9
(235,206,217)
#D6BCC6
(214,188,198)
#C1AAB3
(193,170,179)
#AC98A0
(172,152,160)
#97868D
(151,134,141)
#82747A
(130,116,122)
#6D6267
(109,98,103)
#585054
(88,80,84)
#433E41
(67,62,65)
#2E2C2E
(46,44,46)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #EBCED9

#EBCED9
(235,206,217)
#ECD2DC
(236,210,220)
#EDD6DF
(237,214,223)
#EEDAE2
(238,218,226)
#EFDEE5
(239,222,229)
#F0E2E8
(240,226,232)
#F1E6EB
(241,230,235)
#F2EAEE
(242,234,238)
#F3EEF1
(243,238,241)
#F4F2F4
(244,242,244)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCED9; }

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

This text font color is #EBCED9.

Background Color

.myBgColor { background-color: #EBCED9; }

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

This div background color is #EBCED9.

Border color

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

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

This div border color is #EBCED9.

Opacity

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

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

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

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

This text has shadow with #EBCED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCED9.

Preview

Color preview on black background

This text has color #EBCED9 on black background.


Color preview on white background

This text has color #EBCED9 on white background.


Black color preview on #EBCED9 background

This text has black color on #EBCED9 background.


White color preview on #EBCED9 background

This text has white color on #EBCED9 background.


Related colors

Complementary color

Complementary color for #hex is #143126.


I love getcolorcode.com

Triadic colors

1 #D9EBCE and #CED9EB with #EBCED9 are triadic colors.

2 #D9CEEB and #CEEBD9 with #EBCED9 are triadic colors.