COLOR #EAD1B6

HEX: #EAD1B6
RGB: (234,209,182)

Color info

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

RGB color model

#EAD1B6 color RGB value is (234,209,182).

  • red value is 234;
  • green value is 209;
  • blue value is 182.
RGB:
(234,209,182)
(92%,82%,71%)

RGB channels and saturation

R 234 of 255 = 92%
G 209 of 255 = 82%
B 182 of 255 = 71%

234
209
182

R + G + B ~ 82%. #EAD1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 209 + 182 = 625 (100%)
R 234 of 625 ~ 37.44%
G 209 of 625 ~ 33.44%
B 182 of 625 ~ 29.12%

%37.44
%33.44
%29.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.68%
  • yellow value is 22.22%
  • key color value is 8.24%
CMYK:
(0,11,22,8)
C0M11Y22K8 
(0%,11%,22%,8%)
(0.00/0.11/0.22/0.08)	

CMYK percentages

%0
%10.68
%22.22
%8.24

Codes

Color #EAD1B6 in popluar color models

EAD1B6
RGB234209182
HSL31°55.32%81.57%
HSB/HSV31°22.22%91.76%
CMYK0.00%10.68%22.22%
8.24%

Color #EAD1B6 in popluar number systems.

HEXEAD1B6
Decimal234209182
Binary111010101101000110110110
Octal352321266

Shades and tints

Shades of #EAD1B6

#EAD1B6
(234,209,182)
#D5BEA6
(213,190,166)
#C0AB96
(192,171,150)
#AB9886
(171,152,134)
#968576
(150,133,118)
#817266
(129,114,102)
#6C5F56
(108,95,86)
#574C46
(87,76,70)
#423936
(66,57,54)
#2D2626
(45,38,38)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #EAD1B6

#EAD1B6
(234,209,182)
#EBD5BC
(235,213,188)
#ECD9C2
(236,217,194)
#EDDDC8
(237,221,200)
#EEE1CE
(238,225,206)
#EFE5D4
(239,229,212)
#F0E9DA
(240,233,218)
#F1EDE0
(241,237,224)
#F2F1E6
(242,241,230)
#F3F5EC
(243,245,236)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD1B6 color. Also use rgb(234,209,182) instead hex code.

Text Font Color

.myTextColor { color: #EAD1B6; }

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

This text font color is #EAD1B6.


Background Color

.myBgColor { background-color: #EAD1B6; }

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

This div background color is #EAD1B6.


Border color

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

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

This div border color is #EAD1B6.


Opacity

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

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

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

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

This text has shadow with #EAD1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD1B6 on black background.


Color preview on white background

This text has color #EAD1B6 on white background.



Black color preview on #EAD1B6 background

This text has black color on #EAD1B6 background.


White color preview on #EAD1B6 background

This text has white color on #EAD1B6 background.