COLOR #EBDCD6

HEX: #EBDCD6 RGB: (235,220,214)

Color info

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

RGB color model

#EBDCD6 color RGB value is (235,220,214).

RGB: (235,220,214) (92%, 86%, 84%)

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 214 of 255 = 84%

235
220
214

R + G + B ~ 87%. #EBDCD6 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 220 + 214 = 669 (100%)
R 235 of 669 ~ 35.13%
G 220 of 669 ~ 32.88%
B 214 of 669 ~ 31.99'%

%35.13
%32.88
%31.99

CMYK color model

#EBDCD6 color CMYK value is (0,6,9,8).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 8.94%
  • key color value is 7.84%

CMYK: (0,6,9,8)
C0M6Y9K8 (0%, 6%, 9%, 8%)
(0.00 / 0.06 / 0.09 / 0.08)

CMYK percentages

%0
%6.38
%8.94
%7.84

Codes

Color #EBDCD6 in popluar color models

EB DC D6
RGB 235 220 214
HSL 17° 34.43% 88.04%
HSB/HSV 17° 8.94% 92.16%
CMYK 0.00% 6.38% 8.94%
7.84%

Color #EBDCD6 in popluar number systems.

HEX EB DC D6
Decimal 235 220 214
Binary 11101011 11011100 11010110
Octal 353 334 326

Shades and tints

Shades of #EBDCD6

#EBDCD6
(235,220,214)
#D6C8C3
(214,200,195)
#C1B4B0
(193,180,176)
#ACA09D
(172,160,157)
#978C8A
(151,140,138)
#827877
(130,120,119)
#6D6464
(109,100,100)
#585051
(88,80,81)
#433C3E
(67,60,62)
#2E282B
(46,40,43)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #EBDCD6

#EBDCD6
(235,220,214)
#ECDFD9
(236,223,217)
#EDE2DC
(237,226,220)
#EEE5DF
(238,229,223)
#EFE8E2
(239,232,226)
#F0EBE5
(240,235,229)
#F1EEE8
(241,238,232)
#F2F1EB
(242,241,235)
#F3F4EE
(243,244,238)
#F4F7F1
(244,247,241)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDCD6 color. Also use rgb(235,220,214) instead hex code.

Text Font Color

.myTextColor { color: #EBDCD6; }

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

This text font color is #EBDCD6.

Background Color

.myBgColor { background-color: #EBDCD6; }

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

This div background color is #EBDCD6.

Border color

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

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

This div border color is #EBDCD6.

Opacity

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

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

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

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

This text has shadow with #EBDCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDCD6.

Preview

Color preview on black background

This text has color #EBDCD6 on black background.


Color preview on white background

This text has color #EBDCD6 on white background.


Black color preview on #EBDCD6 background

This text has black color on #EBDCD6 background.


White color preview on #EBDCD6 background

This text has white color on #EBDCD6 background.


Related colors

Complementary color

Complementary color for #hex is #142329.


I love getcolorcode.com

Triadic colors

1 #D6EBDC and #DCD6EB with #EBDCD6 are triadic colors.

2 #D6DCEB and #DCEBD6 with #EBDCD6 are triadic colors.