COLOR #B4DBB5

HEX: #B4DBB5 RGB: (180,219,181)

Color info

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

RGB color model

#B4DBB5 color RGB value is (180,219,181).

RGB: (180,219,181) (71%, 86%, 71%)

RGB channels and saturation

R 180 of 255 = 71%
G 219 of 255 = 86%
B 181 of 255 = 71%

180
219
181

R + G + B ~ 76%. #B4DBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 219 + 181 = 580 (100%)
R 180 of 580 ~ 31.03%
G 219 of 580 ~ 37.76%
B 181 of 580 ~ 31.21'%

%31.03
%37.76
%31.21

CMYK color model

#B4DBB5 color CMYK value is (18,0,17,14).

  • cyan value is 17.81%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 14.12%

CMYK: (18,0,17,14)
C18M0Y17K14 (18%, 0%, 17%, 14%)
(0.18 / 0.00 / 0.17 / 0.14)

CMYK percentages

%17.81
%0
%17.35
%14.12

Codes

Color #B4DBB5 in popluar color models

B4 DB B5
RGB 180 219 181
HSL 122° 35.14% 78.24%
HSB/HSV 122° 17.81% 85.88%
CMYK 17.81% 0.00% 17.35%
14.12%

Color #B4DBB5 in popluar number systems.

HEX B4 DB B5
Decimal 180 219 181
Binary 10110100 11011011 10110101
Octal 264 333 265

Shades and tints

Shades of #B4DBB5

#B4DBB5
(180,219,181)
#A4C8A5
(164,200,165)
#94B595
(148,181,149)
#84A285
(132,162,133)
#748F75
(116,143,117)
#647C65
(100,124,101)
#546955
(84,105,85)
#445645
(68,86,69)
#344335
(52,67,53)
#243025
(36,48,37)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #B4DBB5

#B4DBB5
(180,219,181)
#BADEBB
(186,222,187)
#C0E1C1
(192,225,193)
#C6E4C7
(198,228,199)
#CCE7CD
(204,231,205)
#D2EAD3
(210,234,211)
#D8EDD9
(216,237,217)
#DEF0DF
(222,240,223)
#E4F3E5
(228,243,229)
#EAF6EB
(234,246,235)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DBB5 color. Also use rgb(180,219,181) instead hex code.

Text Font Color

.myTextColor { color: #B4DBB5; }

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

This text font color is #B4DBB5.

Background Color

.myBgColor { background-color: #B4DBB5; }

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

This div background color is #B4DBB5.

Border color

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

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

This div border color is #B4DBB5.

Opacity

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

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

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

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

This text has shadow with #B4DBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4DBB5.

Preview

Color preview on black background

This text has color #B4DBB5 on black background.


Color preview on white background

This text has color #B4DBB5 on white background.


Black color preview on #B4DBB5 background

This text has black color on #B4DBB5 background.


White color preview on #B4DBB5 background

This text has white color on #B4DBB5 background.


Related colors

Complementary color

Complementary color for #hex is #4B244A.


I love getcolorcode.com

Triadic colors

1 #B5B4DB and #DBB5B4 with #B4DBB5 are triadic colors.

2 #B5DBB4 and #DBB4B5 with #B4DBB5 are triadic colors.