COLOR #EEFFC5

HEX: #EEFFC5 RGB: (238,255,197)

Color info

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

RGB color model

#EEFFC5 color RGB value is (238,255,197).

RGB: (238,255,197) (93%, 100%, 77%)

RGB channels and saturation

R 238 of 255 = 93%
G 255 of 255 = 100%
B 197 of 255 = 77%

238
255
197

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

Portions of RGB colors in percentages

R + G + B = 238 + 255 + 197 = 690 (100%)
R 238 of 690 ~ 34.49%
G 255 of 690 ~ 36.96%
B 197 of 690 ~ 28.55'%

%34.49
%36.96
%28.55

CMYK color model

#EEFFC5 color CMYK value is (7,0,23,0).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 0.00%

CMYK: (7,0,23,0)
C7M0Y23K0 (7%, 0%, 23%, 0%)
(0.07 / 0.00 / 0.23 / 0.00)

CMYK percentages

%6.67
%0
%22.75
%0

Codes

Color #EEFFC5 in popluar color models

EE FF C5
RGB 238 255 197
HSL 78° 100.00% 88.63%
HSB/HSV 78° 22.75% 100.00%
CMYK 6.67% 0.00% 22.75%
0.00%

Color #EEFFC5 in popluar number systems.

HEX EE FF C5
Decimal 238 255 197
Binary 11101110 11111111 11000101
Octal 356 377 305

Shades and tints

Shades of #EEFFC5

#EEFFC5
(238,255,197)
#D9E8B4
(217,232,180)
#C4D1A3
(196,209,163)
#AFBA92
(175,186,146)
#9AA381
(154,163,129)
#858C70
(133,140,112)
#70755F
(112,117,95)
#5B5E4E
(91,94,78)
#46473D
(70,71,61)
#31302C
(49,48,44)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #EEFFC5

#EEFFC5
(238,255,197)
#EFFFCA
(239,255,202)
#F0FFCF
(240,255,207)
#F1FFD4
(241,255,212)
#F2FFD9
(242,255,217)
#F3FFDE
(243,255,222)
#F4FFE3
(244,255,227)
#F5FFE8
(245,255,232)
#F6FFED
(246,255,237)
#F7FFF2
(247,255,242)
#F8FFF7
(248,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEFFC5 color. Also use rgb(238,255,197) instead hex code.

Text Font Color

.myTextColor { color: #EEFFC5; }

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

This text font color is #EEFFC5.

Background Color

.myBgColor { background-color: #EEFFC5; }

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

This div background color is #EEFFC5.

Border color

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

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

This div border color is #EEFFC5.

Opacity

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

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

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

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

This text has shadow with #EEFFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFFC5.

Preview

Color preview on black background

This text has color #EEFFC5 on black background.


Color preview on white background

This text has color #EEFFC5 on white background.


Black color preview on #EEFFC5 background

This text has black color on #EEFFC5 background.


White color preview on #EEFFC5 background

This text has white color on #EEFFC5 background.


Related colors

Complementary color

Complementary color for #hex is #11003A.


I love getcolorcode.com

Triadic colors

1 #C5EEFF and #FFC5EE with #EEFFC5 are triadic colors.

2 #C5FFEE and #FFEEC5 with #EEFFC5 are triadic colors.