COLOR #EFFFE6

HEX: #EFFFE6
RGB: (239,255,230)

Color info

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

RGB color model

#EFFFE6 color RGB value is (239,255,230).

  • red value is 239;
  • green value is 255;
  • blue value is 230.
RGB:
(239,255,230)
(94%,100%,90%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 230 of 255 = 90%

239
255
230

R + G + B ~ 95%. #EFFFE6 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 255 + 230 = 724 (100%)
R 239 of 724 ~ 33.01%
G 255 of 724 ~ 35.22%
B 230 of 724 ~ 31.77%

%33.01
%35.22
%31.77

CMYK color model

#EFFFE6 color CMYK value is (6,0,10,0).

  • cyan value is 6.27%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(6,0,10,0)
C6M0Y10K0 
(6%,0%,10%,0%)
(0.06/0.00/0.10/0.00)	

CMYK percentages

%6.27
%0
%9.8
%0

Codes

Color #EFFFE6 in popluar color models

EFFFE6
RGB239255230
HSL98°100.00%95.10%
HSB/HSV98°9.80%100.00%
CMYK6.27%0.00%9.80%
0.00%

Color #EFFFE6 in popluar number systems.

HEXEFFFE6
Decimal239255230
Binary111011111111111111100110
Octal357377346

Shades and tints

Shades of #EFFFE6

#EFFFE6
(239,255,230)
#DAE8D2
(218,232,210)
#C5D1BE
(197,209,190)
#B0BAAA
(176,186,170)
#9BA396
(155,163,150)
#868C82
(134,140,130)
#71756E
(113,117,110)
#5C5E5A
(92,94,90)
#474746
(71,71,70)
#323032
(50,48,50)
#1D191E
(29,25,30)
#000000
(0,0,0)

Tints of #EFFFE6

#EFFFE6
(239,255,230)
#F0FFE8
(240,255,232)
#F1FFEA
(241,255,234)
#F2FFEC
(242,255,236)
#F3FFEE
(243,255,238)
#F4FFF0
(244,255,240)
#F5FFF2
(245,255,242)
#F6FFF4
(246,255,244)
#F7FFF6
(247,255,246)
#F8FFF8
(248,255,248)
#F9FFFA
(249,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFFE6; }

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

This text font color is #EFFFE6.


Background Color

.myBgColor { background-color: #EFFFE6; }

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

This div background color is #EFFFE6.


Border color

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

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

This div border color is #EFFFE6.


Opacity

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

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

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

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

This text has shadow with #EFFFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFFE6 on black background.


Color preview on white background

This text has color #EFFFE6 on white background.



Black color preview on #EFFFE6 background

This text has black color on #EFFFE6 background.


White color preview on #EFFFE6 background

This text has white color on #EFFFE6 background.