COLOR #B1CFDE

HEX: #B1CFDE
RGB: (177,207,222)

Color info

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

RGB color model

#B1CFDE color RGB value is (177,207,222).

  • red value is 177;
  • green value is 207;
  • blue value is 222.
RGB:
(177,207,222)
(69%,81%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 207 of 255 = 81%
B 222 of 255 = 87%

177
207
222

R + G + B ~ 79%. #B1CFDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 207 + 222 = 606 (100%)
R 177 of 606 ~ 29.21%
G 207 of 606 ~ 34.16%
B 222 of 606 ~ 36.63%

%29.21
%34.16
%36.63

CMYK color model

#B1CFDE color CMYK value is (20,7,0,13).

  • cyan value is 20.27%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(20,7,0,13)
C20M7Y0K13 
(20%,7%,0%,13%)
(0.20/0.07/0.00/0.13)	

CMYK percentages

%20.27
%6.76
%0
%12.94

Codes

Color #B1CFDE in popluar color models

B1CFDE
RGB177207222
HSL200°40.54%78.24%
HSB/HSV200°20.27%87.06%
CMYK20.27%6.76%0.00%
12.94%

Color #B1CFDE in popluar number systems.

HEXB1CFDE
Decimal177207222
Binary101100011100111111011110
Octal261317336

Shades and tints

Shades of #B1CFDE

#B1CFDE
(177,207,222)
#A1BDCA
(161,189,202)
#91ABB6
(145,171,182)
#8199A2
(129,153,162)
#71878E
(113,135,142)
#61757A
(97,117,122)
#516366
(81,99,102)
#415152
(65,81,82)
#313F3E
(49,63,62)
#212D2A
(33,45,42)
#111B16
(17,27,22)
#000000
(0,0,0)

Tints of #B1CFDE

#B1CFDE
(177,207,222)
#B8D3E1
(184,211,225)
#BFD7E4
(191,215,228)
#C6DBE7
(198,219,231)
#CDDFEA
(205,223,234)
#D4E3ED
(212,227,237)
#DBE7F0
(219,231,240)
#E2EBF3
(226,235,243)
#E9EFF6
(233,239,246)
#F0F3F9
(240,243,249)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CFDE color. Also use rgb(177,207,222) instead hex code.

Text Font Color

.myTextColor { color: #B1CFDE; }

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

This text font color is #B1CFDE.


Background Color

.myBgColor { background-color: #B1CFDE; }

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

This div background color is #B1CFDE.


Border color

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

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

This div border color is #B1CFDE.


Opacity

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

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

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

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

This text has shadow with #B1CFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CFDE on black background.


Color preview on white background

This text has color #B1CFDE on white background.



Black color preview on #B1CFDE background

This text has black color on #B1CFDE background.


White color preview on #B1CFDE background

This text has white color on #B1CFDE background.