COLOR #B5D2BD

HEX: #B5D2BD
RGB: (181,210,189)

Color info

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

RGB color model

#B5D2BD color RGB value is (181,210,189).

  • red value is 181;
  • green value is 210;
  • blue value is 189.
RGB:
(181,210,189)
(71%,82%,74%)

RGB channels and saturation

R 181 of 255 = 71%
G 210 of 255 = 82%
B 189 of 255 = 74%

181
210
189

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

Portions of RGB colors in percentages

R + G + B =
181 + 210 + 189 = 580 (100%)
R 181 of 580 ~ 31.21%
G 210 of 580 ~ 36.21%
B 189 of 580 ~ 32.59%

%31.21
%36.21
%32.59

CMYK color model

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

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK:
(14,0,10,18)
C14M0Y10K18 
(14%,0%,10%,18%)
(0.14/0.00/0.10/0.18)	

CMYK percentages

%13.81
%0
%10
%17.65

Codes

Color #B5D2BD in popluar color models

B5D2BD
RGB181210189
HSL137°24.37%76.67%
HSB/HSV137°13.81%82.35%
CMYK13.81%0.00%10.00%
17.65%

Color #B5D2BD in popluar number systems.

HEXB5D2BD
Decimal181210189
Binary101101011101001010111101
Octal265322275

Shades and tints

Shades of #B5D2BD

#B5D2BD
(181,210,189)
#A5BFAC
(165,191,172)
#95AC9B
(149,172,155)
#85998A
(133,153,138)
#758679
(117,134,121)
#657368
(101,115,104)
#556057
(85,96,87)
#454D46
(69,77,70)
#353A35
(53,58,53)
#252724
(37,39,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B5D2BD

#B5D2BD
(181,210,189)
#BBD6C3
(187,214,195)
#C1DAC9
(193,218,201)
#C7DECF
(199,222,207)
#CDE2D5
(205,226,213)
#D3E6DB
(211,230,219)
#D9EAE1
(217,234,225)
#DFEEE7
(223,238,231)
#E5F2ED
(229,242,237)
#EBF6F3
(235,246,243)
#F1FAF9
(241,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D2BD; }

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

This text font color is #B5D2BD.


Background Color

.myBgColor { background-color: #B5D2BD; }

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

This div background color is #B5D2BD.


Border color

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

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

This div border color is #B5D2BD.


Opacity

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

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

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

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

This text has shadow with #B5D2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D2BD on black background.


Color preview on white background

This text has color #B5D2BD on white background.



Black color preview on #B5D2BD background

This text has black color on #B5D2BD background.


White color preview on #B5D2BD background

This text has white color on #B5D2BD background.