COLOR #EFFBDE

HEX: #EFFBDE
RGB: (239,251,222)

Color info

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

RGB color model

#EFFBDE color RGB value is (239,251,222).

  • red value is 239;
  • green value is 251;
  • blue value is 222.
RGB:
(239,251,222)
(94%,98%,87%)

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 222 of 255 = 87%

239
251
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 251 + 222 = 712 (100%)
R 239 of 712 ~ 33.57%
G 251 of 712 ~ 35.25%
B 222 of 712 ~ 31.18%

%33.57
%35.25
%31.18

CMYK color model

#EFFBDE color CMYK value is (5,0,12,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 11.55%
  • key color value is 1.57%
CMYK:
(5,0,12,2)
C5M0Y12K2 
(5%,0%,12%,2%)
(0.05/0.00/0.12/0.02)	

CMYK percentages

%4.78
%0
%11.55
%1.57

Codes

Color #EFFBDE in popluar color models

EFFBDE
RGB239251222
HSL85°78.38%92.75%
HSB/HSV85°11.55%98.43%
CMYK4.78%0.00%11.55%
1.57%

Color #EFFBDE in popluar number systems.

HEXEFFBDE
Decimal239251222
Binary111011111111101111011110
Octal357373336

Shades and tints

Shades of #EFFBDE

#EFFBDE
(239,251,222)
#DAE5CA
(218,229,202)
#C5CFB6
(197,207,182)
#B0B9A2
(176,185,162)
#9BA38E
(155,163,142)
#868D7A
(134,141,122)
#717766
(113,119,102)
#5C6152
(92,97,82)
#474B3E
(71,75,62)
#32352A
(50,53,42)
#1D1F16
(29,31,22)
#000000
(0,0,0)

Tints of #EFFBDE

#EFFBDE
(239,251,222)
#F0FBE1
(240,251,225)
#F1FBE4
(241,251,228)
#F2FBE7
(242,251,231)
#F3FBEA
(243,251,234)
#F4FBED
(244,251,237)
#F5FBF0
(245,251,240)
#F6FBF3
(246,251,243)
#F7FBF6
(247,251,246)
#F8FBF9
(248,251,249)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFBDE color. Also use rgb(239,251,222) instead hex code.

Text Font Color

.myTextColor { color: #EFFBDE; }

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

This text font color is #EFFBDE.


Background Color

.myBgColor { background-color: #EFFBDE; }

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

This div background color is #EFFBDE.


Border color

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

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

This div border color is #EFFBDE.


Opacity

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

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

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

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

This text has shadow with #EFFBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFBDE on black background.


Color preview on white background

This text has color #EFFBDE on white background.



Black color preview on #EFFBDE background

This text has black color on #EFFBDE background.


White color preview on #EFFBDE background

This text has white color on #EFFBDE background.