COLOR #EFFCCC

HEX: #EFFCCC RGB: (239,252,204)

Color info

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

RGB color model

#EFFCCC color RGB value is (239,252,204).

RGB: (239,252,204) (94%, 99%, 80%)

RGB channels and saturation

R 239 of 255 = 94%
G 252 of 255 = 99%
B 204 of 255 = 80%

239
252
204

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

Portions of RGB colors in percentages

R + G + B = 239 + 252 + 204 = 695 (100%)
R 239 of 695 ~ 34.39%
G 252 of 695 ~ 36.26%
B 204 of 695 ~ 29.35'%

%34.39
%36.26
%29.35

CMYK color model

#EFFCCC color CMYK value is (5,0,19,1).

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

CMYK: (5,0,19,1)
C5M0Y19K1 (5%, 0%, 19%, 1%)
(0.05 / 0.00 / 0.19 / 0.01)

CMYK percentages

%5.16
%0
%19.05
%1.18

Codes

Color #EFFCCC in popluar color models

EF FC CC
RGB 239 252 204
HSL 76° 88.89% 89.41%
HSB/HSV 76° 19.05% 98.82%
CMYK 5.16% 0.00% 19.05%
1.18%

Color #EFFCCC in popluar number systems.

HEX EF FC CC
Decimal 239 252 204
Binary 11101111 11111100 11001100
Octal 357 374 314

Shades and tints

Shades of #EFFCCC

#EFFCCC
(239,252,204)
#DAE6BA
(218,230,186)
#C5D0A8
(197,208,168)
#B0BA96
(176,186,150)
#9BA484
(155,164,132)
#868E72
(134,142,114)
#717860
(113,120,96)
#5C624E
(92,98,78)
#474C3C
(71,76,60)
#32362A
(50,54,42)
#1D2018
(29,32,24)
#000000
(0,0,0)

Tints of #EFFCCC

#EFFCCC
(239,252,204)
#F0FCD0
(240,252,208)
#F1FCD4
(241,252,212)
#F2FCD8
(242,252,216)
#F3FCDC
(243,252,220)
#F4FCE0
(244,252,224)
#F5FCE4
(245,252,228)
#F6FCE8
(246,252,232)
#F7FCEC
(247,252,236)
#F8FCF0
(248,252,240)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFFCCC; }

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

This text font color is #EFFCCC.

Background Color

.myBgColor { background-color: #EFFCCC; }

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

This div background color is #EFFCCC.

Border color

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

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

This div border color is #EFFCCC.

Opacity

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

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

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

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

This text has shadow with #EFFCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFFCCC.

Preview

Color preview on black background

This text has color #EFFCCC on black background.


Color preview on white background

This text has color #EFFCCC on white background.


Black color preview on #EFFCCC background

This text has black color on #EFFCCC background.


White color preview on #EFFCCC background

This text has white color on #EFFCCC background.


Related colors

Complementary color

Complementary color for #hex is #100333.


I love getcolorcode.com

Triadic colors

1 #CCEFFC and #FCCCEF with #EFFCCC are triadic colors.

2 #CCFCEF and #FCEFCC with #EFFCCC are triadic colors.