COLOR #B2C6D5

HEX: #B2C6D5 RGB: (178,198,213)

Color info

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

RGB color model

#B2C6D5 color RGB value is (178,198,213).

RGB: (178,198,213) (70%, 78%, 84%)

RGB channels and saturation

R 178 of 255 = 70%
G 198 of 255 = 78%
B 213 of 255 = 84%

178
198
213

R + G + B ~ 77%. #B2C6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 198 + 213 = 589 (100%)
R 178 of 589 ~ 30.22%
G 198 of 589 ~ 33.62%
B 213 of 589 ~ 36.16'%

%30.22
%33.62
%36.16

CMYK color model

#B2C6D5 color CMYK value is (16,7,0,16).

  • cyan value is 16.43%
  • magenta value is 7.04%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (16,7,0,16) C16M7Y0K16 (16%,7%,0%,16%) (0.16/0.07/0.00/0.16) 

CMYK percentages

%16.43
%7.04
%0
%16.47

Codes

Color #B2C6D5 in popluar color models

B2 C6 D5
RGB 178 198 213
HSL 206° 29.41% 76.67%
HSB/HSV 206° 16.43% 83.53%
CMYK 16.43% 7.04% 0.00%
16.47%

Color #B2C6D5 in popluar number systems.

HEX B2 C6 D5
Decimal 178 198 213
Binary 10110010 11000110 11010101
Octal 262 306 325

Shades and tints

Shades of #B2C6D5

#B2C6D5
(178,198,213)
#A2B4C2
(162,180,194)
#92A2AF
(146,162,175)
#82909C
(130,144,156)
#727E89
(114,126,137)
#626C76
(98,108,118)
#525A63
(82,90,99)
#424850
(66,72,80)
#32363D
(50,54,61)
#22242A
(34,36,42)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #B2C6D5

#B2C6D5
(178,198,213)
#B9CBD8
(185,203,216)
#C0D0DB
(192,208,219)
#C7D5DE
(199,213,222)
#CEDAE1
(206,218,225)
#D5DFE4
(213,223,228)
#DCE4E7
(220,228,231)
#E3E9EA
(227,233,234)
#EAEEED
(234,238,237)
#F1F3F0
(241,243,240)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C6D5 color. Also use rgb(178,198,213) instead hex code.

Text Font Color

.myTextColor { color: #B2C6D5; }

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

This text font color is #B2C6D5.

Background Color

.myBgColor { background-color: #B2C6D5; }

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

This div background color is #B2C6D5.

Border color

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

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

This div border color is #B2C6D5.

Opacity

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

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

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

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

This text has shadow with #B2C6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C6D5.

Preview

Color preview on black background

This text has color #B2C6D5 on black background.


Color preview on white background

This text has color #B2C6D5 on white background.


Black color preview on #B2C6D5 background

This text has black color on #B2C6D5 background.


White color preview on #B2C6D5 background

This text has white color on #B2C6D5 background.


Related colors

Complementary color

Complementary color for #hex is #4D392A.


I love getcolorcode.com

Triadic colors

1 #D5B2C6 and #C6D5B2 with #B2C6D5 are triadic colors.

2 #D5C6B2 and #C6B2D5 with #B2C6D5 are triadic colors.