COLOR #EFFFC0

HEX: #EFFFC0 RGB: (239,255,192)

Color info

#EFFFC0 contains mainly red and green colors. Web safe color of #EFFFC0 is #FFFFCC (or #FFC).

RGB color model

#EFFFC0 color RGB value is (239,255,192).

RGB: (239,255,192) (94%, 100%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 255 of 255 = 100%
B 192 of 255 = 75%

239
255
192

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

Portions of RGB colors in percentages

R + G + B = 239 + 255 + 192 = 686 (100%)
R 239 of 686 ~ 34.84%
G 255 of 686 ~ 37.17%
B 192 of 686 ~ 27.99'%

%34.84
%37.17
%27.99

CMYK color model

#EFFFC0 color CMYK value is (6,0,25,0).

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

CMYK: (6,0,25,0)
C6M0Y25K0 (6%, 0%, 25%, 0%)
(0.06 / 0.00 / 0.25 / 0.00)

CMYK percentages

%6.27
%0
%24.71
%0

Codes

Color #EFFFC0 in popluar color models

EF FF C0
RGB 239 255 192
HSL 75° 100.00% 87.65%
HSB/HSV 75° 24.71% 100.00%
CMYK 6.27% 0.00% 24.71%
0.00%

Color #EFFFC0 in popluar number systems.

HEX EF FF C0
Decimal 239 255 192
Binary 11101111 11111111 11000000
Octal 357 377 300

Shades and tints

Shades of #EFFFC0

#EFFFC0
(239,255,192)
#DAE8AF
(218,232,175)
#C5D19E
(197,209,158)
#B0BA8D
(176,186,141)
#9BA37C
(155,163,124)
#868C6B
(134,140,107)
#71755A
(113,117,90)
#5C5E49
(92,94,73)
#474738
(71,71,56)
#323027
(50,48,39)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #EFFFC0

#EFFFC0
(239,255,192)
#F0FFC5
(240,255,197)
#F1FFCA
(241,255,202)
#F2FFCF
(242,255,207)
#F3FFD4
(243,255,212)
#F4FFD9
(244,255,217)
#F5FFDE
(245,255,222)
#F6FFE3
(246,255,227)
#F7FFE8
(247,255,232)
#F8FFED
(248,255,237)
#F9FFF2
(249,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFFC0; }

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

This text font color is #EFFFC0.

Background Color

.myBgColor { background-color: #EFFFC0; }

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

This div background color is #EFFFC0.

Border color

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

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

This div border color is #EFFFC0.

Opacity

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

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

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

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

This text has shadow with #EFFFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFFC0.

Preview

Color preview on black background

This text has color #EFFFC0 on black background.


Color preview on white background

This text has color #EFFFC0 on white background.


Black color preview on #EFFFC0 background

This text has black color on #EFFFC0 background.


White color preview on #EFFFC0 background

This text has white color on #EFFFC0 background.


Related colors

Complementary color

Complementary color for #hex is #10003F.


I love getcolorcode.com

Triadic colors

1 #C0EFFF and #FFC0EF with #EFFFC0 are triadic colors.

2 #C0FFEF and #FFEFC0 with #EFFFC0 are triadic colors.