COLOR #EADBB8

HEX: #EADBB8
RGB: (234,219,184)

Color info

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

RGB color model

#EADBB8 color RGB value is (234,219,184).

  • red value is 234;
  • green value is 219;
  • blue value is 184.
RGB:
(234,219,184)
(92%,86%,72%)

RGB channels and saturation

R 234 of 255 = 92%
G 219 of 255 = 86%
B 184 of 255 = 72%

234
219
184

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

Portions of RGB colors in percentages

R + G + B =
234 + 219 + 184 = 637 (100%)
R 234 of 637 ~ 36.73%
G 219 of 637 ~ 34.38%
B 184 of 637 ~ 28.89%

%36.73
%34.38
%28.89

CMYK color model

#EADBB8 color CMYK value is (0,6,21,8).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 21.37%
  • key color value is 8.24%
CMYK:
(0,6,21,8)
C0M6Y21K8 
(0%,6%,21%,8%)
(0.00/0.06/0.21/0.08)	

CMYK percentages

%0
%6.41
%21.37
%8.24

Codes

Color #EADBB8 in popluar color models

EADBB8
RGB234219184
HSL42°54.35%81.96%
HSB/HSV42°21.37%91.76%
CMYK0.00%6.41%21.37%
8.24%

Color #EADBB8 in popluar number systems.

HEXEADBB8
Decimal234219184
Binary111010101101101110111000
Octal352333270

Shades and tints

Shades of #EADBB8

#EADBB8
(234,219,184)
#D5C8A8
(213,200,168)
#C0B598
(192,181,152)
#ABA288
(171,162,136)
#968F78
(150,143,120)
#817C68
(129,124,104)
#6C6958
(108,105,88)
#575648
(87,86,72)
#424338
(66,67,56)
#2D3028
(45,48,40)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #EADBB8

#EADBB8
(234,219,184)
#EBDEBE
(235,222,190)
#ECE1C4
(236,225,196)
#EDE4CA
(237,228,202)
#EEE7D0
(238,231,208)
#EFEAD6
(239,234,214)
#F0EDDC
(240,237,220)
#F1F0E2
(241,240,226)
#F2F3E8
(242,243,232)
#F3F6EE
(243,246,238)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADBB8 color. Also use rgb(234,219,184) instead hex code.

Text Font Color

.myTextColor { color: #EADBB8; }

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

This text font color is #EADBB8.


Background Color

.myBgColor { background-color: #EADBB8; }

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

This div background color is #EADBB8.


Border color

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

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

This div border color is #EADBB8.


Opacity

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

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

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

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

This text has shadow with #EADBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADBB8 on black background.


Color preview on white background

This text has color #EADBB8 on white background.



Black color preview on #EADBB8 background

This text has black color on #EADBB8 background.


White color preview on #EADBB8 background

This text has white color on #EADBB8 background.