COLOR #B1DDDE

HEX: #B1DDDE RGB: (177,221,222)

Color info

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

RGB color model

#B1DDDE color RGB value is (177,221,222).

RGB: (177,221,222) (69%, 87%, 87%)

RGB channels and saturation

R 177 of 255 = 69%
G 221 of 255 = 87%
B 222 of 255 = 87%

177
221
222

R + G + B ~ 81%. #B1DDDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 221 + 222 = 620 (100%)
R 177 of 620 ~ 28.55%
G 221 of 620 ~ 35.65%
B 222 of 620 ~ 35.81'%

%28.55
%35.65
%35.81

CMYK color model

#B1DDDE color CMYK value is (20,0,0,13).

  • cyan value is 20.27%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (20,0,0,13) C20M0Y0K13 (20%,0%,0%,13%) (0.20/0.00/0.00/0.13) 

CMYK percentages

%20.27
%0.45
%0
%12.94

Codes

Color #B1DDDE in popluar color models

B1 DD DE
RGB 177 221 222
HSL 181° 40.54% 78.24%
HSB/HSV 181° 20.27% 87.06%
CMYK 20.27% 0.45% 0.00%
12.94%

Color #B1DDDE in popluar number systems.

HEX B1 DD DE
Decimal 177 221 222
Binary 10110001 11011101 11011110
Octal 261 335 336

Shades and tints

Shades of #B1DDDE

#B1DDDE
(177,221,222)
#A1C9CA
(161,201,202)
#91B5B6
(145,181,182)
#81A1A2
(129,161,162)
#718D8E
(113,141,142)
#61797A
(97,121,122)
#516566
(81,101,102)
#415152
(65,81,82)
#313D3E
(49,61,62)
#21292A
(33,41,42)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #B1DDDE

#B1DDDE
(177,221,222)
#B8E0E1
(184,224,225)
#BFE3E4
(191,227,228)
#C6E6E7
(198,230,231)
#CDE9EA
(205,233,234)
#D4ECED
(212,236,237)
#DBEFF0
(219,239,240)
#E2F2F3
(226,242,243)
#E9F5F6
(233,245,246)
#F0F8F9
(240,248,249)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DDDE color. Also use rgb(177,221,222) instead hex code.

Text Font Color

.myTextColor { color: #B1DDDE; }

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

This text font color is #B1DDDE.

Background Color

.myBgColor { background-color: #B1DDDE; }

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

This div background color is #B1DDDE.

Border color

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

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

This div border color is #B1DDDE.

Opacity

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

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

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

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

This text has shadow with #B1DDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DDDE.

Preview

Color preview on black background

This text has color #B1DDDE on black background.


Color preview on white background

This text has color #B1DDDE on white background.


Black color preview on #B1DDDE background

This text has black color on #B1DDDE background.


White color preview on #B1DDDE background

This text has white color on #B1DDDE background.


Related colors

Complementary color

Complementary color for #hex is #4E2221.


I love getcolorcode.com

Triadic colors

1 #DEB1DD and #DDDEB1 with #B1DDDE are triadic colors.

2 #DEDDB1 and #DDB1DE with #B1DDDE are triadic colors.