COLOR #EFFDBD

HEX: #EFFDBD
RGB: (239,253,189)

Color info

#EFFDBD contains mainly red and green colors. Web safe color of #EFFDBD is #FFFFCC (or #FFC).

RGB color model

#EFFDBD color RGB value is (239,253,189).

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

RGB channels and saturation

R 239 of 255 = 94%
G 253 of 255 = 99%
B 189 of 255 = 74%

239
253
189

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

Portions of RGB colors in percentages

R + G + B =
239 + 253 + 189 = 681 (100%)
R 239 of 681 ~ 35.1%
G 253 of 681 ~ 37.15%
B 189 of 681 ~ 27.75%

%35.1
%37.15
%27.75

CMYK color model

#EFFDBD color CMYK value is (6,0,25,1).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 25.30%
  • key color value is 0.78%
CMYK:
(6,0,25,1)
C6M0Y25K1 
(6%,0%,25%,1%)
(0.06/0.00/0.25/0.01)	

CMYK percentages

%5.53
%0
%25.3
%0.78

Codes

Color #EFFDBD in popluar color models

EFFDBD
RGB239253189
HSL73°94.12%86.67%
HSB/HSV73°25.30%99.22%
CMYK5.53%0.00%25.30%
0.78%

Color #EFFDBD in popluar number systems.

HEXEFFDBD
Decimal239253189
Binary111011111111110110111101
Octal357375275

Shades and tints

Shades of #EFFDBD

#EFFDBD
(239,253,189)
#DAE6AC
(218,230,172)
#C5CF9B
(197,207,155)
#B0B88A
(176,184,138)
#9BA179
(155,161,121)
#868A68
(134,138,104)
#717357
(113,115,87)
#5C5C46
(92,92,70)
#474535
(71,69,53)
#322E24
(50,46,36)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #EFFDBD

#EFFDBD
(239,253,189)
#F0FDC3
(240,253,195)
#F1FDC9
(241,253,201)
#F2FDCF
(242,253,207)
#F3FDD5
(243,253,213)
#F4FDDB
(244,253,219)
#F5FDE1
(245,253,225)
#F6FDE7
(246,253,231)
#F7FDED
(247,253,237)
#F8FDF3
(248,253,243)
#F9FDF9
(249,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFDBD; }

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

This text font color is #EFFDBD.


Background Color

.myBgColor { background-color: #EFFDBD; }

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

This div background color is #EFFDBD.


Border color

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

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

This div border color is #EFFDBD.


Opacity

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

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

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

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

This text has shadow with #EFFDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFDBD on black background.


Color preview on white background

This text has color #EFFDBD on white background.



Black color preview on #EFFDBD background

This text has black color on #EFFDBD background.


White color preview on #EFFDBD background

This text has white color on #EFFDBD background.