COLOR #EEF5CA

HEX: #EEF5CA RGB: (238,245,202)

Color info

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

RGB color model

#EEF5CA color RGB value is (238,245,202).

RGB: (238,245,202) (93%, 96%, 79%)

RGB channels and saturation

R 238 of 255 = 93%
G 245 of 255 = 96%
B 202 of 255 = 79%

238
245
202

R + G + B ~ 89%. #EEF5CA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 245 + 202 = 685 (100%)
R 238 of 685 ~ 34.74%
G 245 of 685 ~ 35.77%
B 202 of 685 ~ 29.49'%

%34.74
%35.77
%29.49

CMYK color model

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

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 17.55%
  • key color value is 3.92%

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

CMYK percentages

%2.86
%0
%17.55
%3.92

Codes

Color #EEF5CA in popluar color models

EE F5 CA
RGB 238 245 202
HSL 70° 68.25% 87.65%
HSB/HSV 70° 17.55% 96.08%
CMYK 2.86% 0.00% 17.55%
3.92%

Color #EEF5CA in popluar number systems.

HEX EE F5 CA
Decimal 238 245 202
Binary 11101110 11110101 11001010
Octal 356 365 312

Shades and tints

Shades of #EEF5CA

#EEF5CA
(238,245,202)
#D9DFB8
(217,223,184)
#C4C9A6
(196,201,166)
#AFB394
(175,179,148)
#9A9D82
(154,157,130)
#858770
(133,135,112)
#70715E
(112,113,94)
#5B5B4C
(91,91,76)
#46453A
(70,69,58)
#312F28
(49,47,40)
#1C1916
(28,25,22)
#000000
(0,0,0)

Tints of #EEF5CA

#EEF5CA
(238,245,202)
#EFF5CE
(239,245,206)
#F0F5D2
(240,245,210)
#F1F5D6
(241,245,214)
#F2F5DA
(242,245,218)
#F3F5DE
(243,245,222)
#F4F5E2
(244,245,226)
#F5F5E6
(245,245,230)
#F6F5EA
(246,245,234)
#F7F5EE
(247,245,238)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF5CA color. Also use rgb(238,245,202) instead hex code.

Text Font Color

.myTextColor { color: #EEF5CA; }

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

This text font color is #EEF5CA.

Background Color

.myBgColor { background-color: #EEF5CA; }

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

This div background color is #EEF5CA.

Border color

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

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

This div border color is #EEF5CA.

Opacity

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

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

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

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

This text has shadow with #EEF5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF5CA.

Preview

Color preview on black background

This text has color #EEF5CA on black background.


Color preview on white background

This text has color #EEF5CA on white background.


Black color preview on #EEF5CA background

This text has black color on #EEF5CA background.


White color preview on #EEF5CA background

This text has white color on #EEF5CA background.


Related colors

Complementary color

Complementary color for #hex is #110A35.


I love getcolorcode.com

Triadic colors

1 #CAEEF5 and #F5CAEE with #EEF5CA are triadic colors.

2 #CAF5EE and #F5EECA with #EEF5CA are triadic colors.