COLOR #EEFBBD

HEX: #EEFBBD RGB: (238,251,189)

Color info

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

RGB color model

#EEFBBD color RGB value is (238,251,189).

RGB: (238,251,189) (93%, 98%, 74%)

RGB channels and saturation

R 238 of 255 = 93%
G 251 of 255 = 98%
B 189 of 255 = 74%

238
251
189

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

Portions of RGB colors in percentages

R + G + B = 238 + 251 + 189 = 678 (100%)
R 238 of 678 ~ 35.1%
G 251 of 678 ~ 37.02%
B 189 of 678 ~ 27.88'%

%35.1
%37.02
%27.88

CMYK color model

#EEFBBD color CMYK value is (5,0,25,2).

  • cyan value is 5.18%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 1.57%

CMYK: (5,0,25,2)
C5M0Y25K2 (5%, 0%, 25%, 2%)
(0.05 / 0.00 / 0.25 / 0.02)

CMYK percentages

%5.18
%0
%24.7
%1.57

Codes

Color #EEFBBD in popluar color models

EE FB BD
RGB 238 251 189
HSL 73° 88.57% 86.27%
HSB/HSV 73° 24.70% 98.43%
CMYK 5.18% 0.00% 24.70%
1.57%

Color #EEFBBD in popluar number systems.

HEX EE FB BD
Decimal 238 251 189
Binary 11101110 11111011 10111101
Octal 356 373 275

Shades and tints

Shades of #EEFBBD

#EEFBBD
(238,251,189)
#D9E5AC
(217,229,172)
#C4CF9B
(196,207,155)
#AFB98A
(175,185,138)
#9AA379
(154,163,121)
#858D68
(133,141,104)
#707757
(112,119,87)
#5B6146
(91,97,70)
#464B35
(70,75,53)
#313524
(49,53,36)
#1C1F13
(28,31,19)
#000000
(0,0,0)

Tints of #EEFBBD

#EEFBBD
(238,251,189)
#EFFBC3
(239,251,195)
#F0FBC9
(240,251,201)
#F1FBCF
(241,251,207)
#F2FBD5
(242,251,213)
#F3FBDB
(243,251,219)
#F4FBE1
(244,251,225)
#F5FBE7
(245,251,231)
#F6FBED
(246,251,237)
#F7FBF3
(247,251,243)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEFBBD; }

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

This text font color is #EEFBBD.

Background Color

.myBgColor { background-color: #EEFBBD; }

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

This div background color is #EEFBBD.

Border color

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

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

This div border color is #EEFBBD.

Opacity

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

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

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

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

This text has shadow with #EEFBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEFBBD.

Preview

Color preview on black background

This text has color #EEFBBD on black background.


Color preview on white background

This text has color #EEFBBD on white background.


Black color preview on #EEFBBD background

This text has black color on #EEFBBD background.


White color preview on #EEFBBD background

This text has white color on #EEFBBD background.


Related colors

Complementary color

Complementary color for #hex is #110442.


I love getcolorcode.com

Triadic colors

1 #BDEEFB and #FBBDEE with #EEFBBD are triadic colors.

2 #BDFBEE and #FBEEBD with #EEFBBD are triadic colors.