COLOR #EEEFC5

HEX: #EEEFC5 RGB: (238,239,197)

Color info

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

RGB color model

#EEEFC5 color RGB value is (238,239,197).

RGB: (238,239,197) (93%, 94%, 77%)

RGB channels and saturation

R 238 of 255 = 93%
G 239 of 255 = 94%
B 197 of 255 = 77%

238
239
197

R + G + B ~ 88%. #EEEFC5 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 239 + 197 = 674 (100%)
R 238 of 674 ~ 35.31%
G 239 of 674 ~ 35.46%
B 197 of 674 ~ 29.23'%

%35.31
%35.46
%29.23

CMYK color model

#EEEFC5 color CMYK value is (0,0,18,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 6.27%

CMYK: (0,0,18,6)
C0M0Y18K6 (0%, 0%, 18%, 6%)
(0.00 / 0.00 / 0.18 / 0.06)

CMYK percentages

%0.42
%0
%17.57
%6.27

Codes

Color #EEEFC5 in popluar color models

EE EF C5
RGB 238 239 197
HSL 61° 56.76% 85.49%
HSB/HSV 61° 17.57% 93.73%
CMYK 0.42% 0.00% 17.57%
6.27%

Color #EEEFC5 in popluar number systems.

HEX EE EF C5
Decimal 238 239 197
Binary 11101110 11101111 11000101
Octal 356 357 305

Shades and tints

Shades of #EEEFC5

#EEEFC5
(238,239,197)
#D9DAB4
(217,218,180)
#C4C5A3
(196,197,163)
#AFB092
(175,176,146)
#9A9B81
(154,155,129)
#858670
(133,134,112)
#70715F
(112,113,95)
#5B5C4E
(91,92,78)
#46473D
(70,71,61)
#31322C
(49,50,44)
#1C1D1B
(28,29,27)
#000000
(0,0,0)

Tints of #EEEFC5

#EEEFC5
(238,239,197)
#EFF0CA
(239,240,202)
#F0F1CF
(240,241,207)
#F1F2D4
(241,242,212)
#F2F3D9
(242,243,217)
#F3F4DE
(243,244,222)
#F4F5E3
(244,245,227)
#F5F6E8
(245,246,232)
#F6F7ED
(246,247,237)
#F7F8F2
(247,248,242)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEFC5; }

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

This text font color is #EEEFC5.

Background Color

.myBgColor { background-color: #EEEFC5; }

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

This div background color is #EEEFC5.

Border color

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

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

This div border color is #EEEFC5.

Opacity

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

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

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

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

This text has shadow with #EEEFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEEFC5.

Preview

Color preview on black background

This text has color #EEEFC5 on black background.


Color preview on white background

This text has color #EEEFC5 on white background.


Black color preview on #EEEFC5 background

This text has black color on #EEEFC5 background.


White color preview on #EEEFC5 background

This text has white color on #EEEFC5 background.


Related colors

Complementary color

Complementary color for #hex is #11103A.


I love getcolorcode.com

Triadic colors

1 #C5EEEF and #EFC5EE with #EEEFC5 are triadic colors.

2 #C5EFEE and #EFEEC5 with #EEEFC5 are triadic colors.