COLOR #B2D7DD

HEX: #B2D7DD
RGB: (178,215,221)

Color info

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

RGB color model

#B2D7DD color RGB value is (178,215,221).

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

RGB channels and saturation

R 178 of 255 = 70%
G 215 of 255 = 84%
B 221 of 255 = 87%

178
215
221

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

Portions of RGB colors in percentages

R + G + B =
178 + 215 + 221 = 614 (100%)
R 178 of 614 ~ 28.99%
G 215 of 614 ~ 35.02%
B 221 of 614 ~ 35.99%

%28.99
%35.02
%35.99

CMYK color model

#B2D7DD color CMYK value is (19,3,0,13).

  • cyan value is 19.46%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,3,0,13)
C19M3Y0K13 
(19%,3%,0%,13%)
(0.19/0.03/0.00/0.13)	

CMYK percentages

%19.46
%2.71
%0
%13.33

Codes

Color #B2D7DD in popluar color models

B2D7DD
RGB178215221
HSL188°38.74%78.24%
HSB/HSV188°19.46%86.67%
CMYK19.46%2.71%0.00%
13.33%

Color #B2D7DD in popluar number systems.

HEXB2D7DD
Decimal178215221
Binary101100101101011111011101
Octal262327335

Shades and tints

Shades of #B2D7DD

#B2D7DD
(178,215,221)
#A2C4C9
(162,196,201)
#92B1B5
(146,177,181)
#829EA1
(130,158,161)
#728B8D
(114,139,141)
#627879
(98,120,121)
#526565
(82,101,101)
#425251
(66,82,81)
#323F3D
(50,63,61)
#222C29
(34,44,41)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #B2D7DD

#B2D7DD
(178,215,221)
#B9DAE0
(185,218,224)
#C0DDE3
(192,221,227)
#C7E0E6
(199,224,230)
#CEE3E9
(206,227,233)
#D5E6EC
(213,230,236)
#DCE9EF
(220,233,239)
#E3ECF2
(227,236,242)
#EAEFF5
(234,239,245)
#F1F2F8
(241,242,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D7DD; }

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

This text font color is #B2D7DD.


Background Color

.myBgColor { background-color: #B2D7DD; }

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

This div background color is #B2D7DD.


Border color

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

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

This div border color is #B2D7DD.


Opacity

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

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

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

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

This text has shadow with #B2D7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D7DD on black background.


Color preview on white background

This text has color #B2D7DD on white background.



Black color preview on #B2D7DD background

This text has black color on #B2D7DD background.


White color preview on #B2D7DD background

This text has white color on #B2D7DD background.