COLOR #EFFDDB

HEX: #EFFDDB
RGB: (239,253,219)

Color info

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

RGB color model

#EFFDDB color RGB value is (239,253,219).

  • red value is 239;
  • green value is 253;
  • blue value is 219.
RGB:
(239,253,219)
(94%,99%,86%)

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 219 of 255 = 86%

239
253
219

R + G + B ~ 93%. #EFFDDB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 253 + 219 = 711 (100%)
R 239 of 711 ~ 33.61%
G 253 of 711 ~ 35.58%
B 219 of 711 ~ 30.8%

%33.61
%35.58
%30.8

CMYK color model

#EFFDDB color CMYK value is (6,0,13,1).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK:
(6,0,13,1)
C6M0Y13K1 
(6%,0%,13%,1%)
(0.06/0.00/0.13/0.01)	

CMYK percentages

%5.53
%0
%13.44
%0.78

Codes

Color #EFFDDB in popluar color models

EFFDDB
RGB239253219
HSL85°89.47%92.55%
HSB/HSV85°13.44%99.22%
CMYK5.53%0.00%13.44%
0.78%

Color #EFFDDB in popluar number systems.

HEXEFFDDB
Decimal239253219
Binary111011111111110111011011
Octal357375333

Shades and tints

Shades of #EFFDDB

#EFFDDB
(239,253,219)
#DAE6C8
(218,230,200)
#C5CFB5
(197,207,181)
#B0B8A2
(176,184,162)
#9BA18F
(155,161,143)
#868A7C
(134,138,124)
#717369
(113,115,105)
#5C5C56
(92,92,86)
#474543
(71,69,67)
#322E30
(50,46,48)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #EFFDDB

#EFFDDB
(239,253,219)
#F0FDDE
(240,253,222)
#F1FDE1
(241,253,225)
#F2FDE4
(242,253,228)
#F3FDE7
(243,253,231)
#F4FDEA
(244,253,234)
#F5FDED
(245,253,237)
#F6FDF0
(246,253,240)
#F7FDF3
(247,253,243)
#F8FDF6
(248,253,246)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFDDB color. Also use rgb(239,253,219) instead hex code.

Text Font Color

.myTextColor { color: #EFFDDB; }

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

This text font color is #EFFDDB.


Background Color

.myBgColor { background-color: #EFFDDB; }

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

This div background color is #EFFDDB.


Border color

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

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

This div border color is #EFFDDB.


Opacity

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

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

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

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

This text has shadow with #EFFDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFDDB on black background.


Color preview on white background

This text has color #EFFDDB on white background.



Black color preview on #EFFDDB background

This text has black color on #EFFDDB background.


White color preview on #EFFDDB background

This text has white color on #EFFDDB background.