COLOR #EFFBD2

HEX: #EFFBD2
RGB: (239,251,210)

Color info

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

RGB color model

#EFFBD2 color RGB value is (239,251,210).

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

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 210 of 255 = 82%

239
251
210

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

Portions of RGB colors in percentages

R + G + B =
239 + 251 + 210 = 700 (100%)
R 239 of 700 ~ 34.14%
G 251 of 700 ~ 35.86%
B 210 of 700 ~ 30%

%34.14
%35.86
%30

CMYK color model

#EFFBD2 color CMYK value is (5,0,16,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK:
(5,0,16,2)
C5M0Y16K2 
(5%,0%,16%,2%)
(0.05/0.00/0.16/0.02)	

CMYK percentages

%4.78
%0
%16.33
%1.57

Codes

Color #EFFBD2 in popluar color models

EFFBD2
RGB239251210
HSL78°83.67%90.39%
HSB/HSV78°16.33%98.43%
CMYK4.78%0.00%16.33%
1.57%

Color #EFFBD2 in popluar number systems.

HEXEFFBD2
Decimal239251210
Binary111011111111101111010010
Octal357373322

Shades and tints

Shades of #EFFBD2

#EFFBD2
(239,251,210)
#DAE5BF
(218,229,191)
#C5CFAC
(197,207,172)
#B0B999
(176,185,153)
#9BA386
(155,163,134)
#868D73
(134,141,115)
#717760
(113,119,96)
#5C614D
(92,97,77)
#474B3A
(71,75,58)
#323527
(50,53,39)
#1D1F14
(29,31,20)
#000000
(0,0,0)

Tints of #EFFBD2

#EFFBD2
(239,251,210)
#F0FBD6
(240,251,214)
#F1FBDA
(241,251,218)
#F2FBDE
(242,251,222)
#F3FBE2
(243,251,226)
#F4FBE6
(244,251,230)
#F5FBEA
(245,251,234)
#F6FBEE
(246,251,238)
#F7FBF2
(247,251,242)
#F8FBF6
(248,251,246)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFBD2; }

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

This text font color is #EFFBD2.


Background Color

.myBgColor { background-color: #EFFBD2; }

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

This div background color is #EFFBD2.


Border color

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

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

This div border color is #EFFBD2.


Opacity

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

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

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

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

This text has shadow with #EFFBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFBD2 on black background.


Color preview on white background

This text has color #EFFBD2 on white background.



Black color preview on #EFFBD2 background

This text has black color on #EFFBD2 background.


White color preview on #EFFBD2 background

This text has white color on #EFFBD2 background.