COLOR #B1CADC

HEX: #B1CADC RGB: (177,202,220)

Color info

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

RGB color model

#B1CADC color RGB value is (177,202,220).

RGB: (177,202,220) (69%, 79%, 86%)

RGB channels and saturation

R 177 of 255 = 69%
G 202 of 255 = 79%
B 220 of 255 = 86%

177
202
220

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

Portions of RGB colors in percentages

R + G + B = 177 + 202 + 220 = 599 (100%)
R 177 of 599 ~ 29.55%
G 202 of 599 ~ 33.72%
B 220 of 599 ~ 36.73'%

%29.55
%33.72
%36.73

CMYK color model

#B1CADC color CMYK value is (20,8,0,14).

  • cyan value is 19.55%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (20,8,0,14)
C20M8Y0K14 (20%, 8%, 0%, 14%)
(0.20 / 0.08 / 0.00 / 0.14)

CMYK percentages

%19.55
%8.18
%0
%13.73

Codes

Color #B1CADC in popluar color models

B1 CA DC
RGB 177 202 220
HSL 205° 38.05% 77.84%
HSB/HSV 205° 19.55% 86.27%
CMYK 19.55% 8.18% 0.00%
13.73%

Color #B1CADC in popluar number systems.

HEX B1 CA DC
Decimal 177 202 220
Binary 10110001 11001010 11011100
Octal 261 312 334

Shades and tints

Shades of #B1CADC

#B1CADC
(177,202,220)
#A1B8C8
(161,184,200)
#91A6B4
(145,166,180)
#8194A0
(129,148,160)
#71828C
(113,130,140)
#617078
(97,112,120)
#515E64
(81,94,100)
#414C50
(65,76,80)
#313A3C
(49,58,60)
#212828
(33,40,40)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #B1CADC

#B1CADC
(177,202,220)
#B8CEDF
(184,206,223)
#BFD2E2
(191,210,226)
#C6D6E5
(198,214,229)
#CDDAE8
(205,218,232)
#D4DEEB
(212,222,235)
#DBE2EE
(219,226,238)
#E2E6F1
(226,230,241)
#E9EAF4
(233,234,244)
#F0EEF7
(240,238,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CADC color. Also use rgb(177,202,220) instead hex code.

Text Font Color

.myTextColor { color: #B1CADC; }

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

This text font color is #B1CADC.

Background Color

.myBgColor { background-color: #B1CADC; }

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

This div background color is #B1CADC.

Border color

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

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

This div border color is #B1CADC.

Opacity

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

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

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

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

This text has shadow with #B1CADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CADC.

Preview

Color preview on black background

This text has color #B1CADC on black background.


Color preview on white background

This text has color #B1CADC on white background.


Black color preview on #B1CADC background

This text has black color on #B1CADC background.


White color preview on #B1CADC background

This text has white color on #B1CADC background.


Related colors

Complementary color

Complementary color for #hex is #4E3523.


I love getcolorcode.com

Triadic colors

1 #DCB1CA and #CADCB1 with #B1CADC are triadic colors.

2 #DCCAB1 and #CAB1DC with #B1CADC are triadic colors.