COLOR #EBDDC1

HEX: #EBDDC1 RGB: (235,221,193)

Color info

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

RGB color model

#EBDDC1 color RGB value is (235,221,193).

RGB: (235,221,193) (92%, 87%, 76%)

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 193 of 255 = 76%

235
221
193

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

Portions of RGB colors in percentages

R + G + B = 235 + 221 + 193 = 649 (100%)
R 235 of 649 ~ 36.21%
G 221 of 649 ~ 34.05%
B 193 of 649 ~ 29.74'%

%36.21
%34.05
%29.74

CMYK color model

#EBDDC1 color CMYK value is (0,6,18,8).

  • cyan value is 0.00%
  • magenta value is 5.96%
  • yellow value is 17.87%
  • key color value is 7.84%
CMYK: (0,6,18,8) C0M6Y18K8 (0%,6%,18%,8%) (0.00/0.06/0.18/0.08) 

CMYK percentages

%0
%5.96
%17.87
%7.84

Codes

Color #EBDDC1 in popluar color models

EB DD C1
RGB 235 221 193
HSL 40° 51.22% 83.92%
HSB/HSV 40° 17.87% 92.16%
CMYK 0.00% 5.96% 17.87%
7.84%

Color #EBDDC1 in popluar number systems.

HEX EB DD C1
Decimal 235 221 193
Binary 11101011 11011101 11000001
Octal 353 335 301

Shades and tints

Shades of #EBDDC1

#EBDDC1
(235,221,193)
#D6C9B0
(214,201,176)
#C1B59F
(193,181,159)
#ACA18E
(172,161,142)
#978D7D
(151,141,125)
#82796C
(130,121,108)
#6D655B
(109,101,91)
#58514A
(88,81,74)
#433D39
(67,61,57)
#2E2928
(46,41,40)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBDDC1

#EBDDC1
(235,221,193)
#ECE0C6
(236,224,198)
#EDE3CB
(237,227,203)
#EEE6D0
(238,230,208)
#EFE9D5
(239,233,213)
#F0ECDA
(240,236,218)
#F1EFDF
(241,239,223)
#F2F2E4
(242,242,228)
#F3F5E9
(243,245,233)
#F4F8EE
(244,248,238)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDDC1 color. Also use rgb(235,221,193) instead hex code.

Text Font Color

.myTextColor { color: #EBDDC1; }

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

This text font color is #EBDDC1.

Background Color

.myBgColor { background-color: #EBDDC1; }

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

This div background color is #EBDDC1.

Border color

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

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

This div border color is #EBDDC1.

Opacity

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

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

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

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

This text has shadow with #EBDDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDDC1.

Preview

Color preview on black background

This text has color #EBDDC1 on black background.


Color preview on white background

This text has color #EBDDC1 on white background.


Black color preview on #EBDDC1 background

This text has black color on #EBDDC1 background.


White color preview on #EBDDC1 background

This text has white color on #EBDDC1 background.


Related colors

Complementary color

Complementary color for #hex is #14223E.


I love getcolorcode.com

Triadic colors

1 #C1EBDD and #DDC1EB with #EBDDC1 are triadic colors.

2 #C1DDEB and #DDEBC1 with #EBDDC1 are triadic colors.