COLOR #EAF1DD

HEX: #EAF1DD
RGB: (234,241,221)

Color info

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

RGB color model

#EAF1DD color RGB value is (234,241,221).

  • red value is 234;
  • green value is 241;
  • blue value is 221.
RGB:
(234,241,221)
(92%,95%,87%)

RGB channels and saturation

R 234 of 255 = 92%
G 241 of 255 = 95%
B 221 of 255 = 87%

234
241
221

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

Portions of RGB colors in percentages

R + G + B =
234 + 241 + 221 = 696 (100%)
R 234 of 696 ~ 33.62%
G 241 of 696 ~ 34.63%
B 221 of 696 ~ 31.75%

%33.62
%34.63
%31.75

CMYK color model

#EAF1DD color CMYK value is (3,0,8,5).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%
CMYK:
(3,0,8,5)
C3M0Y8K5 
(3%,0%,8%,5%)
(0.03/0.00/0.08/0.05)	

CMYK percentages

%2.9
%0
%8.3
%5.49

Codes

Color #EAF1DD in popluar color models

EAF1DD
RGB234241221
HSL81°41.67%90.59%
HSB/HSV81°8.30%94.51%
CMYK2.90%0.00%8.30%
5.49%

Color #EAF1DD in popluar number systems.

HEXEAF1DD
Decimal234241221
Binary111010101111000111011101
Octal352361335

Shades and tints

Shades of #EAF1DD

#EAF1DD
(234,241,221)
#D5DCC9
(213,220,201)
#C0C7B5
(192,199,181)
#ABB2A1
(171,178,161)
#969D8D
(150,157,141)
#818879
(129,136,121)
#6C7365
(108,115,101)
#575E51
(87,94,81)
#42493D
(66,73,61)
#2D3429
(45,52,41)
#181F15
(24,31,21)
#000000
(0,0,0)

Tints of #EAF1DD

#EAF1DD
(234,241,221)
#EBF2E0
(235,242,224)
#ECF3E3
(236,243,227)
#EDF4E6
(237,244,230)
#EEF5E9
(238,245,233)
#EFF6EC
(239,246,236)
#F0F7EF
(240,247,239)
#F1F8F2
(241,248,242)
#F2F9F5
(242,249,245)
#F3FAF8
(243,250,248)
#F4FBFB
(244,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAF1DD color. Also use rgb(234,241,221) instead hex code.

Text Font Color

.myTextColor { color: #EAF1DD; }

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

This text font color is #EAF1DD.


Background Color

.myBgColor { background-color: #EAF1DD; }

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

This div background color is #EAF1DD.


Border color

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

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

This div border color is #EAF1DD.


Opacity

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

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

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

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

This text has shadow with #EAF1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAF1DD on black background.


Color preview on white background

This text has color #EAF1DD on white background.



Black color preview on #EAF1DD background

This text has black color on #EAF1DD background.


White color preview on #EAF1DD background

This text has white color on #EAF1DD background.