COLOR #B4DCBC

HEX: #B4DCBC RGB: (180,220,188)

Color info

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

RGB color model

#B4DCBC color RGB value is (180,220,188).

RGB: (180,220,188) (71%, 86%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 188 of 255 = 74%

180
220
188

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

Portions of RGB colors in percentages

R + G + B = 180 + 220 + 188 = 588 (100%)
R 180 of 588 ~ 30.61%
G 220 of 588 ~ 37.41%
B 188 of 588 ~ 31.97'%

%30.61
%37.41
%31.97

CMYK color model

#B4DCBC color CMYK value is (18,0,15,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 13.73%
CMYK: (18,0,15,14) C18M0Y15K14 (18%,0%,15%,14%) (0.18/0.00/0.15/0.14) 

CMYK percentages

%18.18
%0
%14.55
%13.73

Codes

Color #B4DCBC in popluar color models

B4 DC BC
RGB 180 220 188
HSL 132° 36.36% 78.43%
HSB/HSV 132° 18.18% 86.27%
CMYK 18.18% 0.00% 14.55%
13.73%

Color #B4DCBC in popluar number systems.

HEX B4 DC BC
Decimal 180 220 188
Binary 10110100 11011100 10111100
Octal 264 334 274

Shades and tints

Shades of #B4DCBC

#B4DCBC
(180,220,188)
#A4C8AB
(164,200,171)
#94B49A
(148,180,154)
#84A089
(132,160,137)
#748C78
(116,140,120)
#647867
(100,120,103)
#546456
(84,100,86)
#445045
(68,80,69)
#343C34
(52,60,52)
#242823
(36,40,35)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4DCBC

#B4DCBC
(180,220,188)
#BADFC2
(186,223,194)
#C0E2C8
(192,226,200)
#C6E5CE
(198,229,206)
#CCE8D4
(204,232,212)
#D2EBDA
(210,235,218)
#D8EEE0
(216,238,224)
#DEF1E6
(222,241,230)
#E4F4EC
(228,244,236)
#EAF7F2
(234,247,242)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DCBC color. Also use rgb(180,220,188) instead hex code.

Text Font Color

.myTextColor { color: #B4DCBC; }

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

This text font color is #B4DCBC.

Background Color

.myBgColor { background-color: #B4DCBC; }

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

This div background color is #B4DCBC.

Border color

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

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

This div border color is #B4DCBC.

Opacity

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

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

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

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

This text has shadow with #B4DCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DCBC.

Preview

Color preview on black background

This text has color #B4DCBC on black background.


Color preview on white background

This text has color #B4DCBC on white background.


Black color preview on #B4DCBC background

This text has black color on #B4DCBC background.


White color preview on #B4DCBC background

This text has white color on #B4DCBC background.


Related colors

Complementary color

Complementary color for #hex is #4B2343.


I love getcolorcode.com

Triadic colors

1 #BCB4DC and #DCBCB4 with #B4DCBC are triadic colors.

2 #BCDCB4 and #DCB4BC with #B4DCBC are triadic colors.