COLOR #B1DDC4

HEX: #B1DDC4 RGB: (177,221,196)

Color info

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

RGB color model

#B1DDC4 color RGB value is (177,221,196).

RGB: (177,221,196) (69%, 87%, 77%)

RGB channels and saturation

R 177 of 255 = 69%
G 221 of 255 = 87%
B 196 of 255 = 77%

177
221
196

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

Portions of RGB colors in percentages

R + G + B = 177 + 221 + 196 = 594 (100%)
R 177 of 594 ~ 29.8%
G 221 of 594 ~ 37.21%
B 196 of 594 ~ 33'%

%29.8
%37.21
%33

CMYK color model

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

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

CMYK: (20,0,11,13)
C20M0Y11K13 (20%, 0%, 11%, 13%)
(0.20 / 0.00 / 0.11 / 0.13)

CMYK percentages

%19.91
%0
%11.31
%13.33

Codes

Color #B1DDC4 in popluar color models

B1 DD C4
RGB 177 221 196
HSL 146° 39.29% 78.04%
HSB/HSV 146° 19.91% 86.67%
CMYK 19.91% 0.00% 11.31%
13.33%

Color #B1DDC4 in popluar number systems.

HEX B1 DD C4
Decimal 177 221 196
Binary 10110001 11011101 11000100
Octal 261 335 304

Shades and tints

Shades of #B1DDC4

#B1DDC4
(177,221,196)
#A1C9B3
(161,201,179)
#91B5A2
(145,181,162)
#81A191
(129,161,145)
#718D80
(113,141,128)
#61796F
(97,121,111)
#51655E
(81,101,94)
#41514D
(65,81,77)
#313D3C
(49,61,60)
#21292B
(33,41,43)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #B1DDC4

#B1DDC4
(177,221,196)
#B8E0C9
(184,224,201)
#BFE3CE
(191,227,206)
#C6E6D3
(198,230,211)
#CDE9D8
(205,233,216)
#D4ECDD
(212,236,221)
#DBEFE2
(219,239,226)
#E2F2E7
(226,242,231)
#E9F5EC
(233,245,236)
#F0F8F1
(240,248,241)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DDC4; }

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

This text font color is #B1DDC4.

Background Color

.myBgColor { background-color: #B1DDC4; }

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

This div background color is #B1DDC4.

Border color

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

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

This div border color is #B1DDC4.

Opacity

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

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

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

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

This text has shadow with #B1DDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DDC4.

Preview

Color preview on black background

This text has color #B1DDC4 on black background.


Color preview on white background

This text has color #B1DDC4 on white background.


Black color preview on #B1DDC4 background

This text has black color on #B1DDC4 background.


White color preview on #B1DDC4 background

This text has white color on #B1DDC4 background.


Related colors

Complementary color

Complementary color for #hex is #4E223B.


I love getcolorcode.com

Triadic colors

1 #C4B1DD and #DDC4B1 with #B1DDC4 are triadic colors.

2 #C4DDB1 and #DDB1C4 with #B1DDC4 are triadic colors.