COLOR #B1CDD5

HEX: #B1CDD5
RGB: (177,205,213)

Color info

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

RGB color model

#B1CDD5 color RGB value is (177,205,213).

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

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 213 of 255 = 84%

177
205
213

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

Portions of RGB colors in percentages

R + G + B =
177 + 205 + 213 = 595 (100%)
R 177 of 595 ~ 29.75%
G 205 of 595 ~ 34.45%
B 213 of 595 ~ 35.8%

%29.75
%34.45
%35.8

CMYK color model

#B1CDD5 color CMYK value is (17,4,0,16).

  • cyan value is 16.90%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(17,4,0,16)
C17M4Y0K16 
(17%,4%,0%,16%)
(0.17/0.04/0.00/0.16)	

CMYK percentages

%16.9
%3.76
%0
%16.47

Codes

Color #B1CDD5 in popluar color models

B1CDD5
RGB177205213
HSL193°30.00%76.47%
HSB/HSV193°16.90%83.53%
CMYK16.90%3.76%0.00%
16.47%

Color #B1CDD5 in popluar number systems.

HEXB1CDD5
Decimal177205213
Binary101100011100110111010101
Octal261315325

Shades and tints

Shades of #B1CDD5

#B1CDD5
(177,205,213)
#A1BBC2
(161,187,194)
#91A9AF
(145,169,175)
#81979C
(129,151,156)
#718589
(113,133,137)
#617376
(97,115,118)
#516163
(81,97,99)
#414F50
(65,79,80)
#313D3D
(49,61,61)
#212B2A
(33,43,42)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #B1CDD5

#B1CDD5
(177,205,213)
#B8D1D8
(184,209,216)
#BFD5DB
(191,213,219)
#C6D9DE
(198,217,222)
#CDDDE1
(205,221,225)
#D4E1E4
(212,225,228)
#DBE5E7
(219,229,231)
#E2E9EA
(226,233,234)
#E9EDED
(233,237,237)
#F0F1F0
(240,241,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CDD5; }

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

This text font color is #B1CDD5.


Background Color

.myBgColor { background-color: #B1CDD5; }

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

This div background color is #B1CDD5.


Border color

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

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

This div border color is #B1CDD5.


Opacity

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

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

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

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

This text has shadow with #B1CDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CDD5 on black background.


Color preview on white background

This text has color #B1CDD5 on white background.



Black color preview on #B1CDD5 background

This text has black color on #B1CDD5 background.


White color preview on #B1CDD5 background

This text has white color on #B1CDD5 background.