COLOR #B2D0DF

HEX: #B2D0DF
RGB: (178,208,223)

Color info

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

RGB color model

#B2D0DF color RGB value is (178,208,223).

  • red value is 178;
  • green value is 208;
  • blue value is 223.
RGB:
(178,208,223)
(70%,82%,87%)

RGB channels and saturation

R 178 of 255 = 70%
G 208 of 255 = 82%
B 223 of 255 = 87%

178
208
223

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

Portions of RGB colors in percentages

R + G + B =
178 + 208 + 223 = 609 (100%)
R 178 of 609 ~ 29.23%
G 208 of 609 ~ 34.15%
B 223 of 609 ~ 36.62%

%29.23
%34.15
%36.62

CMYK color model

#B2D0DF color CMYK value is (20,7,0,13).

  • cyan value is 20.18%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(20,7,0,13)
C20M7Y0K13 
(20%,7%,0%,13%)
(0.20/0.07/0.00/0.13)	

CMYK percentages

%20.18
%6.73
%0
%12.55

Codes

Color #B2D0DF in popluar color models

B2D0DF
RGB178208223
HSL200°41.28%78.63%
HSB/HSV200°20.18%87.45%
CMYK20.18%6.73%0.00%
12.55%

Color #B2D0DF in popluar number systems.

HEXB2D0DF
Decimal178208223
Binary101100101101000011011111
Octal262320337

Shades and tints

Shades of #B2D0DF

#B2D0DF
(178,208,223)
#A2BECB
(162,190,203)
#92ACB7
(146,172,183)
#829AA3
(130,154,163)
#72888F
(114,136,143)
#62767B
(98,118,123)
#526467
(82,100,103)
#425253
(66,82,83)
#32403F
(50,64,63)
#222E2B
(34,46,43)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #B2D0DF

#B2D0DF
(178,208,223)
#B9D4E1
(185,212,225)
#C0D8E3
(192,216,227)
#C7DCE5
(199,220,229)
#CEE0E7
(206,224,231)
#D5E4E9
(213,228,233)
#DCE8EB
(220,232,235)
#E3ECED
(227,236,237)
#EAF0EF
(234,240,239)
#F1F4F1
(241,244,241)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D0DF color. Also use rgb(178,208,223) instead hex code.

Text Font Color

.myTextColor { color: #B2D0DF; }

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

This text font color is #B2D0DF.


Background Color

.myBgColor { background-color: #B2D0DF; }

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

This div background color is #B2D0DF.


Border color

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

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

This div border color is #B2D0DF.


Opacity

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

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

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

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

This text has shadow with #B2D0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D0DF on black background.


Color preview on white background

This text has color #B2D0DF on white background.



Black color preview on #B2D0DF background

This text has black color on #B2D0DF background.


White color preview on #B2D0DF background

This text has white color on #B2D0DF background.