COLOR #B1D0EB

HEX: #B1D0EB
RGB: (177,208,235)

Color info

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

RGB color model

#B1D0EB color RGB value is (177,208,235).

  • red value is 177;
  • green value is 208;
  • blue value is 235.
RGB:
(177,208,235)
(69%,82%,92%)

RGB channels and saturation

R 177 of 255 = 69%
G 208 of 255 = 82%
B 235 of 255 = 92%

177
208
235

R + G + B ~ 81%. #B1D0EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 208 + 235 = 620 (100%)
R 177 of 620 ~ 28.55%
G 208 of 620 ~ 33.55%
B 235 of 620 ~ 37.9%

%28.55
%33.55
%37.9

CMYK color model

#B1D0EB color CMYK value is (25,11,0,8).

  • cyan value is 24.68%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,11,0,8)
C25M11Y0K8 
(25%,11%,0%,8%)
(0.25/0.11/0.00/0.08)	

CMYK percentages

%24.68
%11.49
%0
%7.84

Codes

Color #B1D0EB in popluar color models

B1D0EB
RGB177208235
HSL208°59.18%80.78%
HSB/HSV208°24.68%92.16%
CMYK24.68%11.49%0.00%
7.84%

Color #B1D0EB in popluar number systems.

HEXB1D0EB
Decimal177208235
Binary101100011101000011101011
Octal261320353

Shades and tints

Shades of #B1D0EB

#B1D0EB
(177,208,235)
#A1BED6
(161,190,214)
#91ACC1
(145,172,193)
#819AAC
(129,154,172)
#718897
(113,136,151)
#617682
(97,118,130)
#51646D
(81,100,109)
#415258
(65,82,88)
#314043
(49,64,67)
#212E2E
(33,46,46)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #B1D0EB

#B1D0EB
(177,208,235)
#B8D4EC
(184,212,236)
#BFD8ED
(191,216,237)
#C6DCEE
(198,220,238)
#CDE0EF
(205,224,239)
#D4E4F0
(212,228,240)
#DBE8F1
(219,232,241)
#E2ECF2
(226,236,242)
#E9F0F3
(233,240,243)
#F0F4F4
(240,244,244)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D0EB color. Also use rgb(177,208,235) instead hex code.

Text Font Color

.myTextColor { color: #B1D0EB; }

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

This text font color is #B1D0EB.


Background Color

.myBgColor { background-color: #B1D0EB; }

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

This div background color is #B1D0EB.


Border color

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

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

This div border color is #B1D0EB.


Opacity

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

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

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

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

This text has shadow with #B1D0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D0EB on black background.


Color preview on white background

This text has color #B1D0EB on white background.



Black color preview on #B1D0EB background

This text has black color on #B1D0EB background.


White color preview on #B1D0EB background

This text has white color on #B1D0EB background.