COLOR #EBD4BC

HEX: #EBD4BC RGB: (235,212,188)

Color info

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

RGB color model

#EBD4BC color RGB value is (235,212,188).

RGB: (235,212,188) (92%, 83%, 74%)

RGB channels and saturation

R 235 of 255 = 92%
G 212 of 255 = 83%
B 188 of 255 = 74%

235
212
188

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

Portions of RGB colors in percentages

R + G + B = 235 + 212 + 188 = 635 (100%)
R 235 of 635 ~ 37.01%
G 212 of 635 ~ 33.39%
B 188 of 635 ~ 29.61'%

%37.01
%33.39
%29.61

CMYK color model

#EBD4BC color CMYK value is (0,10,20,8).

  • cyan value is 0.00%
  • magenta value is 9.79%
  • yellow value is 20.00%
  • key color value is 7.84%

CMYK: (0,10,20,8)
C0M10Y20K8 (0%, 10%, 20%, 8%)
(0.00 / 0.10 / 0.20 / 0.08)

CMYK percentages

%0
%9.79
%20
%7.84

Codes

Color #EBD4BC in popluar color models

EB D4 BC
RGB 235 212 188
HSL 31° 54.02% 82.94%
HSB/HSV 31° 20.00% 92.16%
CMYK 0.00% 9.79% 20.00%
7.84%

Color #EBD4BC in popluar number systems.

HEX EB D4 BC
Decimal 235 212 188
Binary 11101011 11010100 10111100
Octal 353 324 274

Shades and tints

Shades of #EBD4BC

#EBD4BC
(235,212,188)
#D6C1AB
(214,193,171)
#C1AE9A
(193,174,154)
#AC9B89
(172,155,137)
#978878
(151,136,120)
#827567
(130,117,103)
#6D6256
(109,98,86)
#584F45
(88,79,69)
#433C34
(67,60,52)
#2E2923
(46,41,35)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #EBD4BC

#EBD4BC
(235,212,188)
#ECD7C2
(236,215,194)
#EDDAC8
(237,218,200)
#EEDDCE
(238,221,206)
#EFE0D4
(239,224,212)
#F0E3DA
(240,227,218)
#F1E6E0
(241,230,224)
#F2E9E6
(242,233,230)
#F3ECEC
(243,236,236)
#F4EFF2
(244,239,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD4BC color. Also use rgb(235,212,188) instead hex code.

Text Font Color

.myTextColor { color: #EBD4BC; }

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

This text font color is #EBD4BC.

Background Color

.myBgColor { background-color: #EBD4BC; }

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

This div background color is #EBD4BC.

Border color

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

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

This div border color is #EBD4BC.

Opacity

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

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

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

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

This text has shadow with #EBD4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD4BC.

Preview

Color preview on black background

This text has color #EBD4BC on black background.


Color preview on white background

This text has color #EBD4BC on white background.


Black color preview on #EBD4BC background

This text has black color on #EBD4BC background.


White color preview on #EBD4BC background

This text has white color on #EBD4BC background.


Related colors

Complementary color

Complementary color for #hex is #142B43.


I love getcolorcode.com

Triadic colors

1 #BCEBD4 and #D4BCEB with #EBD4BC are triadic colors.

2 #BCD4EB and #D4EBBC with #EBD4BC are triadic colors.