COLOR #EFFFF0

HEX: #EFFFF0 RGB: (239,255,240)

Color info

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

RGB color model

#EFFFF0 color RGB value is (239,255,240).

RGB: (239,255,240) (94%, 100%, 94%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 240 of 255 = 94%

239
255
240

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

Portions of RGB colors in percentages

R + G + B = 239 + 255 + 240 = 734 (100%)
R 239 of 734 ~ 32.56%
G 255 of 734 ~ 34.74%
B 240 of 734 ~ 32.7'%

%32.56
%34.74
%32.7

CMYK color model

#EFFFF0 color CMYK value is (6,0,6,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 0.00%

CMYK: (6,0,6,0)
C6M0Y6K0 (6%, 0%, 6%, 0%)
(0.06 / 0.00 / 0.06 / 0.00)

CMYK percentages

%6.27
%0
%5.88
%0

Codes

Color #EFFFF0 in popluar color models

EF FF F0
RGB 239 255 240
HSL 124° 100.00% 96.86%
HSB/HSV 124° 6.27% 100.00%
CMYK 6.27% 0.00% 5.88%
0.00%

Color #EFFFF0 in popluar number systems.

HEX EF FF F0
Decimal 239 255 240
Binary 11101111 11111111 11110000
Octal 357 377 360

Shades and tints

Shades of #EFFFF0

#EFFFF0
(239,255,240)
#DAE8DB
(218,232,219)
#C5D1C6
(197,209,198)
#B0BAB1
(176,186,177)
#9BA39C
(155,163,156)
#868C87
(134,140,135)
#717572
(113,117,114)
#5C5E5D
(92,94,93)
#474748
(71,71,72)
#323033
(50,48,51)
#1D191E
(29,25,30)
#000000
(0,0,0)

Tints of #EFFFF0

#EFFFF0
(239,255,240)
#F0FFF1
(240,255,241)
#F1FFF2
(241,255,242)
#F2FFF3
(242,255,243)
#F3FFF4
(243,255,244)
#F4FFF5
(244,255,245)
#F5FFF6
(245,255,246)
#F6FFF7
(246,255,247)
#F7FFF8
(247,255,248)
#F8FFF9
(248,255,249)
#F9FFFA
(249,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFFF0 color. Also use rgb(239,255,240) instead hex code.

Text Font Color

.myTextColor { color: #EFFFF0; }

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

This text font color is #EFFFF0.

Background Color

.myBgColor { background-color: #EFFFF0; }

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

This div background color is #EFFFF0.

Border color

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

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

This div border color is #EFFFF0.

Opacity

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

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

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

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

This text has shadow with #EFFFF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFFF0.

Preview

Color preview on black background

This text has color #EFFFF0 on black background.


Color preview on white background

This text has color #EFFFF0 on white background.


Black color preview on #EFFFF0 background

This text has black color on #EFFFF0 background.


White color preview on #EFFFF0 background

This text has white color on #EFFFF0 background.


Related colors

Complementary color

Complementary color for #hex is #10000F.


I love getcolorcode.com

Triadic colors

1 #F0EFFF and #FFF0EF with #EFFFF0 are triadic colors.

2 #F0FFEF and #FFEFF0 with #EFFFF0 are triadic colors.