COLOR #EFF9CD

HEX: #EFF9CD RGB: (239,249,205)

Color info

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

RGB color model

#EFF9CD color RGB value is (239,249,205).

RGB: (239,249,205) (94%, 98%, 80%)

RGB channels and saturation

R 239 of 255 = 94%
G 249 of 255 = 98%
B 205 of 255 = 80%

239
249
205

R + G + B ~ 91%. #EFF9CD is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 249 + 205 = 693 (100%)
R 239 of 693 ~ 34.49%
G 249 of 693 ~ 35.93%
B 205 of 693 ~ 29.58'%

%34.49
%35.93
%29.58

CMYK color model

#EFF9CD color CMYK value is (4,0,18,2).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 17.67%
  • key color value is 2.35%

CMYK: (4,0,18,2)
C4M0Y18K2 (4%, 0%, 18%, 2%)
(0.04 / 0.00 / 0.18 / 0.02)

CMYK percentages

%4.02
%0
%17.67
%2.35

Codes

Color #EFF9CD in popluar color models

EF F9 CD
RGB 239 249 205
HSL 74° 78.57% 89.02%
HSB/HSV 74° 17.67% 97.65%
CMYK 4.02% 0.00% 17.67%
2.35%

Color #EFF9CD in popluar number systems.

HEX EF F9 CD
Decimal 239 249 205
Binary 11101111 11111001 11001101
Octal 357 371 315

Shades and tints

Shades of #EFF9CD

#EFF9CD
(239,249,205)
#DAE3BB
(218,227,187)
#C5CDA9
(197,205,169)
#B0B797
(176,183,151)
#9BA185
(155,161,133)
#868B73
(134,139,115)
#717561
(113,117,97)
#5C5F4F
(92,95,79)
#47493D
(71,73,61)
#32332B
(50,51,43)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #EFF9CD

#EFF9CD
(239,249,205)
#F0F9D1
(240,249,209)
#F1F9D5
(241,249,213)
#F2F9D9
(242,249,217)
#F3F9DD
(243,249,221)
#F4F9E1
(244,249,225)
#F5F9E5
(245,249,229)
#F6F9E9
(246,249,233)
#F7F9ED
(247,249,237)
#F8F9F1
(248,249,241)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF9CD color. Also use rgb(239,249,205) instead hex code.

Text Font Color

.myTextColor { color: #EFF9CD; }

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

This text font color is #EFF9CD.

Background Color

.myBgColor { background-color: #EFF9CD; }

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

This div background color is #EFF9CD.

Border color

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

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

This div border color is #EFF9CD.

Opacity

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

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

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

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

This text has shadow with #EFF9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF9CD.

Preview

Color preview on black background

This text has color #EFF9CD on black background.


Color preview on white background

This text has color #EFF9CD on white background.


Black color preview on #EFF9CD background

This text has black color on #EFF9CD background.


White color preview on #EFF9CD background

This text has white color on #EFF9CD background.


Related colors

Complementary color

Complementary color for #hex is #100632.


I love getcolorcode.com

Triadic colors

1 #CDEFF9 and #F9CDEF with #EFF9CD are triadic colors.

2 #CDF9EF and #F9EFCD with #EFF9CD are triadic colors.