COLOR #B9C6DD

HEX: #B9C6DD RGB: (185,198,221)

Color info

#B9C6DD contains red, green and blue colors in about the same proportion. Web safe color of #B9C6DD is #CCCCCC (or #CCC).

RGB color model

#B9C6DD color RGB value is (185,198,221).

RGB: (185,198,221) (73%, 78%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 198 of 255 = 78%
B 221 of 255 = 87%

185
198
221

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

Portions of RGB colors in percentages

R + G + B = 185 + 198 + 221 = 604 (100%)
R 185 of 604 ~ 30.63%
G 198 of 604 ~ 32.78%
B 221 of 604 ~ 36.59'%

%30.63
%32.78
%36.59

CMYK color model

#B9C6DD color CMYK value is (16,10,0,13).

  • cyan value is 16.29%
  • magenta value is 10.41%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (16,10,0,13) C16M10Y0K13 (16%,10%,0%,13%) (0.16/0.10/0.00/0.13) 

CMYK percentages

%16.29
%10.41
%0
%13.33

Codes

Color #B9C6DD in popluar color models

B9 C6 DD
RGB 185 198 221
HSL 218° 34.62% 79.61%
HSB/HSV 218° 16.29% 86.67%
CMYK 16.29% 10.41% 0.00%
13.33%

Color #B9C6DD in popluar number systems.

HEX B9 C6 DD
Decimal 185 198 221
Binary 10111001 11000110 11011101
Octal 271 306 335

Shades and tints

Shades of #B9C6DD

#B9C6DD
(185,198,221)
#A9B4C9
(169,180,201)
#99A2B5
(153,162,181)
#8990A1
(137,144,161)
#797E8D
(121,126,141)
#696C79
(105,108,121)
#595A65
(89,90,101)
#494851
(73,72,81)
#39363D
(57,54,61)
#292429
(41,36,41)
#191215
(25,18,21)
#000000
(0,0,0)

Tints of #B9C6DD

#B9C6DD
(185,198,221)
#BFCBE0
(191,203,224)
#C5D0E3
(197,208,227)
#CBD5E6
(203,213,230)
#D1DAE9
(209,218,233)
#D7DFEC
(215,223,236)
#DDE4EF
(221,228,239)
#E3E9F2
(227,233,242)
#E9EEF5
(233,238,245)
#EFF3F8
(239,243,248)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C6DD color. Also use rgb(185,198,221) instead hex code.

Text Font Color

.myTextColor { color: #B9C6DD; }

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

This text font color is #B9C6DD.

Background Color

.myBgColor { background-color: #B9C6DD; }

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

This div background color is #B9C6DD.

Border color

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

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

This div border color is #B9C6DD.

Opacity

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

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

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

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

This text has shadow with #B9C6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C6DD.

Preview

Color preview on black background

This text has color #B9C6DD on black background.


Color preview on white background

This text has color #B9C6DD on white background.


Black color preview on #B9C6DD background

This text has black color on #B9C6DD background.


White color preview on #B9C6DD background

This text has white color on #B9C6DD background.


Related colors

Complementary color

Complementary color for #hex is #463922.


I love getcolorcode.com

Triadic colors

1 #DDB9C6 and #C6DDB9 with #B9C6DD are triadic colors.

2 #DDC6B9 and #C6B9DD with #B9C6DD are triadic colors.