COLOR #EFFBC6

HEX: #EFFBC6
RGB: (239,251,198)

Color info

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

RGB color model

#EFFBC6 color RGB value is (239,251,198).

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

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 198 of 255 = 78%

239
251
198

R + G + B ~ 90%. #EFFBC6 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 251 + 198 = 688 (100%)
R 239 of 688 ~ 34.74%
G 251 of 688 ~ 36.48%
B 198 of 688 ~ 28.78%

%34.74
%36.48
%28.78

CMYK color model

#EFFBC6 color CMYK value is (5,0,21,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 1.57%
CMYK: (5,0,21,2) C5M0Y21K2 (5%,0%,21%,2%) (0.05/0.00/0.21/0.02)

CMYK percentages

%4.78
%0
%21.12
%1.57

Codes

Color #EFFBC6 in popluar color models

EFFBC6
RGB239251198
HSL74°86.89%88.04%
HSB/HSV74°21.12%98.43%
CMYK4.78%0.00%21.12%
1.57%

Color #EFFBC6 in popluar number systems.

HEXEFFBC6
Decimal239251198
Binary111011111111101111000110
Octal357373306

Shades and tints

Shades of #EFFBC6

#EFFBC6
(239,251,198)
#DAE5B4
(218,229,180)
#C5CFA2
(197,207,162)
#B0B990
(176,185,144)
#9BA37E
(155,163,126)
#868D6C
(134,141,108)
#71775A
(113,119,90)
#5C6148
(92,97,72)
#474B36
(71,75,54)
#323524
(50,53,36)
#1D1F12
(29,31,18)
#000000
(0,0,0)

Tints of #EFFBC6

#EFFBC6
(239,251,198)
#F0FBCB
(240,251,203)
#F1FBD0
(241,251,208)
#F2FBD5
(242,251,213)
#F3FBDA
(243,251,218)
#F4FBDF
(244,251,223)
#F5FBE4
(245,251,228)
#F6FBE9
(246,251,233)
#F7FBEE
(247,251,238)
#F8FBF3
(248,251,243)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFBC6; }

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

This text font color is #EFFBC6.


Background Color

.myBgColor { background-color: #EFFBC6; }

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

This div background color is #EFFBC6.


Border color

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

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

This div border color is #EFFBC6.


Opacity

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

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

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

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

This text has shadow with #EFFBC6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EFFBC6 on black background.


Color preview on white background

This text has color #EFFBC6 on white background.



Black color preview on #EFFBC6 background

This text has black color on #EFFBC6 background.


White color preview on #EFFBC6 background

This text has white color on #EFFBC6 background.