COLOR #B1D4CD

HEX: #B1D4CD
RGB: (177,212,205)

Color info

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

RGB color model

#B1D4CD color RGB value is (177,212,205).

  • red value is 177;
  • green value is 212;
  • blue value is 205.
RGB:
(177,212,205)
(69%,83%,80%)

RGB channels and saturation

R 177 of 255 = 69%
G 212 of 255 = 83%
B 205 of 255 = 80%

177
212
205

R + G + B ~ 77%. #B1D4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 212 + 205 = 594 (100%)
R 177 of 594 ~ 29.8%
G 212 of 594 ~ 35.69%
B 205 of 594 ~ 34.51%

%29.8
%35.69
%34.51

CMYK color model

#B1D4CD color CMYK value is (17,0,3,17).

  • cyan value is 16.51%
  • magenta value is 0.00%
  • yellow value is 3.30%
  • key color value is 16.86%
CMYK:
(17,0,3,17)
C17M0Y3K17 
(17%,0%,3%,17%)
(0.17/0.00/0.03/0.17)	

CMYK percentages

%16.51
%0
%3.3
%16.86

Codes

Color #B1D4CD in popluar color models

B1D4CD
RGB177212205
HSL168°28.93%76.27%
HSB/HSV168°16.51%83.14%
CMYK16.51%0.00%3.30%
16.86%

Color #B1D4CD in popluar number systems.

HEXB1D4CD
Decimal177212205
Binary101100011101010011001101
Octal261324315

Shades and tints

Shades of #B1D4CD

#B1D4CD
(177,212,205)
#A1C1BB
(161,193,187)
#91AEA9
(145,174,169)
#819B97
(129,155,151)
#718885
(113,136,133)
#617573
(97,117,115)
#516261
(81,98,97)
#414F4F
(65,79,79)
#313C3D
(49,60,61)
#21292B
(33,41,43)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #B1D4CD

#B1D4CD
(177,212,205)
#B8D7D1
(184,215,209)
#BFDAD5
(191,218,213)
#C6DDD9
(198,221,217)
#CDE0DD
(205,224,221)
#D4E3E1
(212,227,225)
#DBE6E5
(219,230,229)
#E2E9E9
(226,233,233)
#E9ECED
(233,236,237)
#F0EFF1
(240,239,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D4CD color. Also use rgb(177,212,205) instead hex code.

Text Font Color

.myTextColor { color: #B1D4CD; }

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

This text font color is #B1D4CD.


Background Color

.myBgColor { background-color: #B1D4CD; }

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

This div background color is #B1D4CD.


Border color

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

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

This div border color is #B1D4CD.


Opacity

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

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

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

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

This text has shadow with #B1D4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D4CD on black background.


Color preview on white background

This text has color #B1D4CD on white background.



Black color preview on #B1D4CD background

This text has black color on #B1D4CD background.


White color preview on #B1D4CD background

This text has white color on #B1D4CD background.