COLOR #EFFCE1

HEX: #EFFCE1 RGB: (239,252,225)

Color info

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

RGB color model

#EFFCE1 color RGB value is (239,252,225).

RGB: (239,252,225) (94%, 99%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 252 of 255 = 99%
B 225 of 255 = 88%

239
252
225

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

Portions of RGB colors in percentages

R + G + B = 239 + 252 + 225 = 716 (100%)
R 239 of 716 ~ 33.38%
G 252 of 716 ~ 35.2%
B 225 of 716 ~ 31.42'%

%33.38
%35.2
%31.42

CMYK color model

#EFFCE1 color CMYK value is (5,0,11,1).

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

CMYK: (5,0,11,1)
C5M0Y11K1 (5%, 0%, 11%, 1%)
(0.05 / 0.00 / 0.11 / 0.01)

CMYK percentages

%5.16
%0
%10.71
%1.18

Codes

Color #EFFCE1 in popluar color models

EF FC E1
RGB 239 252 225
HSL 89° 81.82% 93.53%
HSB/HSV 89° 10.71% 98.82%
CMYK 5.16% 0.00% 10.71%
1.18%

Color #EFFCE1 in popluar number systems.

HEX EF FC E1
Decimal 239 252 225
Binary 11101111 11111100 11100001
Octal 357 374 341

Shades and tints

Shades of #EFFCE1

#EFFCE1
(239,252,225)
#DAE6CD
(218,230,205)
#C5D0B9
(197,208,185)
#B0BAA5
(176,186,165)
#9BA491
(155,164,145)
#868E7D
(134,142,125)
#717869
(113,120,105)
#5C6255
(92,98,85)
#474C41
(71,76,65)
#32362D
(50,54,45)
#1D2019
(29,32,25)
#000000
(0,0,0)

Tints of #EFFCE1

#EFFCE1
(239,252,225)
#F0FCE3
(240,252,227)
#F1FCE5
(241,252,229)
#F2FCE7
(242,252,231)
#F3FCE9
(243,252,233)
#F4FCEB
(244,252,235)
#F5FCED
(245,252,237)
#F6FCEF
(246,252,239)
#F7FCF1
(247,252,241)
#F8FCF3
(248,252,243)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFCE1; }

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

This text font color is #EFFCE1.

Background Color

.myBgColor { background-color: #EFFCE1; }

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

This div background color is #EFFCE1.

Border color

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

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

This div border color is #EFFCE1.

Opacity

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

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

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

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

This text has shadow with #EFFCE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFCE1.

Preview

Color preview on black background

This text has color #EFFCE1 on black background.


Color preview on white background

This text has color #EFFCE1 on white background.


Black color preview on #EFFCE1 background

This text has black color on #EFFCE1 background.


White color preview on #EFFCE1 background

This text has white color on #EFFCE1 background.


Related colors

Complementary color

Complementary color for #hex is #10031E.


I love getcolorcode.com

Triadic colors

1 #E1EFFC and #FCE1EF with #EFFCE1 are triadic colors.

2 #E1FCEF and #FCEFE1 with #EFFCE1 are triadic colors.