COLOR #EFF5C2

HEX: #EFF5C2 RGB: (239,245,194)

Color info

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

RGB color model

#EFF5C2 color RGB value is (239,245,194).

RGB: (239,245,194) (94%, 96%, 76%)

RGB channels and saturation

R 239 of 255 = 94%
G 245 of 255 = 96%
B 194 of 255 = 76%

239
245
194

R + G + B ~ 89%. #EFF5C2 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 245 + 194 = 678 (100%)
R 239 of 678 ~ 35.25%
G 245 of 678 ~ 36.14%
B 194 of 678 ~ 28.61'%

%35.25
%36.14
%28.61

CMYK color model

#EFF5C2 color CMYK value is (2,0,21,4).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 20.82%
  • key color value is 3.92%

CMYK: (2,0,21,4)
C2M0Y21K4 (2%, 0%, 21%, 4%)
(0.02 / 0.00 / 0.21 / 0.04)

CMYK percentages

%2.45
%0
%20.82
%3.92

Codes

Color #EFF5C2 in popluar color models

EF F5 C2
RGB 239 245 194
HSL 67° 71.83% 86.08%
HSB/HSV 67° 20.82% 96.08%
CMYK 2.45% 0.00% 20.82%
3.92%

Color #EFF5C2 in popluar number systems.

HEX EF F5 C2
Decimal 239 245 194
Binary 11101111 11110101 11000010
Octal 357 365 302

Shades and tints

Shades of #EFF5C2

#EFF5C2
(239,245,194)
#DADFB1
(218,223,177)
#C5C9A0
(197,201,160)
#B0B38F
(176,179,143)
#9B9D7E
(155,157,126)
#86876D
(134,135,109)
#71715C
(113,113,92)
#5C5B4B
(92,91,75)
#47453A
(71,69,58)
#322F29
(50,47,41)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFF5C2

#EFF5C2
(239,245,194)
#F0F5C7
(240,245,199)
#F1F5CC
(241,245,204)
#F2F5D1
(242,245,209)
#F3F5D6
(243,245,214)
#F4F5DB
(244,245,219)
#F5F5E0
(245,245,224)
#F6F5E5
(246,245,229)
#F7F5EA
(247,245,234)
#F8F5EF
(248,245,239)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF5C2 color. Also use rgb(239,245,194) instead hex code.

Text Font Color

.myTextColor { color: #EFF5C2; }

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

This text font color is #EFF5C2.

Background Color

.myBgColor { background-color: #EFF5C2; }

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

This div background color is #EFF5C2.

Border color

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

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

This div border color is #EFF5C2.

Opacity

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

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

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

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

This text has shadow with #EFF5C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF5C2.

Preview

Color preview on black background

This text has color #EFF5C2 on black background.


Color preview on white background

This text has color #EFF5C2 on white background.


Black color preview on #EFF5C2 background

This text has black color on #EFF5C2 background.


White color preview on #EFF5C2 background

This text has white color on #EFF5C2 background.


Related colors

Complementary color

Complementary color for #hex is #100A3D.


I love getcolorcode.com

Triadic colors

1 #C2EFF5 and #F5C2EF with #EFF5C2 are triadic colors.

2 #C2F5EF and #F5EFC2 with #EFF5C2 are triadic colors.