COLOR #B2D1D7

HEX: #B2D1D7
RGB: (178,209,215)

Color info

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

RGB color model

#B2D1D7 color RGB value is (178,209,215).

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

RGB channels and saturation

R 178 of 255 = 70%
G 209 of 255 = 82%
B 215 of 255 = 84%

178
209
215

R + G + B ~ 79%. #B2D1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 209 + 215 = 602 (100%)
R 178 of 602 ~ 29.57%
G 209 of 602 ~ 34.72%
B 215 of 602 ~ 35.71%

%29.57
%34.72
%35.71

CMYK color model

#B2D1D7 color CMYK value is (17,3,0,16).

  • cyan value is 17.21%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(17,3,0,16)
C17M3Y0K16 
(17%,3%,0%,16%)
(0.17/0.03/0.00/0.16)	

CMYK percentages

%17.21
%2.79
%0
%15.69

Codes

Color #B2D1D7 in popluar color models

B2D1D7
RGB178209215
HSL190°31.62%77.06%
HSB/HSV190°17.21%84.31%
CMYK17.21%2.79%0.00%
15.69%

Color #B2D1D7 in popluar number systems.

HEXB2D1D7
Decimal178209215
Binary101100101101000111010111
Octal262321327

Shades and tints

Shades of #B2D1D7

#B2D1D7
(178,209,215)
#A2BEC4
(162,190,196)
#92ABB1
(146,171,177)
#82989E
(130,152,158)
#72858B
(114,133,139)
#627278
(98,114,120)
#525F65
(82,95,101)
#424C52
(66,76,82)
#32393F
(50,57,63)
#22262C
(34,38,44)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #B2D1D7

#B2D1D7
(178,209,215)
#B9D5DA
(185,213,218)
#C0D9DD
(192,217,221)
#C7DDE0
(199,221,224)
#CEE1E3
(206,225,227)
#D5E5E6
(213,229,230)
#DCE9E9
(220,233,233)
#E3EDEC
(227,237,236)
#EAF1EF
(234,241,239)
#F1F5F2
(241,245,242)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D1D7; }

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

This text font color is #B2D1D7.


Background Color

.myBgColor { background-color: #B2D1D7; }

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

This div background color is #B2D1D7.


Border color

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

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

This div border color is #B2D1D7.


Opacity

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

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

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

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

This text has shadow with #B2D1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D1D7 on black background.


Color preview on white background

This text has color #B2D1D7 on white background.



Black color preview on #B2D1D7 background

This text has black color on #B2D1D7 background.


White color preview on #B2D1D7 background

This text has white color on #B2D1D7 background.