COLOR #EFF3C3

HEX: #EFF3C3 RGB: (239,243,195)

Color info

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

RGB color model

#EFF3C3 color RGB value is (239,243,195).

RGB: (239,243,195) (94%, 95%, 76%)

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 195 of 255 = 76%

239
243
195

R + G + B ~ 88%. #EFF3C3 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 243 + 195 = 677 (100%)
R 239 of 677 ~ 35.3%
G 243 of 677 ~ 35.89%
B 195 of 677 ~ 28.8'%

%35.3
%35.89
%28.8

CMYK color model

#EFF3C3 color CMYK value is (2,0,20,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 4.71%

CMYK: (2,0,20,5)
C2M0Y20K5 (2%, 0%, 20%, 5%)
(0.02 / 0.00 / 0.20 / 0.05)

CMYK percentages

%1.65
%0
%19.75
%4.71

Codes

Color #EFF3C3 in popluar color models

EF F3 C3
RGB 239 243 195
HSL 65° 66.67% 85.88%
HSB/HSV 65° 19.75% 95.29%
CMYK 1.65% 0.00% 19.75%
4.71%

Color #EFF3C3 in popluar number systems.

HEX EF F3 C3
Decimal 239 243 195
Binary 11101111 11110011 11000011
Octal 357 363 303

Shades and tints

Shades of #EFF3C3

#EFF3C3
(239,243,195)
#DADDB2
(218,221,178)
#C5C7A1
(197,199,161)
#B0B190
(176,177,144)
#9B9B7F
(155,155,127)
#86856E
(134,133,110)
#716F5D
(113,111,93)
#5C594C
(92,89,76)
#47433B
(71,67,59)
#322D2A
(50,45,42)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFF3C3

#EFF3C3
(239,243,195)
#F0F4C8
(240,244,200)
#F1F5CD
(241,245,205)
#F2F6D2
(242,246,210)
#F3F7D7
(243,247,215)
#F4F8DC
(244,248,220)
#F5F9E1
(245,249,225)
#F6FAE6
(246,250,230)
#F7FBEB
(247,251,235)
#F8FCF0
(248,252,240)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF3C3 color. Also use rgb(239,243,195) instead hex code.

Text Font Color

.myTextColor { color: #EFF3C3; }

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

This text font color is #EFF3C3.

Background Color

.myBgColor { background-color: #EFF3C3; }

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

This div background color is #EFF3C3.

Border color

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

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

This div border color is #EFF3C3.

Opacity

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

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

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

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

This text has shadow with #EFF3C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF3C3.

Preview

Color preview on black background

This text has color #EFF3C3 on black background.


Color preview on white background

This text has color #EFF3C3 on white background.


Black color preview on #EFF3C3 background

This text has black color on #EFF3C3 background.


White color preview on #EFF3C3 background

This text has white color on #EFF3C3 background.


Related colors

Complementary color

Complementary color for #hex is #100C3C.


I love getcolorcode.com

Triadic colors

1 #C3EFF3 and #F3C3EF with #EFF3C3 are triadic colors.

2 #C3F3EF and #F3EFC3 with #EFF3C3 are triadic colors.