COLOR #B1D3CD

HEX: #B1D3CD
RGB: (177,211,205)

Color info

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

RGB color model

#B1D3CD color RGB value is (177,211,205).

  • red value is 177;
  • green value is 211;
  • blue value is 205.
RGB:
(177,211,205)
(69%,83%,80%)

RGB channels and saturation

R 177 of 255 = 69%
G 211 of 255 = 83%
B 205 of 255 = 80%

177
211
205

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

Portions of RGB colors in percentages

R + G + B =
177 + 211 + 205 = 593 (100%)
R 177 of 593 ~ 29.85%
G 211 of 593 ~ 35.58%
B 205 of 593 ~ 34.57%

%29.85
%35.58
%34.57

CMYK color model

#B1D3CD color CMYK value is (16,0,3,17).

  • cyan value is 16.11%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 17.25%
CMYK:
(16,0,3,17)
C16M0Y3K17 
(16%,0%,3%,17%)
(0.16/0.00/0.03/0.17)	

CMYK percentages

%16.11
%0
%2.84
%17.25

Codes

Color #B1D3CD in popluar color models

B1D3CD
RGB177211205
HSL169°27.87%76.08%
HSB/HSV169°16.11%82.75%
CMYK16.11%0.00%2.84%
17.25%

Color #B1D3CD in popluar number systems.

HEXB1D3CD
Decimal177211205
Binary101100011101001111001101
Octal261323315

Shades and tints

Shades of #B1D3CD

#B1D3CD
(177,211,205)
#A1C0BB
(161,192,187)
#91ADA9
(145,173,169)
#819A97
(129,154,151)
#718785
(113,135,133)
#617473
(97,116,115)
#516161
(81,97,97)
#414E4F
(65,78,79)
#313B3D
(49,59,61)
#21282B
(33,40,43)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #B1D3CD

#B1D3CD
(177,211,205)
#B8D7D1
(184,215,209)
#BFDBD5
(191,219,213)
#C6DFD9
(198,223,217)
#CDE3DD
(205,227,221)
#D4E7E1
(212,231,225)
#DBEBE5
(219,235,229)
#E2EFE9
(226,239,233)
#E9F3ED
(233,243,237)
#F0F7F1
(240,247,241)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D3CD; }

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

This text font color is #B1D3CD.


Background Color

.myBgColor { background-color: #B1D3CD; }

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

This div background color is #B1D3CD.


Border color

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

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

This div border color is #B1D3CD.


Opacity

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

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

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

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

This text has shadow with #B1D3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D3CD on black background.


Color preview on white background

This text has color #B1D3CD on white background.



Black color preview on #B1D3CD background

This text has black color on #B1D3CD background.


White color preview on #B1D3CD background

This text has white color on #B1D3CD background.