COLOR #B1DCD7

HEX: #B1DCD7 RGB: (177,220,215)

Color info

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

RGB color model

#B1DCD7 color RGB value is (177,220,215).

RGB: (177,220,215) (69%, 86%, 84%)

RGB channels and saturation

R 177 of 255 = 69%
G 220 of 255 = 86%
B 215 of 255 = 84%

177
220
215

R + G + B ~ 80%. #B1DCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 220 + 215 = 612 (100%)
R 177 of 612 ~ 28.92%
G 220 of 612 ~ 35.95%
B 215 of 612 ~ 35.13'%

%28.92
%35.95
%35.13

CMYK color model

#B1DCD7 color CMYK value is (20,0,2,14).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 13.73%

CMYK: (20,0,2,14)
C20M0Y2K14 (20%, 0%, 2%, 14%)
(0.20 / 0.00 / 0.02 / 0.14)

CMYK percentages

%19.55
%0
%2.27
%13.73

Codes

Color #B1DCD7 in popluar color models

B1 DC D7
RGB 177 220 215
HSL 173° 38.05% 77.84%
HSB/HSV 173° 19.55% 86.27%
CMYK 19.55% 0.00% 2.27%
13.73%

Color #B1DCD7 in popluar number systems.

HEX B1 DC D7
Decimal 177 220 215
Binary 10110001 11011100 11010111
Octal 261 334 327

Shades and tints

Shades of #B1DCD7

#B1DCD7
(177,220,215)
#A1C8C4
(161,200,196)
#91B4B1
(145,180,177)
#81A09E
(129,160,158)
#718C8B
(113,140,139)
#617878
(97,120,120)
#516465
(81,100,101)
#415052
(65,80,82)
#313C3F
(49,60,63)
#21282C
(33,40,44)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #B1DCD7

#B1DCD7
(177,220,215)
#B8DFDA
(184,223,218)
#BFE2DD
(191,226,221)
#C6E5E0
(198,229,224)
#CDE8E3
(205,232,227)
#D4EBE6
(212,235,230)
#DBEEE9
(219,238,233)
#E2F1EC
(226,241,236)
#E9F4EF
(233,244,239)
#F0F7F2
(240,247,242)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DCD7 color. Also use rgb(177,220,215) instead hex code.

Text Font Color

.myTextColor { color: #B1DCD7; }

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

This text font color is #B1DCD7.

Background Color

.myBgColor { background-color: #B1DCD7; }

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

This div background color is #B1DCD7.

Border color

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

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

This div border color is #B1DCD7.

Opacity

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

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

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

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

This text has shadow with #B1DCD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DCD7.

Preview

Color preview on black background

This text has color #B1DCD7 on black background.


Color preview on white background

This text has color #B1DCD7 on white background.


Black color preview on #B1DCD7 background

This text has black color on #B1DCD7 background.


White color preview on #B1DCD7 background

This text has white color on #B1DCD7 background.


Related colors

Complementary color

Complementary color for #hex is #4E2328.


I love getcolorcode.com

Triadic colors

1 #D7B1DC and #DCD7B1 with #B1DCD7 are triadic colors.

2 #D7DCB1 and #DCB1D7 with #B1DCD7 are triadic colors.