COLOR #B1C6DA

HEX: #B1C6DA
RGB: (177,198,218)

Renk bilgisi

#B1C6DA contains red, green and blue colors in about the same proportion. #B1C6DA ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#B1C6DA color RGB value is (177,198,218).

  • kırmız ton 177;
  • yeşil ton 198;
  • mavi ton 218.
RGB:
(177,198,218)
(69%,78%,85%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 198 of 255 = 78%
B 218 of 255 = 85%

177
198
218

R + G + B ~ 77%. #B1C6DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 198 + 218 = 593 (100%)
R 177 of 593 ~ 29.85%
G 198 of 593 ~ 33.39%
B 218 of 593 ~ 36.76%

%29.85
%33.39
%36.76

CMYK RENK MODELİ

#B1C6DA rengi CMYK tonu (19,9,0,15).

  • camgöbeği tonu 18.81%
  • eflatun tonu 9.17%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(19,9,0,15)
C19M9Y0K15 
(19%,9%,0%,15%)
(0.19/0.09/0.00/0.15)	

CMYK yüzdeleri

%18.81
%9.17
%0
%14.51

Codes

Color #B1C6DA in popluar color models

B1C6DA
RGB177198218
HSL209°35.65%77.45%
HSB/HSV209°18.81%85.49%
CMYK18.81%9.17%0.00%
14.51%

Color #B1C6DA in popluar number systems.

HEXB1C6DA
Decimal177198218
Binary101100011100011011011010
Octal261306332

Shades and tints

Shades of #B1C6DA

#B1C6DA
(177,198,218)
#A1B4C7
(161,180,199)
#91A2B4
(145,162,180)
#8190A1
(129,144,161)
#717E8E
(113,126,142)
#616C7B
(97,108,123)
#515A68
(81,90,104)
#414855
(65,72,85)
#313642
(49,54,66)
#21242F
(33,36,47)
#11121C
(17,18,28)
#000000
(0,0,0)

Tints of #B1C6DA

#B1C6DA
(177,198,218)
#B8CBDD
(184,203,221)
#BFD0E0
(191,208,224)
#C6D5E3
(198,213,227)
#CDDAE6
(205,218,230)
#D4DFE9
(212,223,233)
#DBE4EC
(219,228,236)
#E2E9EF
(226,233,239)
#E9EEF2
(233,238,242)
#F0F3F5
(240,243,245)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C6DA; }

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

This text font color is #B1C6DA.


Background Color

.myBgColor { background-color: #B1C6DA; }

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

This div background color is #B1C6DA.


Border color

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

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

This div border color is #B1C6DA.


Opacity

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

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

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

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

This text has shadow with #B1C6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C6DA on black background.


Color preview on white background

This text has color #B1C6DA on white background.



Black color preview on #B1C6DA background

This text has black color on #B1C6DA background.


White color preview on #B1C6DA background

This text has white color on #B1C6DA background.