COLOR #EBD8B8

HEX: #EBD8B8 RGB: (235,216,184)

Color info

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

RGB color model

#EBD8B8 color RGB value is (235,216,184).

RGB: (235,216,184) (92%, 85%, 72%)

RGB channels and saturation

R 235 of 255 = 92%
G 216 of 255 = 85%
B 184 of 255 = 72%

235
216
184

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

Portions of RGB colors in percentages

R + G + B = 235 + 216 + 184 = 635 (100%)
R 235 of 635 ~ 37.01%
G 216 of 635 ~ 34.02%
B 184 of 635 ~ 28.98'%

%37.01
%34.02
%28.98

CMYK color model

#EBD8B8 color CMYK value is (0,8,22,8).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 21.70%
  • key color value is 7.84%

CMYK: (0,8,22,8)
C0M8Y22K8 (0%, 8%, 22%, 8%)
(0.00 / 0.08 / 0.22 / 0.08)

CMYK percentages

%0
%8.09
%21.7
%7.84

Codes

Color #EBD8B8 in popluar color models

EB D8 B8
RGB 235 216 184
HSL 38° 56.04% 82.16%
HSB/HSV 38° 21.70% 92.16%
CMYK 0.00% 8.09% 21.70%
7.84%

Color #EBD8B8 in popluar number systems.

HEX EB D8 B8
Decimal 235 216 184
Binary 11101011 11011000 10111000
Octal 353 330 270

Shades and tints

Shades of #EBD8B8

#EBD8B8
(235,216,184)
#D6C5A8
(214,197,168)
#C1B298
(193,178,152)
#AC9F88
(172,159,136)
#978C78
(151,140,120)
#827968
(130,121,104)
#6D6658
(109,102,88)
#585348
(88,83,72)
#434038
(67,64,56)
#2E2D28
(46,45,40)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #EBD8B8

#EBD8B8
(235,216,184)
#ECDBBE
(236,219,190)
#EDDEC4
(237,222,196)
#EEE1CA
(238,225,202)
#EFE4D0
(239,228,208)
#F0E7D6
(240,231,214)
#F1EADC
(241,234,220)
#F2EDE2
(242,237,226)
#F3F0E8
(243,240,232)
#F4F3EE
(244,243,238)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD8B8 color. Also use rgb(235,216,184) instead hex code.

Text Font Color

.myTextColor { color: #EBD8B8; }

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

This text font color is #EBD8B8.

Background Color

.myBgColor { background-color: #EBD8B8; }

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

This div background color is #EBD8B8.

Border color

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

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

This div border color is #EBD8B8.

Opacity

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

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

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

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

This text has shadow with #EBD8B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD8B8.

Preview

Color preview on black background

This text has color #EBD8B8 on black background.


Color preview on white background

This text has color #EBD8B8 on white background.


Black color preview on #EBD8B8 background

This text has black color on #EBD8B8 background.


White color preview on #EBD8B8 background

This text has white color on #EBD8B8 background.


Related colors

Complementary color

Complementary color for #hex is #142747.


I love getcolorcode.com

Triadic colors

1 #B8EBD8 and #D8B8EB with #EBD8B8 are triadic colors.

2 #B8D8EB and #D8EBB8 with #EBD8B8 are triadic colors.