COLOR #B9D3CD

HEX: #B9D3CD RGB: (185,211,205)

Color info

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

RGB color model

#B9D3CD color RGB value is (185,211,205).

RGB: (185,211,205) (73%, 83%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 211 of 255 = 83%
B 205 of 255 = 80%

185
211
205

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

Portions of RGB colors in percentages

R + G + B = 185 + 211 + 205 = 601 (100%)
R 185 of 601 ~ 30.78%
G 211 of 601 ~ 35.11%
B 205 of 601 ~ 34.11'%

%30.78
%35.11
%34.11

CMYK color model

#B9D3CD color CMYK value is (12,0,3,17).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 17.25%

CMYK: (12,0,3,17)
C12M0Y3K17 (12%, 0%, 3%, 17%)
(0.12 / 0.00 / 0.03 / 0.17)

CMYK percentages

%12.32
%0
%2.84
%17.25

Codes

Color #B9D3CD in popluar color models

B9 D3 CD
RGB 185 211 205
HSL 166° 22.81% 77.65%
HSB/HSV 166° 12.32% 82.75%
CMYK 12.32% 0.00% 2.84%
17.25%

Color #B9D3CD in popluar number systems.

HEX B9 D3 CD
Decimal 185 211 205
Binary 10111001 11010011 11001101
Octal 271 323 315

Shades and tints

Shades of #B9D3CD

#B9D3CD
(185,211,205)
#A9C0BB
(169,192,187)
#99ADA9
(153,173,169)
#899A97
(137,154,151)
#798785
(121,135,133)
#697473
(105,116,115)
#596161
(89,97,97)
#494E4F
(73,78,79)
#393B3D
(57,59,61)
#29282B
(41,40,43)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #B9D3CD

#B9D3CD
(185,211,205)
#BFD7D1
(191,215,209)
#C5DBD5
(197,219,213)
#CBDFD9
(203,223,217)
#D1E3DD
(209,227,221)
#D7E7E1
(215,231,225)
#DDEBE5
(221,235,229)
#E3EFE9
(227,239,233)
#E9F3ED
(233,243,237)
#EFF7F1
(239,247,241)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D3CD color. Also use rgb(185,211,205) instead hex code.

Text Font Color

.myTextColor { color: #B9D3CD; }

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

This text font color is #B9D3CD.

Background Color

.myBgColor { background-color: #B9D3CD; }

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

This div background color is #B9D3CD.

Border color

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

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

This div border color is #B9D3CD.

Opacity

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

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

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

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

This text has shadow with #B9D3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D3CD.

Preview

Color preview on black background

This text has color #B9D3CD on black background.


Color preview on white background

This text has color #B9D3CD on white background.


Black color preview on #B9D3CD background

This text has black color on #B9D3CD background.


White color preview on #B9D3CD background

This text has white color on #B9D3CD background.


Related colors

Complementary color

Complementary color for #hex is #462C32.


I love getcolorcode.com

Triadic colors

1 #CDB9D3 and #D3CDB9 with #B9D3CD are triadic colors.

2 #CDD3B9 and #D3B9CD with #B9D3CD are triadic colors.