COLOR #EFFBF3

HEX: #EFFBF3 RGB: (239,251,243)

Color info

#EFFBF3 contains red, green and blue colors in about the same proportion. Web safe color of #EFFBF3 is #FFFFFF (or #FFF).

RGB color model

#EFFBF3 color RGB value is (239,251,243).

RGB: (239,251,243) (94%, 98%, 95%)

RGB channels and saturation

R 239 of 255 = 94%
G 251 of 255 = 98%
B 243 of 255 = 95%

239
251
243

R + G + B ~ 96%. #EFFBF3 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 251 + 243 = 733 (100%)
R 239 of 733 ~ 32.61%
G 251 of 733 ~ 34.24%
B 243 of 733 ~ 33.15'%

%32.61
%34.24
%33.15

CMYK color model

#EFFBF3 color CMYK value is (5,0,3,2).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 1.57%

CMYK: (5,0,3,2)
C5M0Y3K2 (5%, 0%, 3%, 2%)
(0.05 / 0.00 / 0.03 / 0.02)

CMYK percentages

%4.78
%0
%3.19
%1.57

Codes

Color #EFFBF3 in popluar color models

EF FB F3
RGB 239 251 243
HSL 140° 60.00% 96.08%
HSB/HSV 140° 4.78% 98.43%
CMYK 4.78% 0.00% 3.19%
1.57%

Color #EFFBF3 in popluar number systems.

HEX EF FB F3
Decimal 239 251 243
Binary 11101111 11111011 11110011
Octal 357 373 363

Shades and tints

Shades of #EFFBF3

#EFFBF3
(239,251,243)
#DAE5DD
(218,229,221)
#C5CFC7
(197,207,199)
#B0B9B1
(176,185,177)
#9BA39B
(155,163,155)
#868D85
(134,141,133)
#71776F
(113,119,111)
#5C6159
(92,97,89)
#474B43
(71,75,67)
#32352D
(50,53,45)
#1D1F17
(29,31,23)
#000000
(0,0,0)

Tints of #EFFBF3

#EFFBF3
(239,251,243)
#F0FBF4
(240,251,244)
#F1FBF5
(241,251,245)
#F2FBF6
(242,251,246)
#F3FBF7
(243,251,247)
#F4FBF8
(244,251,248)
#F5FBF9
(245,251,249)
#F6FBFA
(246,251,250)
#F7FBFB
(247,251,251)
#F8FBFC
(248,251,252)
#F9FBFD
(249,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFBF3; }

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

This text font color is #EFFBF3.

Background Color

.myBgColor { background-color: #EFFBF3; }

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

This div background color is #EFFBF3.

Border color

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

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

This div border color is #EFFBF3.

Opacity

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

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

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

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

This text has shadow with #EFFBF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFBF3.

Preview

Color preview on black background

This text has color #EFFBF3 on black background.


Color preview on white background

This text has color #EFFBF3 on white background.


Black color preview on #EFFBF3 background

This text has black color on #EFFBF3 background.


White color preview on #EFFBF3 background

This text has white color on #EFFBF3 background.


Related colors

Complementary color

Complementary color for #hex is #10040C.


I love getcolorcode.com

Triadic colors

1 #F3EFFB and #FBF3EF with #EFFBF3 are triadic colors.

2 #F3FBEF and #FBEFF3 with #EFFBF3 are triadic colors.