COLOR #B2DAB7

HEX: #B2DAB7 RGB: (178,218,183)

Color info

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

RGB color model

#B2DAB7 color RGB value is (178,218,183).

RGB: (178,218,183) (70%, 85%, 72%)

RGB channels and saturation

R 178 of 255 = 70%
G 218 of 255 = 85%
B 183 of 255 = 72%

178
218
183

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

Portions of RGB colors in percentages

R + G + B = 178 + 218 + 183 = 579 (100%)
R 178 of 579 ~ 30.74%
G 218 of 579 ~ 37.65%
B 183 of 579 ~ 31.61'%

%30.74
%37.65
%31.61

CMYK color model

#B2DAB7 color CMYK value is (18,0,16,15).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 14.51%

CMYK: (18,0,16,15)
C18M0Y16K15 (18%, 0%, 16%, 15%)
(0.18 / 0.00 / 0.16 / 0.15)

CMYK percentages

%18.35
%0
%16.06
%14.51

Codes

Color #B2DAB7 in popluar color models

B2 DA B7
RGB 178 218 183
HSL 128° 35.09% 77.65%
HSB/HSV 128° 18.35% 85.49%
CMYK 18.35% 0.00% 16.06%
14.51%

Color #B2DAB7 in popluar number systems.

HEX B2 DA B7
Decimal 178 218 183
Binary 10110010 11011010 10110111
Octal 262 332 267

Shades and tints

Shades of #B2DAB7

#B2DAB7
(178,218,183)
#A2C7A7
(162,199,167)
#92B497
(146,180,151)
#82A187
(130,161,135)
#728E77
(114,142,119)
#627B67
(98,123,103)
#526857
(82,104,87)
#425547
(66,85,71)
#324237
(50,66,55)
#222F27
(34,47,39)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #B2DAB7

#B2DAB7
(178,218,183)
#B9DDBD
(185,221,189)
#C0E0C3
(192,224,195)
#C7E3C9
(199,227,201)
#CEE6CF
(206,230,207)
#D5E9D5
(213,233,213)
#DCECDB
(220,236,219)
#E3EFE1
(227,239,225)
#EAF2E7
(234,242,231)
#F1F5ED
(241,245,237)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DAB7; }

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

This text font color is #B2DAB7.

Background Color

.myBgColor { background-color: #B2DAB7; }

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

This div background color is #B2DAB7.

Border color

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

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

This div border color is #B2DAB7.

Opacity

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

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

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

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

This text has shadow with #B2DAB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2DAB7.

Preview

Color preview on black background

This text has color #B2DAB7 on black background.


Color preview on white background

This text has color #B2DAB7 on white background.


Black color preview on #B2DAB7 background

This text has black color on #B2DAB7 background.


White color preview on #B2DAB7 background

This text has white color on #B2DAB7 background.


Related colors

Complementary color

Complementary color for #hex is #4D2548.


I love getcolorcode.com

Triadic colors

1 #B7B2DA and #DAB7B2 with #B2DAB7 are triadic colors.

2 #B7DAB2 and #DAB2B7 with #B2DAB7 are triadic colors.