COLOR #B9D0C5

HEX: #B9D0C5 RGB: (185,208,197)

Color info

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

RGB color model

#B9D0C5 color RGB value is (185,208,197).

RGB: (185,208,197) (73%, 82%, 77%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 197 of 255 = 77%

185
208
197

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

Portions of RGB colors in percentages

R + G + B = 185 + 208 + 197 = 590 (100%)
R 185 of 590 ~ 31.36%
G 208 of 590 ~ 35.25%
B 197 of 590 ~ 33.39'%

%31.36
%35.25
%33.39

CMYK color model

#B9D0C5 color CMYK value is (11,0,5,18).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • key color value is 18.43%

CMYK: (11,0,5,18)
C11M0Y5K18 (11%, 0%, 5%, 18%)
(0.11 / 0.00 / 0.05 / 0.18)

CMYK percentages

%11.06
%0
%5.29
%18.43

Codes

Color #B9D0C5 in popluar color models

B9 D0 C5
RGB 185 208 197
HSL 151° 19.66% 77.06%
HSB/HSV 151° 11.06% 81.57%
CMYK 11.06% 0.00% 5.29%
18.43%

Color #B9D0C5 in popluar number systems.

HEX B9 D0 C5
Decimal 185 208 197
Binary 10111001 11010000 11000101
Octal 271 320 305

Shades and tints

Shades of #B9D0C5

#B9D0C5
(185,208,197)
#A9BEB4
(169,190,180)
#99ACA3
(153,172,163)
#899A92
(137,154,146)
#798881
(121,136,129)
#697670
(105,118,112)
#59645F
(89,100,95)
#49524E
(73,82,78)
#39403D
(57,64,61)
#292E2C
(41,46,44)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #B9D0C5

#B9D0C5
(185,208,197)
#BFD4CA
(191,212,202)
#C5D8CF
(197,216,207)
#CBDCD4
(203,220,212)
#D1E0D9
(209,224,217)
#D7E4DE
(215,228,222)
#DDE8E3
(221,232,227)
#E3ECE8
(227,236,232)
#E9F0ED
(233,240,237)
#EFF4F2
(239,244,242)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D0C5 color. Also use rgb(185,208,197) instead hex code.

Text Font Color

.myTextColor { color: #B9D0C5; }

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

This text font color is #B9D0C5.

Background Color

.myBgColor { background-color: #B9D0C5; }

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

This div background color is #B9D0C5.

Border color

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

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

This div border color is #B9D0C5.

Opacity

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

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

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

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

This text has shadow with #B9D0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D0C5.

Preview

Color preview on black background

This text has color #B9D0C5 on black background.


Color preview on white background

This text has color #B9D0C5 on white background.


Black color preview on #B9D0C5 background

This text has black color on #B9D0C5 background.


White color preview on #B9D0C5 background

This text has white color on #B9D0C5 background.


Related colors

Complementary color

Complementary color for #hex is #462F3A.


I love getcolorcode.com

Triadic colors

1 #C5B9D0 and #D0C5B9 with #B9D0C5 are triadic colors.

2 #C5D0B9 and #D0B9C5 with #B9D0C5 are triadic colors.