COLOR #B8DEA5

HEX: #B8DEA5 RGB: (184,222,165)

Color info

#B8DEA5 contains red, green and blue colors in about the same proportion. Web safe color of #B8DEA5 is #CCCC99 (or #CC9).

RGB color model

#B8DEA5 color RGB value is (184,222,165).

RGB: (184,222,165) (72%, 87%, 65%)

RGB channels and saturation

R 184 of 255 = 72%
G 222 of 255 = 87%
B 165 of 255 = 65%

184
222
165

R + G + B ~ 75%. #B8DEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 222 + 165 = 571 (100%)
R 184 of 571 ~ 32.22%
G 222 of 571 ~ 38.88%
B 165 of 571 ~ 28.9'%

%32.22
%38.88
%28.9

CMYK color model

#B8DEA5 color CMYK value is (17,0,26,13).

  • cyan value is 17.12%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 12.94%
CMYK: (17,0,26,13) C17M0Y26K13 (17%,0%,26%,13%) (0.17/0.00/0.26/0.13) 

CMYK percentages

%17.12
%0
%25.68
%12.94

Codes

Color #B8DEA5 in popluar color models

B8 DE A5
RGB 184 222 165
HSL 100° 46.34% 75.88%
HSB/HSV 100° 25.68% 87.06%
CMYK 17.12% 0.00% 25.68%
12.94%

Color #B8DEA5 in popluar number systems.

HEX B8 DE A5
Decimal 184 222 165
Binary 10111000 11011110 10100101
Octal 270 336 245

Shades and tints

Shades of #B8DEA5

#B8DEA5
(184,222,165)
#A8CA96
(168,202,150)
#98B687
(152,182,135)
#88A278
(136,162,120)
#788E69
(120,142,105)
#687A5A
(104,122,90)
#58664B
(88,102,75)
#48523C
(72,82,60)
#383E2D
(56,62,45)
#282A1E
(40,42,30)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #B8DEA5

#B8DEA5
(184,222,165)
#BEE1AD
(190,225,173)
#C4E4B5
(196,228,181)
#CAE7BD
(202,231,189)
#D0EAC5
(208,234,197)
#D6EDCD
(214,237,205)
#DCF0D5
(220,240,213)
#E2F3DD
(226,243,221)
#E8F6E5
(232,246,229)
#EEF9ED
(238,249,237)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DEA5; }

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

This text font color is #B8DEA5.

Background Color

.myBgColor { background-color: #B8DEA5; }

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

This div background color is #B8DEA5.

Border color

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

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

This div border color is #B8DEA5.

Opacity

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

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

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

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

This text has shadow with #B8DEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DEA5.

Preview

Color preview on black background

This text has color #B8DEA5 on black background.


Color preview on white background

This text has color #B8DEA5 on white background.


Black color preview on #B8DEA5 background

This text has black color on #B8DEA5 background.


White color preview on #B8DEA5 background

This text has white color on #B8DEA5 background.


Related colors

Complementary color

Complementary color for #hex is #47215A.


I love getcolorcode.com

Triadic colors

1 #A5B8DE and #DEA5B8 with #B8DEA5 are triadic colors.

2 #A5DEB8 and #DEB8A5 with #B8DEA5 are triadic colors.