COLOR #EEF7BD

HEX: #EEF7BD RGB: (238,247,189)

Color info

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

RGB color model

#EEF7BD color RGB value is (238,247,189).

RGB: (238,247,189) (93%, 97%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 247 of 255 = 97%
B 189 of 255 = 74%

238
247
189

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

Portions of RGB colors in percentages

R + G + B = 238 + 247 + 189 = 674 (100%)
R 238 of 674 ~ 35.31%
G 247 of 674 ~ 36.65%
B 189 of 674 ~ 28.04'%

%35.31
%36.65
%28.04

CMYK color model

#EEF7BD color CMYK value is (4,0,23,3).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 3.14%

CMYK: (4,0,23,3)
C4M0Y23K3 (4%, 0%, 23%, 3%)
(0.04 / 0.00 / 0.23 / 0.03)

CMYK percentages

%3.64
%0
%23.48
%3.14

Codes

Color #EEF7BD in popluar color models

EE F7 BD
RGB 238 247 189
HSL 69° 78.38% 85.49%
HSB/HSV 69° 23.48% 96.86%
CMYK 3.64% 0.00% 23.48%
3.14%

Color #EEF7BD in popluar number systems.

HEX EE F7 BD
Decimal 238 247 189
Binary 11101110 11110111 10111101
Octal 356 367 275

Shades and tints

Shades of #EEF7BD

#EEF7BD
(238,247,189)
#D9E1AC
(217,225,172)
#C4CB9B
(196,203,155)
#AFB58A
(175,181,138)
#9A9F79
(154,159,121)
#858968
(133,137,104)
#707357
(112,115,87)
#5B5D46
(91,93,70)
#464735
(70,71,53)
#313124
(49,49,36)
#1C1B13
(28,27,19)
#000000
(0,0,0)

Tints of #EEF7BD

#EEF7BD
(238,247,189)
#EFF7C3
(239,247,195)
#F0F7C9
(240,247,201)
#F1F7CF
(241,247,207)
#F2F7D5
(242,247,213)
#F3F7DB
(243,247,219)
#F4F7E1
(244,247,225)
#F5F7E7
(245,247,231)
#F6F7ED
(246,247,237)
#F7F7F3
(247,247,243)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEF7BD; }

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

This text font color is #EEF7BD.

Background Color

.myBgColor { background-color: #EEF7BD; }

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

This div background color is #EEF7BD.

Border color

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

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

This div border color is #EEF7BD.

Opacity

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

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

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

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

This text has shadow with #EEF7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEF7BD.

Preview

Color preview on black background

This text has color #EEF7BD on black background.


Color preview on white background

This text has color #EEF7BD on white background.


Black color preview on #EEF7BD background

This text has black color on #EEF7BD background.


White color preview on #EEF7BD background

This text has white color on #EEF7BD background.


Related colors

Complementary color

Complementary color for #hex is #110842.


I love getcolorcode.com

Triadic colors

1 #BDEEF7 and #F7BDEE with #EEF7BD are triadic colors.

2 #BDF7EE and #F7EEBD with #EEF7BD are triadic colors.