COLOR #EFF7BE

HEX: #EFF7BE RGB: (239,247,190)

Color info

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

RGB color model

#EFF7BE color RGB value is (239,247,190).

RGB: (239,247,190) (94%, 97%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 247 of 255 = 97%
B 190 of 255 = 75%

239
247
190

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

Portions of RGB colors in percentages

R + G + B = 239 + 247 + 190 = 676 (100%)
R 239 of 676 ~ 35.36%
G 247 of 676 ~ 36.54%
B 190 of 676 ~ 28.11'%

%35.36
%36.54
%28.11

CMYK color model

#EFF7BE color CMYK value is (3,0,23,3).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 3.14%
CMYK: (3,0,23,3) C3M0Y23K3 (3%,0%,23%,3%) (0.03/0.00/0.23/0.03) 

CMYK percentages

%3.24
%0
%23.08
%3.14

Codes

Color #EFF7BE in popluar color models

EF F7 BE
RGB 239 247 190
HSL 68° 78.08% 85.69%
HSB/HSV 68° 23.08% 96.86%
CMYK 3.24% 0.00% 23.08%
3.14%

Color #EFF7BE in popluar number systems.

HEX EF F7 BE
Decimal 239 247 190
Binary 11101111 11110111 10111110
Octal 357 367 276

Shades and tints

Shades of #EFF7BE

#EFF7BE
(239,247,190)
#DAE1AD
(218,225,173)
#C5CB9C
(197,203,156)
#B0B58B
(176,181,139)
#9B9F7A
(155,159,122)
#868969
(134,137,105)
#717358
(113,115,88)
#5C5D47
(92,93,71)
#474736
(71,71,54)
#323125
(50,49,37)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #EFF7BE

#EFF7BE
(239,247,190)
#F0F7C3
(240,247,195)
#F1F7C8
(241,247,200)
#F2F7CD
(242,247,205)
#F3F7D2
(243,247,210)
#F4F7D7
(244,247,215)
#F5F7DC
(245,247,220)
#F6F7E1
(246,247,225)
#F7F7E6
(247,247,230)
#F8F7EB
(248,247,235)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF7BE color. Also use rgb(239,247,190) instead hex code.

Text Font Color

.myTextColor { color: #EFF7BE; }

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

This text font color is #EFF7BE.

Background Color

.myBgColor { background-color: #EFF7BE; }

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

This div background color is #EFF7BE.

Border color

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

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

This div border color is #EFF7BE.

Opacity

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

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

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

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

This text has shadow with #EFF7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF7BE.

Preview

Color preview on black background

This text has color #EFF7BE on black background.


Color preview on white background

This text has color #EFF7BE on white background.


Black color preview on #EFF7BE background

This text has black color on #EFF7BE background.


White color preview on #EFF7BE background

This text has white color on #EFF7BE background.


Related colors

Complementary color

Complementary color for #hex is #100841.


I love getcolorcode.com

Triadic colors

1 #BEEFF7 and #F7BEEF with #EFF7BE are triadic colors.

2 #BEF7EF and #F7EFBE with #EFF7BE are triadic colors.