COLOR #B1DDC6

HEX: #B1DDC6 RGB: (177,221,198)

Color info

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

RGB color model

#B1DDC6 color RGB value is (177,221,198).

RGB: (177,221,198) (69%, 87%, 78%)

RGB channels and saturation

R 177 of 255 = 69%
G 221 of 255 = 87%
B 198 of 255 = 78%

177
221
198

R + G + B ~ 78%. #B1DDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 221 + 198 = 596 (100%)
R 177 of 596 ~ 29.7%
G 221 of 596 ~ 37.08%
B 198 of 596 ~ 33.22'%

%29.7
%37.08
%33.22

CMYK color model

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

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%

CMYK: (20,0,10,13)
C20M0Y10K13 (20%, 0%, 10%, 13%)
(0.20 / 0.00 / 0.10 / 0.13)

CMYK percentages

%19.91
%0
%10.41
%13.33

Codes

Color #B1DDC6 in popluar color models

B1 DD C6
RGB 177 221 198
HSL 149° 39.29% 78.04%
HSB/HSV 149° 19.91% 86.67%
CMYK 19.91% 0.00% 10.41%
13.33%

Color #B1DDC6 in popluar number systems.

HEX B1 DD C6
Decimal 177 221 198
Binary 10110001 11011101 11000110
Octal 261 335 306

Shades and tints

Shades of #B1DDC6

#B1DDC6
(177,221,198)
#A1C9B4
(161,201,180)
#91B5A2
(145,181,162)
#81A190
(129,161,144)
#718D7E
(113,141,126)
#61796C
(97,121,108)
#51655A
(81,101,90)
#415148
(65,81,72)
#313D36
(49,61,54)
#212924
(33,41,36)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #B1DDC6

#B1DDC6
(177,221,198)
#B8E0CB
(184,224,203)
#BFE3D0
(191,227,208)
#C6E6D5
(198,230,213)
#CDE9DA
(205,233,218)
#D4ECDF
(212,236,223)
#DBEFE4
(219,239,228)
#E2F2E9
(226,242,233)
#E9F5EE
(233,245,238)
#F0F8F3
(240,248,243)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DDC6; }

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

This text font color is #B1DDC6.

Background Color

.myBgColor { background-color: #B1DDC6; }

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

This div background color is #B1DDC6.

Border color

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

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

This div border color is #B1DDC6.

Opacity

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

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

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

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

This text has shadow with #B1DDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DDC6.

Preview

Color preview on black background

This text has color #B1DDC6 on black background.


Color preview on white background

This text has color #B1DDC6 on white background.


Black color preview on #B1DDC6 background

This text has black color on #B1DDC6 background.


White color preview on #B1DDC6 background

This text has white color on #B1DDC6 background.


Related colors

Complementary color

Complementary color for #hex is #4E2239.


I love getcolorcode.com

Triadic colors

1 #C6B1DD and #DDC6B1 with #B1DDC6 are triadic colors.

2 #C6DDB1 and #DDB1C6 with #B1DDC6 are triadic colors.