COLOR #B0D18C

HEX: #B0D18C RGB: (176,209,140)

Color info

#B0D18C contains mainly red and green colors. Web safe color of #B0D18C is #99CC99 (or #9C9).

RGB color model

#B0D18C color RGB value is (176,209,140).

RGB: (176,209,140) (69%, 82%, 55%)

RGB channels and saturation

R 176 of 255 = 69%
G 209 of 255 = 82%
B 140 of 255 = 55%

176
209
140

R + G + B ~ 69%. #B0D18C is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 209 + 140 = 525 (100%)
R 176 of 525 ~ 33.52%
G 209 of 525 ~ 39.81%
B 140 of 525 ~ 26.67'%

%33.52
%39.81
%26.67

CMYK color model

#B0D18C color CMYK value is (16,0,33,18).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 33.01%
  • key color value is 18.04%

CMYK: (16,0,33,18)
C16M0Y33K18 (16%, 0%, 33%, 18%)
(0.16 / 0.00 / 0.33 / 0.18)

CMYK percentages

%15.79
%0
%33.01
%18.04

Codes

Color #B0D18C in popluar color models

B0 D1 8C
RGB 176 209 140
HSL 89° 42.86% 68.43%
HSB/HSV 89° 33.01% 81.96%
CMYK 15.79% 0.00% 33.01%
18.04%

Color #B0D18C in popluar number systems.

HEX B0 D1 8C
Decimal 176 209 140
Binary 10110000 11010001 10001100
Octal 260 321 214

Shades and tints

Shades of #B0D18C

#B0D18C
(176,209,140)
#A0BE80
(160,190,128)
#90AB74
(144,171,116)
#809868
(128,152,104)
#70855C
(112,133,92)
#607250
(96,114,80)
#505F44
(80,95,68)
#404C38
(64,76,56)
#30392C
(48,57,44)
#202620
(32,38,32)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #B0D18C

#B0D18C
(176,209,140)
#B7D596
(183,213,150)
#BED9A0
(190,217,160)
#C5DDAA
(197,221,170)
#CCE1B4
(204,225,180)
#D3E5BE
(211,229,190)
#DAE9C8
(218,233,200)
#E1EDD2
(225,237,210)
#E8F1DC
(232,241,220)
#EFF5E6
(239,245,230)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D18C color. Also use rgb(176,209,140) instead hex code.

Text Font Color

.myTextColor { color: #B0D18C; }

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

This text font color is #B0D18C.

Background Color

.myBgColor { background-color: #B0D18C; }

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

This div background color is #B0D18C.

Border color

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

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

This div border color is #B0D18C.

Opacity

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

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

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

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

This text has shadow with #B0D18C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D18C.

Preview

Color preview on black background

This text has color #B0D18C on black background.


Color preview on white background

This text has color #B0D18C on white background.


Black color preview on #B0D18C background

This text has black color on #B0D18C background.


White color preview on #B0D18C background

This text has white color on #B0D18C background.


Related colors

Complementary color

Complementary color for #hex is #4F2E73.


I love getcolorcode.com

Triadic colors

1 #8CB0D1 and #D18CB0 with #B0D18C are triadic colors.

2 #8CD1B0 and #D1B08C with #B0D18C are triadic colors.