COLOR #B2DCB7

HEX: #B2DCB7 RGB: (178,220,183)

Color info

#B2DCB7 contains red, green and blue colors in about the same proportion. Web safe color of #B2DCB7 is #99CCCC (or #9CC).

RGB color model

#B2DCB7 color RGB value is (178,220,183).

RGB: (178,220,183) (70%, 86%, 72%)

RGB channels and saturation

R 178 of 255 = 70%
G 220 of 255 = 86%
B 183 of 255 = 72%

178
220
183

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

Portions of RGB colors in percentages

R + G + B = 178 + 220 + 183 = 581 (100%)
R 178 of 581 ~ 30.64%
G 220 of 581 ~ 37.87%
B 183 of 581 ~ 31.5'%

%30.64
%37.87
%31.5

CMYK color model

#B2DCB7 color CMYK value is (19,0,17,14).

  • cyan value is 19.09%
  • magenta value is 0.00%
  • yellow value is 16.82%
  • key color value is 13.73%

CMYK: (19,0,17,14)
C19M0Y17K14 (19%, 0%, 17%, 14%)
(0.19 / 0.00 / 0.17 / 0.14)

CMYK percentages

%19.09
%0
%16.82
%13.73

Codes

Color #B2DCB7 in popluar color models

B2 DC B7
RGB 178 220 183
HSL 127° 37.50% 78.04%
HSB/HSV 127° 19.09% 86.27%
CMYK 19.09% 0.00% 16.82%
13.73%

Color #B2DCB7 in popluar number systems.

HEX B2 DC B7
Decimal 178 220 183
Binary 10110010 11011100 10110111
Octal 262 334 267

Shades and tints

Shades of #B2DCB7

#B2DCB7
(178,220,183)
#A2C8A7
(162,200,167)
#92B497
(146,180,151)
#82A087
(130,160,135)
#728C77
(114,140,119)
#627867
(98,120,103)
#526457
(82,100,87)
#425047
(66,80,71)
#323C37
(50,60,55)
#222827
(34,40,39)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #B2DCB7

#B2DCB7
(178,220,183)
#B9DFBD
(185,223,189)
#C0E2C3
(192,226,195)
#C7E5C9
(199,229,201)
#CEE8CF
(206,232,207)
#D5EBD5
(213,235,213)
#DCEEDB
(220,238,219)
#E3F1E1
(227,241,225)
#EAF4E7
(234,244,231)
#F1F7ED
(241,247,237)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2DCB7 color. Also use rgb(178,220,183) instead hex code.

Text Font Color

.myTextColor { color: #B2DCB7; }

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

This text font color is #B2DCB7.

Background Color

.myBgColor { background-color: #B2DCB7; }

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

This div background color is #B2DCB7.

Border color

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

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

This div border color is #B2DCB7.

Opacity

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

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

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

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

This text has shadow with #B2DCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DCB7.

Preview

Color preview on black background

This text has color #B2DCB7 on black background.


Color preview on white background

This text has color #B2DCB7 on white background.


Black color preview on #B2DCB7 background

This text has black color on #B2DCB7 background.


White color preview on #B2DCB7 background

This text has white color on #B2DCB7 background.


Related colors

Complementary color

Complementary color for #hex is #4D2348.


I love getcolorcode.com

Triadic colors

1 #B7B2DC and #DCB7B2 with #B2DCB7 are triadic colors.

2 #B7DCB2 and #DCB2B7 with #B2DCB7 are triadic colors.