COLOR #B4D2B5

HEX: #B4D2B5 RGB: (180,210,181)

Color info

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

RGB color model

#B4D2B5 color RGB value is (180,210,181).

RGB: (180,210,181) (71%, 82%, 71%)

RGB channels and saturation

R 180 of 255 = 71%
G 210 of 255 = 82%
B 181 of 255 = 71%

180
210
181

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

Portions of RGB colors in percentages

R + G + B = 180 + 210 + 181 = 571 (100%)
R 180 of 571 ~ 31.52%
G 210 of 571 ~ 36.78%
B 181 of 571 ~ 31.7'%

%31.52
%36.78
%31.7

CMYK color model

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

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 17.65%

CMYK: (14,0,14,18)
C14M0Y14K18 (14%, 0%, 14%, 18%)
(0.14 / 0.00 / 0.14 / 0.18)

CMYK percentages

%14.29
%0
%13.81
%17.65

Codes

Color #B4D2B5 in popluar color models

B4 D2 B5
RGB 180 210 181
HSL 122° 25.00% 76.47%
HSB/HSV 122° 14.29% 82.35%
CMYK 14.29% 0.00% 13.81%
17.65%

Color #B4D2B5 in popluar number systems.

HEX B4 D2 B5
Decimal 180 210 181
Binary 10110100 11010010 10110101
Octal 264 322 265

Shades and tints

Shades of #B4D2B5

#B4D2B5
(180,210,181)
#A4BFA5
(164,191,165)
#94AC95
(148,172,149)
#849985
(132,153,133)
#748675
(116,134,117)
#647365
(100,115,101)
#546055
(84,96,85)
#444D45
(68,77,69)
#343A35
(52,58,53)
#242725
(36,39,37)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B4D2B5

#B4D2B5
(180,210,181)
#BAD6BB
(186,214,187)
#C0DAC1
(192,218,193)
#C6DEC7
(198,222,199)
#CCE2CD
(204,226,205)
#D2E6D3
(210,230,211)
#D8EAD9
(216,234,217)
#DEEEDF
(222,238,223)
#E4F2E5
(228,242,229)
#EAF6EB
(234,246,235)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D2B5; }

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

This text font color is #B4D2B5.

Background Color

.myBgColor { background-color: #B4D2B5; }

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

This div background color is #B4D2B5.

Border color

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

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

This div border color is #B4D2B5.

Opacity

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

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

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

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

This text has shadow with #B4D2B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D2B5.

Preview

Color preview on black background

This text has color #B4D2B5 on black background.


Color preview on white background

This text has color #B4D2B5 on white background.


Black color preview on #B4D2B5 background

This text has black color on #B4D2B5 background.


White color preview on #B4D2B5 background

This text has white color on #B4D2B5 background.


Related colors

Complementary color

Complementary color for #hex is #4B2D4A.


I love getcolorcode.com

Triadic colors

1 #B5B4D2 and #D2B5B4 with #B4D2B5 are triadic colors.

2 #B5D2B4 and #D2B4B5 with #B4D2B5 are triadic colors.