COLOR #B1CDC3

HEX: #B1CDC3
RGB: (177,205,195)

Color info

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

RGB color model

#B1CDC3 color RGB value is (177,205,195).

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

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 195 of 255 = 76%

177
205
195

R + G + B ~ 75%. #B1CDC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 205 + 195 = 577 (100%)
R 177 of 577 ~ 30.68%
G 205 of 577 ~ 35.53%
B 195 of 577 ~ 33.8%

%30.68
%35.53
%33.8

CMYK color model

#B1CDC3 color CMYK value is (14,0,5,20).

  • cyan value is 13.66%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 19.61%
CMYK:
(14,0,5,20)
C14M0Y5K20 
(14%,0%,5%,20%)
(0.14/0.00/0.05/0.20)	

CMYK percentages

%13.66
%0
%4.88
%19.61

Codes

Color #B1CDC3 in popluar color models

B1CDC3
RGB177205195
HSL159°21.88%74.90%
HSB/HSV159°13.66%80.39%
CMYK13.66%0.00%4.88%
19.61%

Color #B1CDC3 in popluar number systems.

HEXB1CDC3
Decimal177205195
Binary101100011100110111000011
Octal261315303

Shades and tints

Shades of #B1CDC3

#B1CDC3
(177,205,195)
#A1BBB2
(161,187,178)
#91A9A1
(145,169,161)
#819790
(129,151,144)
#71857F
(113,133,127)
#61736E
(97,115,110)
#51615D
(81,97,93)
#414F4C
(65,79,76)
#313D3B
(49,61,59)
#212B2A
(33,43,42)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #B1CDC3

#B1CDC3
(177,205,195)
#B8D1C8
(184,209,200)
#BFD5CD
(191,213,205)
#C6D9D2
(198,217,210)
#CDDDD7
(205,221,215)
#D4E1DC
(212,225,220)
#DBE5E1
(219,229,225)
#E2E9E6
(226,233,230)
#E9EDEB
(233,237,235)
#F0F1F0
(240,241,240)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CDC3; }

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

This text font color is #B1CDC3.


Background Color

.myBgColor { background-color: #B1CDC3; }

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

This div background color is #B1CDC3.


Border color

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

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

This div border color is #B1CDC3.


Opacity

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

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

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

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

This text has shadow with #B1CDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CDC3 on black background.


Color preview on white background

This text has color #B1CDC3 on white background.



Black color preview on #B1CDC3 background

This text has black color on #B1CDC3 background.


White color preview on #B1CDC3 background

This text has white color on #B1CDC3 background.