COLOR #B1E6FF

HEX: #B1E6FF
RGB: (177,230,255)

Renk bilgisi

#B1E6FF contains mainly green and blue colors. #B1E6FF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#B1E6FF color RGB value is (177,230,255).

  • kırmız ton 177;
  • yeşil ton 230;
  • mavi ton 255.
RGB:
(177,230,255)
(69%,90%,100%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 230 of 255 = 90%
B 255 of 255 = 100%

177
230
255

R + G + B ~ 86%. #B1E6FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 230 + 255 = 662 (100%)
R 177 of 662 ~ 26.74%
G 230 of 662 ~ 34.74%
B 255 of 662 ~ 38.52%

%26.74
%34.74
%38.52

CMYK RENK MODELİ

#B1E6FF rengi CMYK tonu (31,10,0,0).

  • camgöbeği tonu 30.59%
  • eflatun tonu 9.80%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(31,10,0,0)
C31M10Y0K0 
(31%,10%,0%,0%)
(0.31/0.10/0.00/0.00)	

CMYK yüzdeleri

%30.59
%9.8
%0
%0

Codes

Color #B1E6FF in popluar color models

B1E6FF
RGB177230255
HSL199°100.00%84.71%
HSB/HSV199°30.59%100.00%
CMYK30.59%9.80%0.00%
0.00%

Color #B1E6FF in popluar number systems.

HEXB1E6FF
Decimal177230255
Binary101100011110011011111111
Octal261346377

Shades and tints

Shades of #B1E6FF

#B1E6FF
(177,230,255)
#A1D2E8
(161,210,232)
#91BED1
(145,190,209)
#81AABA
(129,170,186)
#7196A3
(113,150,163)
#61828C
(97,130,140)
#516E75
(81,110,117)
#415A5E
(65,90,94)
#314647
(49,70,71)
#213230
(33,50,48)
#111E19
(17,30,25)
#000000
(0,0,0)

Tints of #B1E6FF

#B1E6FF
(177,230,255)
#B8E8FF
(184,232,255)
#BFEAFF
(191,234,255)
#C6ECFF
(198,236,255)
#CDEEFF
(205,238,255)
#D4F0FF
(212,240,255)
#DBF2FF
(219,242,255)
#E2F4FF
(226,244,255)
#E9F6FF
(233,246,255)
#F0F8FF
(240,248,255)
#F7FAFF
(247,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E6FF color. Also use rgb(177,230,255) instead hex code.

Text Font Color

.myTextColor { color: #B1E6FF; }

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

This text font color is #B1E6FF.


Background Color

.myBgColor { background-color: #B1E6FF; }

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

This div background color is #B1E6FF.


Border color

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

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

This div border color is #B1E6FF.


Opacity

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

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

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

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

This text has shadow with #B1E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E6FF on black background.


Color preview on white background

This text has color #B1E6FF on white background.



Black color preview on #B1E6FF background

This text has black color on #B1E6FF background.


White color preview on #B1E6FF background

This text has white color on #B1E6FF background.