COLOR #EFFCE5

HEX: #EFFCE5 RGB: (239,252,229)

Color info

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

RGB color model

#EFFCE5 color RGB value is (239,252,229).

RGB: (239,252,229) (94%, 99%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 252 of 255 = 99%
B 229 of 255 = 90%

239
252
229

R + G + B ~ 94%. #EFFCE5 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 252 + 229 = 720 (100%)
R 239 of 720 ~ 33.19%
G 252 of 720 ~ 35%
B 229 of 720 ~ 31.81'%

%33.19
%35
%31.81

CMYK color model

#EFFCE5 color CMYK value is (5,0,9,1).

  • cyan value is 5.16%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 1.18%

CMYK: (5,0,9,1)
C5M0Y9K1 (5%, 0%, 9%, 1%)
(0.05 / 0.00 / 0.09 / 0.01)

CMYK percentages

%5.16
%0
%9.13
%1.18

Codes

Color #EFFCE5 in popluar color models

EF FC E5
RGB 239 252 229
HSL 94° 79.31% 94.31%
HSB/HSV 94° 9.13% 98.82%
CMYK 5.16% 0.00% 9.13%
1.18%

Color #EFFCE5 in popluar number systems.

HEX EF FC E5
Decimal 239 252 229
Binary 11101111 11111100 11100101
Octal 357 374 345

Shades and tints

Shades of #EFFCE5

#EFFCE5
(239,252,229)
#DAE6D1
(218,230,209)
#C5D0BD
(197,208,189)
#B0BAA9
(176,186,169)
#9BA495
(155,164,149)
#868E81
(134,142,129)
#71786D
(113,120,109)
#5C6259
(92,98,89)
#474C45
(71,76,69)
#323631
(50,54,49)
#1D201D
(29,32,29)
#000000
(0,0,0)

Tints of #EFFCE5

#EFFCE5
(239,252,229)
#F0FCE7
(240,252,231)
#F1FCE9
(241,252,233)
#F2FCEB
(242,252,235)
#F3FCED
(243,252,237)
#F4FCEF
(244,252,239)
#F5FCF1
(245,252,241)
#F6FCF3
(246,252,243)
#F7FCF5
(247,252,245)
#F8FCF7
(248,252,247)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFCE5 color. Also use rgb(239,252,229) instead hex code.

Text Font Color

.myTextColor { color: #EFFCE5; }

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

This text font color is #EFFCE5.

Background Color

.myBgColor { background-color: #EFFCE5; }

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

This div background color is #EFFCE5.

Border color

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

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

This div border color is #EFFCE5.

Opacity

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

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

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

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

This text has shadow with #EFFCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFCE5.

Preview

Color preview on black background

This text has color #EFFCE5 on black background.


Color preview on white background

This text has color #EFFCE5 on white background.


Black color preview on #EFFCE5 background

This text has black color on #EFFCE5 background.


White color preview on #EFFCE5 background

This text has white color on #EFFCE5 background.


Related colors

Complementary color

Complementary color for #hex is #10031A.


I love getcolorcode.com

Triadic colors

1 #E5EFFC and #FCE5EF with #EFFCE5 are triadic colors.

2 #E5FCEF and #FCEFE5 with #EFFCE5 are triadic colors.