COLOR #B8EEA5

HEX: #B8EEA5 RGB: (184,238,165)

Color info

#B8EEA5 contains mainly red and green colors. Web safe color of #B8EEA5 is #CCFF99 (or #CF9).

RGB color model

#B8EEA5 color RGB value is (184,238,165).

RGB: (184,238,165) (72%, 93%, 65%)

RGB channels and saturation

R 184 of 255 = 72%
G 238 of 255 = 93%
B 165 of 255 = 65%

184
238
165

R + G + B ~ 77%. #B8EEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 238 + 165 = 587 (100%)
R 184 of 587 ~ 31.35%
G 238 of 587 ~ 40.55%
B 165 of 587 ~ 28.11'%

%31.35
%40.55
%28.11

CMYK color model

#B8EEA5 color CMYK value is (23,0,31,7).

  • cyan value is 22.69%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 6.67%

CMYK: (23,0,31,7)
C23M0Y31K7 (23%, 0%, 31%, 7%)
(0.23 / 0.00 / 0.31 / 0.07)

CMYK percentages

%22.69
%0
%30.67
%6.67

Codes

Color #B8EEA5 in popluar color models

B8 EE A5
RGB 184 238 165
HSL 104° 68.22% 79.02%
HSB/HSV 104° 30.67% 93.33%
CMYK 22.69% 0.00% 30.67%
6.67%

Color #B8EEA5 in popluar number systems.

HEX B8 EE A5
Decimal 184 238 165
Binary 10111000 11101110 10100101
Octal 270 356 245

Shades and tints

Shades of #B8EEA5

#B8EEA5
(184,238,165)
#A8D996
(168,217,150)
#98C487
(152,196,135)
#88AF78
(136,175,120)
#789A69
(120,154,105)
#68855A
(104,133,90)
#58704B
(88,112,75)
#485B3C
(72,91,60)
#38462D
(56,70,45)
#28311E
(40,49,30)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #B8EEA5

#B8EEA5
(184,238,165)
#BEEFAD
(190,239,173)
#C4F0B5
(196,240,181)
#CAF1BD
(202,241,189)
#D0F2C5
(208,242,197)
#D6F3CD
(214,243,205)
#DCF4D5
(220,244,213)
#E2F5DD
(226,245,221)
#E8F6E5
(232,246,229)
#EEF7ED
(238,247,237)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EEA5 color. Also use rgb(184,238,165) instead hex code.

Text Font Color

.myTextColor { color: #B8EEA5; }

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

This text font color is #B8EEA5.

Background Color

.myBgColor { background-color: #B8EEA5; }

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

This div background color is #B8EEA5.

Border color

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

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

This div border color is #B8EEA5.

Opacity

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

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

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

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

This text has shadow with #B8EEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8EEA5.

Preview

Color preview on black background

This text has color #B8EEA5 on black background.


Color preview on white background

This text has color #B8EEA5 on white background.


Black color preview on #B8EEA5 background

This text has black color on #B8EEA5 background.


White color preview on #B8EEA5 background

This text has white color on #B8EEA5 background.


Related colors

Complementary color

Complementary color for #hex is #47115A.


I love getcolorcode.com

Triadic colors

1 #A5B8EE and #EEA5B8 with #B8EEA5 are triadic colors.

2 #A5EEB8 and #EEB8A5 with #B8EEA5 are triadic colors.