COLOR #B1CEDA

HEX: #B1CEDA RGB: (177,206,218)

Color info

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

RGB color model

#B1CEDA color RGB value is (177,206,218).

RGB: (177,206,218) (69%, 81%, 85%)

RGB channels and saturation

R 177 of 255 = 69%
G 206 of 255 = 81%
B 218 of 255 = 85%

177
206
218

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

Portions of RGB colors in percentages

R + G + B = 177 + 206 + 218 = 601 (100%)
R 177 of 601 ~ 29.45%
G 206 of 601 ~ 34.28%
B 218 of 601 ~ 36.27'%

%29.45
%34.28
%36.27

CMYK color model

#B1CEDA color CMYK value is (19,6,0,15).

  • cyan value is 18.81%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (19,6,0,15) C19M6Y0K15 (19%,6%,0%,15%) (0.19/0.06/0.00/0.15) 

CMYK percentages

%18.81
%5.5
%0
%14.51

Codes

Color #B1CEDA in popluar color models

B1 CE DA
RGB 177 206 218
HSL 198° 35.65% 77.45%
HSB/HSV 198° 18.81% 85.49%
CMYK 18.81% 5.50% 0.00%
14.51%

Color #B1CEDA in popluar number systems.

HEX B1 CE DA
Decimal 177 206 218
Binary 10110001 11001110 11011010
Octal 261 316 332

Shades and tints

Shades of #B1CEDA

#B1CEDA
(177,206,218)
#A1BCC7
(161,188,199)
#91AAB4
(145,170,180)
#8198A1
(129,152,161)
#71868E
(113,134,142)
#61747B
(97,116,123)
#516268
(81,98,104)
#415055
(65,80,85)
#313E42
(49,62,66)
#212C2F
(33,44,47)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #B1CEDA

#B1CEDA
(177,206,218)
#B8D2DD
(184,210,221)
#BFD6E0
(191,214,224)
#C6DAE3
(198,218,227)
#CDDEE6
(205,222,230)
#D4E2E9
(212,226,233)
#DBE6EC
(219,230,236)
#E2EAEF
(226,234,239)
#E9EEF2
(233,238,242)
#F0F2F5
(240,242,245)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CEDA color. Also use rgb(177,206,218) instead hex code.

Text Font Color

.myTextColor { color: #B1CEDA; }

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

This text font color is #B1CEDA.

Background Color

.myBgColor { background-color: #B1CEDA; }

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

This div background color is #B1CEDA.

Border color

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

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

This div border color is #B1CEDA.

Opacity

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

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

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

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

This text has shadow with #B1CEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CEDA.

Preview

Color preview on black background

This text has color #B1CEDA on black background.


Color preview on white background

This text has color #B1CEDA on white background.


Black color preview on #B1CEDA background

This text has black color on #B1CEDA background.


White color preview on #B1CEDA background

This text has white color on #B1CEDA background.


Related colors

Complementary color

Complementary color for #hex is #4E3125.


I love getcolorcode.com

Triadic colors

1 #DAB1CE and #CEDAB1 with #B1CEDA are triadic colors.

2 #DACEB1 and #CEB1DA with #B1CEDA are triadic colors.