COLOR #B8DAB1

HEX: #B8DAB1
RGB: (184,218,177)

Color info

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

RGB color model

#B8DAB1 color RGB value is (184,218,177).

  • red value is 184;
  • green value is 218;
  • blue value is 177.
RGB:
(184,218,177)
(72%,85%,69%)

RGB channels and saturation

R 184 of 255 = 72%
G 218 of 255 = 85%
B 177 of 255 = 69%

184
218
177

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

Portions of RGB colors in percentages

R + G + B =
184 + 218 + 177 = 579 (100%)
R 184 of 579 ~ 31.78%
G 218 of 579 ~ 37.65%
B 177 of 579 ~ 30.57%

%31.78
%37.65
%30.57

CMYK color model

#B8DAB1 color CMYK value is (16,0,19,15).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 18.81%
  • key color value is 14.51%
CMYK:
(16,0,19,15)
C16M0Y19K15 
(16%,0%,19%,15%)
(0.16/0.00/0.19/0.15)	

CMYK percentages

%15.6
%0
%18.81
%14.51

Codes

Color #B8DAB1 in popluar color models

B8DAB1
RGB184218177
HSL110°35.65%77.45%
HSB/HSV110°18.81%85.49%
CMYK15.60%0.00%18.81%
14.51%

Color #B8DAB1 in popluar number systems.

HEXB8DAB1
Decimal184218177
Binary101110001101101010110001
Octal270332261

Shades and tints

Shades of #B8DAB1

#B8DAB1
(184,218,177)
#A8C7A1
(168,199,161)
#98B491
(152,180,145)
#88A181
(136,161,129)
#788E71
(120,142,113)
#687B61
(104,123,97)
#586851
(88,104,81)
#485541
(72,85,65)
#384231
(56,66,49)
#282F21
(40,47,33)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #B8DAB1

#B8DAB1
(184,218,177)
#BEDDB8
(190,221,184)
#C4E0BF
(196,224,191)
#CAE3C6
(202,227,198)
#D0E6CD
(208,230,205)
#D6E9D4
(214,233,212)
#DCECDB
(220,236,219)
#E2EFE2
(226,239,226)
#E8F2E9
(232,242,233)
#EEF5F0
(238,245,240)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DAB1 color. Also use rgb(184,218,177) instead hex code.

Text Font Color

.myTextColor { color: #B8DAB1; }

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

This text font color is #B8DAB1.


Background Color

.myBgColor { background-color: #B8DAB1; }

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

This div background color is #B8DAB1.


Border color

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

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

This div border color is #B8DAB1.


Opacity

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

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

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

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

This text has shadow with #B8DAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DAB1 on black background.


Color preview on white background

This text has color #B8DAB1 on white background.



Black color preview on #B8DAB1 background

This text has black color on #B8DAB1 background.


White color preview on #B8DAB1 background

This text has white color on #B8DAB1 background.