COLOR #B1D7D0

HEX: #B1D7D0
RGB: (177,215,208)

Color info

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

RGB color model

#B1D7D0 color RGB value is (177,215,208).

  • red value is 177;
  • green value is 215;
  • blue value is 208.
RGB:
(177,215,208)
(69%,84%,82%)

RGB channels and saturation

R 177 of 255 = 69%
G 215 of 255 = 84%
B 208 of 255 = 82%

177
215
208

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

Portions of RGB colors in percentages

R + G + B =
177 + 215 + 208 = 600 (100%)
R 177 of 600 ~ 29.5%
G 215 of 600 ~ 35.83%
B 208 of 600 ~ 34.67%

%29.5
%35.83
%34.67

CMYK color model

#B1D7D0 color CMYK value is (18,0,3,16).

  • cyan value is 17.67%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 15.69%
CMYK:
(18,0,3,16)
C18M0Y3K16 
(18%,0%,3%,16%)
(0.18/0.00/0.03/0.16)	

CMYK percentages

%17.67
%0
%3.26
%15.69

Codes

Color #B1D7D0 in popluar color models

B1D7D0
RGB177215208
HSL169°32.20%76.86%
HSB/HSV169°17.67%84.31%
CMYK17.67%0.00%3.26%
15.69%

Color #B1D7D0 in popluar number systems.

HEXB1D7D0
Decimal177215208
Binary101100011101011111010000
Octal261327320

Shades and tints

Shades of #B1D7D0

#B1D7D0
(177,215,208)
#A1C4BE
(161,196,190)
#91B1AC
(145,177,172)
#819E9A
(129,158,154)
#718B88
(113,139,136)
#617876
(97,120,118)
#516564
(81,101,100)
#415252
(65,82,82)
#313F40
(49,63,64)
#212C2E
(33,44,46)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #B1D7D0

#B1D7D0
(177,215,208)
#B8DAD4
(184,218,212)
#BFDDD8
(191,221,216)
#C6E0DC
(198,224,220)
#CDE3E0
(205,227,224)
#D4E6E4
(212,230,228)
#DBE9E8
(219,233,232)
#E2ECEC
(226,236,236)
#E9EFF0
(233,239,240)
#F0F2F4
(240,242,244)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D7D0; }

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

This text font color is #B1D7D0.


Background Color

.myBgColor { background-color: #B1D7D0; }

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

This div background color is #B1D7D0.


Border color

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

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

This div border color is #B1D7D0.


Opacity

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

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

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

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

This text has shadow with #B1D7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D7D0 on black background.


Color preview on white background

This text has color #B1D7D0 on white background.



Black color preview on #B1D7D0 background

This text has black color on #B1D7D0 background.


White color preview on #B1D7D0 background

This text has white color on #B1D7D0 background.