COLOR #B9DDC3

HEX: #B9DDC3
RGB: (185,221,195)

Color info

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

RGB color model

#B9DDC3 color RGB value is (185,221,195).

  • red value is 185;
  • green value is 221;
  • blue value is 195.
RGB:
(185,221,195)
(73%,87%,76%)

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 195 of 255 = 76%

185
221
195

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

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 195 = 601 (100%)
R 185 of 601 ~ 30.78%
G 221 of 601 ~ 36.77%
B 195 of 601 ~ 32.45%

%30.78
%36.77
%32.45

CMYK color model

#B9DDC3 color CMYK value is (16,0,12,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 13.33%
CMYK:
(16,0,12,13)
C16M0Y12K13 
(16%,0%,12%,13%)
(0.16/0.00/0.12/0.13)	

CMYK percentages

%16.29
%0
%11.76
%13.33

Codes

Color #B9DDC3 in popluar color models

B9DDC3
RGB185221195
HSL137°34.62%79.61%
HSB/HSV137°16.29%86.67%
CMYK16.29%0.00%11.76%
13.33%

Color #B9DDC3 in popluar number systems.

HEXB9DDC3
Decimal185221195
Binary101110011101110111000011
Octal271335303

Shades and tints

Shades of #B9DDC3

#B9DDC3
(185,221,195)
#A9C9B2
(169,201,178)
#99B5A1
(153,181,161)
#89A190
(137,161,144)
#798D7F
(121,141,127)
#69796E
(105,121,110)
#59655D
(89,101,93)
#49514C
(73,81,76)
#393D3B
(57,61,59)
#29292A
(41,41,42)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #B9DDC3

#B9DDC3
(185,221,195)
#BFE0C8
(191,224,200)
#C5E3CD
(197,227,205)
#CBE6D2
(203,230,210)
#D1E9D7
(209,233,215)
#D7ECDC
(215,236,220)
#DDEFE1
(221,239,225)
#E3F2E6
(227,242,230)
#E9F5EB
(233,245,235)
#EFF8F0
(239,248,240)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DDC3; }

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

This text font color is #B9DDC3.


Background Color

.myBgColor { background-color: #B9DDC3; }

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

This div background color is #B9DDC3.


Border color

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

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

This div border color is #B9DDC3.


Opacity

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

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

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

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

This text has shadow with #B9DDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DDC3 on black background.


Color preview on white background

This text has color #B9DDC3 on white background.



Black color preview on #B9DDC3 background

This text has black color on #B9DDC3 background.


White color preview on #B9DDC3 background

This text has white color on #B9DDC3 background.