COLOR #B2DAD7

HEX: #B2DAD7
RGB: (178,218,215)

Color info

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

RGB color model

#B2DAD7 color RGB value is (178,218,215).

  • red value is 178;
  • green value is 218;
  • blue value is 215.
RGB:
(178,218,215)
(70%,85%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 218 of 255 = 85%
B 215 of 255 = 84%

178
218
215

R + G + B ~ 80%. #B2DAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 218 + 215 = 611 (100%)
R 178 of 611 ~ 29.13%
G 218 of 611 ~ 35.68%
B 215 of 611 ~ 35.19%

%29.13
%35.68
%35.19

CMYK color model

#B2DAD7 color CMYK value is (18,0,1,15).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(18,0,1,15)
C18M0Y1K15 
(18%,0%,1%,15%)
(0.18/0.00/0.01/0.15)	

CMYK percentages

%18.35
%0
%1.38
%14.51

Codes

Color #B2DAD7 in popluar color models

B2DAD7
RGB178218215
HSL176°35.09%77.65%
HSB/HSV176°18.35%85.49%
CMYK18.35%0.00%1.38%
14.51%

Color #B2DAD7 in popluar number systems.

HEXB2DAD7
Decimal178218215
Binary101100101101101011010111
Octal262332327

Shades and tints

Shades of #B2DAD7

#B2DAD7
(178,218,215)
#A2C7C4
(162,199,196)
#92B4B1
(146,180,177)
#82A19E
(130,161,158)
#728E8B
(114,142,139)
#627B78
(98,123,120)
#526865
(82,104,101)
#425552
(66,85,82)
#32423F
(50,66,63)
#222F2C
(34,47,44)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #B2DAD7

#B2DAD7
(178,218,215)
#B9DDDA
(185,221,218)
#C0E0DD
(192,224,221)
#C7E3E0
(199,227,224)
#CEE6E3
(206,230,227)
#D5E9E6
(213,233,230)
#DCECE9
(220,236,233)
#E3EFEC
(227,239,236)
#EAF2EF
(234,242,239)
#F1F5F2
(241,245,242)
#F8F8F5
(248,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2DAD7; }

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

This text font color is #B2DAD7.


Background Color

.myBgColor { background-color: #B2DAD7; }

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

This div background color is #B2DAD7.


Border color

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

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

This div border color is #B2DAD7.


Opacity

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

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

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

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

This text has shadow with #B2DAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2DAD7 on black background.


Color preview on white background

This text has color #B2DAD7 on white background.



Black color preview on #B2DAD7 background

This text has black color on #B2DAD7 background.


White color preview on #B2DAD7 background

This text has white color on #B2DAD7 background.