COLOR #B8DCBD

HEX: #B8DCBD RGB: (184,220,189)

Color info

#B8DCBD contains red, green and blue colors in about the same proportion. Web safe color of #B8DCBD is #CCCCCC (or #CCC).

RGB color model

#B8DCBD color RGB value is (184,220,189).

RGB: (184,220,189) (72%, 86%, 74%)

RGB channels and saturation

R 184 of 255 = 72%
G 220 of 255 = 86%
B 189 of 255 = 74%

184
220
189

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

Portions of RGB colors in percentages

R + G + B = 184 + 220 + 189 = 593 (100%)
R 184 of 593 ~ 31.03%
G 220 of 593 ~ 37.1%
B 189 of 593 ~ 31.87'%

%31.03
%37.1
%31.87

CMYK color model

#B8DCBD color CMYK value is (16,0,14,14).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 14.09%
  • key color value is 13.73%

CMYK: (16,0,14,14)
C16M0Y14K14 (16%, 0%, 14%, 14%)
(0.16 / 0.00 / 0.14 / 0.14)

CMYK percentages

%16.36
%0
%14.09
%13.73

Codes

Color #B8DCBD in popluar color models

B8 DC BD
RGB 184 220 189
HSL 128° 33.96% 79.22%
HSB/HSV 128° 16.36% 86.27%
CMYK 16.36% 0.00% 14.09%
13.73%

Color #B8DCBD in popluar number systems.

HEX B8 DC BD
Decimal 184 220 189
Binary 10111000 11011100 10111101
Octal 270 334 275

Shades and tints

Shades of #B8DCBD

#B8DCBD
(184,220,189)
#A8C8AC
(168,200,172)
#98B49B
(152,180,155)
#88A08A
(136,160,138)
#788C79
(120,140,121)
#687868
(104,120,104)
#586457
(88,100,87)
#485046
(72,80,70)
#383C35
(56,60,53)
#282824
(40,40,36)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #B8DCBD

#B8DCBD
(184,220,189)
#BEDFC3
(190,223,195)
#C4E2C9
(196,226,201)
#CAE5CF
(202,229,207)
#D0E8D5
(208,232,213)
#D6EBDB
(214,235,219)
#DCEEE1
(220,238,225)
#E2F1E7
(226,241,231)
#E8F4ED
(232,244,237)
#EEF7F3
(238,247,243)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DCBD color. Also use rgb(184,220,189) instead hex code.

Text Font Color

.myTextColor { color: #B8DCBD; }

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

This text font color is #B8DCBD.

Background Color

.myBgColor { background-color: #B8DCBD; }

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

This div background color is #B8DCBD.

Border color

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

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

This div border color is #B8DCBD.

Opacity

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

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

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

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

This text has shadow with #B8DCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DCBD.

Preview

Color preview on black background

This text has color #B8DCBD on black background.


Color preview on white background

This text has color #B8DCBD on white background.


Black color preview on #B8DCBD background

This text has black color on #B8DCBD background.


White color preview on #B8DCBD background

This text has white color on #B8DCBD background.


Related colors

Complementary color

Complementary color for #hex is #472342.


I love getcolorcode.com

Triadic colors

1 #BDB8DC and #DCBDB8 with #B8DCBD are triadic colors.

2 #BDDCB8 and #DCB8BD with #B8DCBD are triadic colors.