COLOR #B1DCDA

HEX: #B1DCDA
RGB: (177,220,218)

Color info

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

RGB color model

#B1DCDA color RGB value is (177,220,218).

  • red value is 177;
  • green value is 220;
  • blue value is 218.
RGB:
(177,220,218)
(69%,86%,85%)

RGB channels and saturation

R 177 of 255 = 69%
G 220 of 255 = 86%
B 218 of 255 = 85%

177
220
218

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

Portions of RGB colors in percentages

R + G + B =
177 + 220 + 218 = 615 (100%)
R 177 of 615 ~ 28.78%
G 220 of 615 ~ 35.77%
B 218 of 615 ~ 35.45%

%28.78
%35.77
%35.45

CMYK color model

#B1DCDA color CMYK value is (20,0,1,14).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK:
(20,0,1,14)
C20M0Y1K14 
(20%,0%,1%,14%)
(0.20/0.00/0.01/0.14)	

CMYK percentages

%19.55
%0
%0.91
%13.73

Codes

Color #B1DCDA in popluar color models

B1DCDA
RGB177220218
HSL177°38.05%77.84%
HSB/HSV177°19.55%86.27%
CMYK19.55%0.00%0.91%
13.73%

Color #B1DCDA in popluar number systems.

HEXB1DCDA
Decimal177220218
Binary101100011101110011011010
Octal261334332

Shades and tints

Shades of #B1DCDA

#B1DCDA
(177,220,218)
#A1C8C7
(161,200,199)
#91B4B4
(145,180,180)
#81A0A1
(129,160,161)
#718C8E
(113,140,142)
#61787B
(97,120,123)
#516468
(81,100,104)
#415055
(65,80,85)
#313C42
(49,60,66)
#21282F
(33,40,47)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #B1DCDA

#B1DCDA
(177,220,218)
#B8DFDD
(184,223,221)
#BFE2E0
(191,226,224)
#C6E5E3
(198,229,227)
#CDE8E6
(205,232,230)
#D4EBE9
(212,235,233)
#DBEEEC
(219,238,236)
#E2F1EF
(226,241,239)
#E9F4F2
(233,244,242)
#F0F7F5
(240,247,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DCDA; }

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

This text font color is #B1DCDA.


Background Color

.myBgColor { background-color: #B1DCDA; }

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

This div background color is #B1DCDA.


Border color

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

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

This div border color is #B1DCDA.


Opacity

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

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

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

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

This text has shadow with #B1DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DCDA on black background.


Color preview on white background

This text has color #B1DCDA on white background.



Black color preview on #B1DCDA background

This text has black color on #B1DCDA background.


White color preview on #B1DCDA background

This text has white color on #B1DCDA background.