COLOR #EAE6DB

HEX: #EAE6DB
RGB: (234,230,219)

Color info

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

RGB color model

#EAE6DB color RGB value is (234,230,219).

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

RGB channels and saturation

R 234 of 255 = 92%
G 230 of 255 = 90%
B 219 of 255 = 86%

234
230
219

R + G + B ~ 89%. #EAE6DB is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 230 + 219 = 683 (100%)
R 234 of 683 ~ 34.26%
G 230 of 683 ~ 33.67%
B 219 of 683 ~ 32.06%

%34.26
%33.67
%32.06

CMYK color model

#EAE6DB color CMYK value is (0,2,6,8).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 6.41%
  • key color value is 8.24%
CMYK:
(0,2,6,8)
C0M2Y6K8 
(0%,2%,6%,8%)
(0.00/0.02/0.06/0.08)	

CMYK percentages

%0
%1.71
%6.41
%8.24

Codes

Color #EAE6DB in popluar color models

EAE6DB
RGB234230219
HSL44°26.32%88.82%
HSB/HSV44°6.41%91.76%
CMYK0.00%1.71%6.41%
8.24%

Color #EAE6DB in popluar number systems.

HEXEAE6DB
Decimal234230219
Binary111010101110011011011011
Octal352346333

Shades and tints

Shades of #EAE6DB

#EAE6DB
(234,230,219)
#D5D2C8
(213,210,200)
#C0BEB5
(192,190,181)
#ABAAA2
(171,170,162)
#96968F
(150,150,143)
#81827C
(129,130,124)
#6C6E69
(108,110,105)
#575A56
(87,90,86)
#424643
(66,70,67)
#2D3230
(45,50,48)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #EAE6DB

#EAE6DB
(234,230,219)
#EBE8DE
(235,232,222)
#ECEAE1
(236,234,225)
#EDECE4
(237,236,228)
#EEEEE7
(238,238,231)
#EFF0EA
(239,240,234)
#F0F2ED
(240,242,237)
#F1F4F0
(241,244,240)
#F2F6F3
(242,246,243)
#F3F8F6
(243,248,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE6DB; }

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

This text font color is #EAE6DB.


Background Color

.myBgColor { background-color: #EAE6DB; }

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

This div background color is #EAE6DB.


Border color

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

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

This div border color is #EAE6DB.


Opacity

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

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

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

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

This text has shadow with #EAE6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE6DB on black background.


Color preview on white background

This text has color #EAE6DB on white background.



Black color preview on #EAE6DB background

This text has black color on #EAE6DB background.


White color preview on #EAE6DB background

This text has white color on #EAE6DB background.