COLOR #EAF0DB

HEX: #EAF0DB
RGB: (234,240,219)

Color info

#EAF0DB contains red, green and blue colors in about the same proportion. Web safe color of #EAF0DB is #FFFFCC (or #FFC).

RGB color model

#EAF0DB color RGB value is (234,240,219).

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

RGB channels and saturation

R 234 of 255 = 92%
G 240 of 255 = 94%
B 219 of 255 = 86%

234
240
219

R + G + B ~ 91%. #EAF0DB is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 240 + 219 = 693 (100%)
R 234 of 693 ~ 33.77%
G 240 of 693 ~ 34.63%
B 219 of 693 ~ 31.6%

%33.77
%34.63
%31.6

CMYK color model

#EAF0DB color CMYK value is (3,0,9,6).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 5.88%
CMYK:
(3,0,9,6)
C3M0Y9K6 
(3%,0%,9%,6%)
(0.03/0.00/0.09/0.06)	

CMYK percentages

%2.5
%0
%8.75
%5.88

Codes

Color #EAF0DB in popluar color models

EAF0DB
RGB234240219
HSL77°41.18%90.00%
HSB/HSV77°8.75%94.12%
CMYK2.50%0.00%8.75%
5.88%

Color #EAF0DB in popluar number systems.

HEXEAF0DB
Decimal234240219
Binary111010101111000011011011
Octal352360333

Shades and tints

Shades of #EAF0DB

#EAF0DB
(234,240,219)
#D5DBC8
(213,219,200)
#C0C6B5
(192,198,181)
#ABB1A2
(171,177,162)
#969C8F
(150,156,143)
#81877C
(129,135,124)
#6C7269
(108,114,105)
#575D56
(87,93,86)
#424843
(66,72,67)
#2D3330
(45,51,48)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #EAF0DB

#EAF0DB
(234,240,219)
#EBF1DE
(235,241,222)
#ECF2E1
(236,242,225)
#EDF3E4
(237,243,228)
#EEF4E7
(238,244,231)
#EFF5EA
(239,245,234)
#F0F6ED
(240,246,237)
#F1F7F0
(241,247,240)
#F2F8F3
(242,248,243)
#F3F9F6
(243,249,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAF0DB; }

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

This text font color is #EAF0DB.


Background Color

.myBgColor { background-color: #EAF0DB; }

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

This div background color is #EAF0DB.


Border color

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

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

This div border color is #EAF0DB.


Opacity

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

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

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

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

This text has shadow with #EAF0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF0DB on black background.


Color preview on white background

This text has color #EAF0DB on white background.



Black color preview on #EAF0DB background

This text has black color on #EAF0DB background.


White color preview on #EAF0DB background

This text has white color on #EAF0DB background.