COLOR #EEF7B5

HEX: #EEF7B5 RGB: (238,247,181)

Color info

#EEF7B5 contains mainly red and green colors. Web safe color of #EEF7B5 is #FFFFCC (or #FFC).

RGB color model

#EEF7B5 color RGB value is (238,247,181).

RGB: (238,247,181) (93%, 97%, 71%)

RGB channels and saturation

R 238 of 255 = 93%
G 247 of 255 = 97%
B 181 of 255 = 71%

238
247
181

R + G + B ~ 87%. #EEF7B5 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 247 + 181 = 666 (100%)
R 238 of 666 ~ 35.74%
G 247 of 666 ~ 37.09%
B 181 of 666 ~ 27.18'%

%35.74
%37.09
%27.18

CMYK color model

#EEF7B5 color CMYK value is (4,0,27,3).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 3.14%
CMYK: (4,0,27,3) C4M0Y27K3 (4%,0%,27%,3%) (0.04/0.00/0.27/0.03) 

CMYK percentages

%3.64
%0
%26.72
%3.14

Codes

Color #EEF7B5 in popluar color models

EE F7 B5
RGB 238 247 181
HSL 68° 80.49% 83.92%
HSB/HSV 68° 26.72% 96.86%
CMYK 3.64% 0.00% 26.72%
3.14%

Color #EEF7B5 in popluar number systems.

HEX EE F7 B5
Decimal 238 247 181
Binary 11101110 11110111 10110101
Octal 356 367 265

Shades and tints

Shades of #EEF7B5

#EEF7B5
(238,247,181)
#D9E1A5
(217,225,165)
#C4CB95
(196,203,149)
#AFB585
(175,181,133)
#9A9F75
(154,159,117)
#858965
(133,137,101)
#707355
(112,115,85)
#5B5D45
(91,93,69)
#464735
(70,71,53)
#313125
(49,49,37)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #EEF7B5

#EEF7B5
(238,247,181)
#EFF7BB
(239,247,187)
#F0F7C1
(240,247,193)
#F1F7C7
(241,247,199)
#F2F7CD
(242,247,205)
#F3F7D3
(243,247,211)
#F4F7D9
(244,247,217)
#F5F7DF
(245,247,223)
#F6F7E5
(246,247,229)
#F7F7EB
(247,247,235)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEF7B5 color. Also use rgb(238,247,181) instead hex code.

Text Font Color

.myTextColor { color: #EEF7B5; }

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

This text font color is #EEF7B5.

Background Color

.myBgColor { background-color: #EEF7B5; }

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

This div background color is #EEF7B5.

Border color

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

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

This div border color is #EEF7B5.

Opacity

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

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

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

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

This text has shadow with #EEF7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF7B5.

Preview

Color preview on black background

This text has color #EEF7B5 on black background.


Color preview on white background

This text has color #EEF7B5 on white background.


Black color preview on #EEF7B5 background

This text has black color on #EEF7B5 background.


White color preview on #EEF7B5 background

This text has white color on #EEF7B5 background.


Related colors

Complementary color

Complementary color for #hex is #11084A.


I love getcolorcode.com

Triadic colors

1 #B5EEF7 and #F7B5EE with #EEF7B5 are triadic colors.

2 #B5F7EE and #F7EEB5 with #EEF7B5 are triadic colors.