COLOR #EFF8CB

HEX: #EFF8CB RGB: (239,248,203)

Color info

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

RGB color model

#EFF8CB color RGB value is (239,248,203).

RGB: (239,248,203) (94%, 97%, 80%)

RGB channels and saturation

R 239 of 255 = 94%
G 248 of 255 = 97%
B 203 of 255 = 80%

239
248
203

R + G + B ~ 90%. #EFF8CB is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 248 + 203 = 690 (100%)
R 239 of 690 ~ 34.64%
G 248 of 690 ~ 35.94%
B 203 of 690 ~ 29.42'%

%34.64
%35.94
%29.42

CMYK color model

#EFF8CB color CMYK value is (4,0,18,3).

  • cyan value is 3.63%
  • magenta value is 0.00%
  • yellow value is 18.15%
  • key color value is 2.75%

CMYK: (4,0,18,3)
C4M0Y18K3 (4%, 0%, 18%, 3%)
(0.04 / 0.00 / 0.18 / 0.03)

CMYK percentages

%3.63
%0
%18.15
%2.75

Codes

Color #EFF8CB in popluar color models

EF F8 CB
RGB 239 248 203
HSL 72° 76.27% 88.43%
HSB/HSV 72° 18.15% 97.25%
CMYK 3.63% 0.00% 18.15%
2.75%

Color #EFF8CB in popluar number systems.

HEX EF F8 CB
Decimal 239 248 203
Binary 11101111 11111000 11001011
Octal 357 370 313

Shades and tints

Shades of #EFF8CB

#EFF8CB
(239,248,203)
#DAE2B9
(218,226,185)
#C5CCA7
(197,204,167)
#B0B695
(176,182,149)
#9BA083
(155,160,131)
#868A71
(134,138,113)
#71745F
(113,116,95)
#5C5E4D
(92,94,77)
#47483B
(71,72,59)
#323229
(50,50,41)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #EFF8CB

#EFF8CB
(239,248,203)
#F0F8CF
(240,248,207)
#F1F8D3
(241,248,211)
#F2F8D7
(242,248,215)
#F3F8DB
(243,248,219)
#F4F8DF
(244,248,223)
#F5F8E3
(245,248,227)
#F6F8E7
(246,248,231)
#F7F8EB
(247,248,235)
#F8F8EF
(248,248,239)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF8CB color. Also use rgb(239,248,203) instead hex code.

Text Font Color

.myTextColor { color: #EFF8CB; }

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

This text font color is #EFF8CB.

Background Color

.myBgColor { background-color: #EFF8CB; }

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

This div background color is #EFF8CB.

Border color

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

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

This div border color is #EFF8CB.

Opacity

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

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

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

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

This text has shadow with #EFF8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF8CB.

Preview

Color preview on black background

This text has color #EFF8CB on black background.


Color preview on white background

This text has color #EFF8CB on white background.


Black color preview on #EFF8CB background

This text has black color on #EFF8CB background.


White color preview on #EFF8CB background

This text has white color on #EFF8CB background.


Related colors

Complementary color

Complementary color for #hex is #100734.


I love getcolorcode.com

Triadic colors

1 #CBEFF8 and #F8CBEF with #EFF8CB are triadic colors.

2 #CBF8EF and #F8EFCB with #EFF8CB are triadic colors.