COLOR #B2C9DA

HEX: #B2C9DA
RGB: (178,201,218)

Color info

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

RGB color model

#B2C9DA color RGB value is (178,201,218).

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

RGB channels and saturation

R 178 of 255 = 70%
G 201 of 255 = 79%
B 218 of 255 = 85%

178
201
218

R + G + B ~ 78%. #B2C9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 201 + 218 = 597 (100%)
R 178 of 597 ~ 29.82%
G 201 of 597 ~ 33.67%
B 218 of 597 ~ 36.52%

%29.82
%33.67
%36.52

CMYK color model

#B2C9DA color CMYK value is (18,8,0,15).

  • cyan value is 18.35%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(18,8,0,15)
C18M8Y0K15 
(18%,8%,0%,15%)
(0.18/0.08/0.00/0.15)	

CMYK percentages

%18.35
%7.8
%0
%14.51

Codes

Color #B2C9DA in popluar color models

B2C9DA
RGB178201218
HSL206°35.09%77.65%
HSB/HSV206°18.35%85.49%
CMYK18.35%7.80%0.00%
14.51%

Color #B2C9DA in popluar number systems.

HEXB2C9DA
Decimal178201218
Binary101100101100100111011010
Octal262311332

Shades and tints

Shades of #B2C9DA

#B2C9DA
(178,201,218)
#A2B7C7
(162,183,199)
#92A5B4
(146,165,180)
#8293A1
(130,147,161)
#72818E
(114,129,142)
#626F7B
(98,111,123)
#525D68
(82,93,104)
#424B55
(66,75,85)
#323942
(50,57,66)
#22272F
(34,39,47)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #B2C9DA

#B2C9DA
(178,201,218)
#B9CDDD
(185,205,221)
#C0D1E0
(192,209,224)
#C7D5E3
(199,213,227)
#CED9E6
(206,217,230)
#D5DDE9
(213,221,233)
#DCE1EC
(220,225,236)
#E3E5EF
(227,229,239)
#EAE9F2
(234,233,242)
#F1EDF5
(241,237,245)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C9DA; }

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

This text font color is #B2C9DA.


Background Color

.myBgColor { background-color: #B2C9DA; }

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

This div background color is #B2C9DA.


Border color

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

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

This div border color is #B2C9DA.


Opacity

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

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

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

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

This text has shadow with #B2C9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C9DA on black background.


Color preview on white background

This text has color #B2C9DA on white background.



Black color preview on #B2C9DA background

This text has black color on #B2C9DA background.


White color preview on #B2C9DA background

This text has white color on #B2C9DA background.