COLOR #B1DAC8

HEX: #B1DAC8
RGB: (177,218,200)

Color info

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

RGB color model

#B1DAC8 color RGB value is (177,218,200).

  • red value is 177;
  • green value is 218;
  • blue value is 200.
RGB:
(177,218,200)
(69%,85%,78%)

RGB channels and saturation

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

177
218
200

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

Portions of RGB colors in percentages

R + G + B =
177 + 218 + 200 = 595 (100%)
R 177 of 595 ~ 29.75%
G 218 of 595 ~ 36.64%
B 200 of 595 ~ 33.61%

%29.75
%36.64
%33.61

CMYK color model

#B1DAC8 color CMYK value is (19,0,8,15).

  • cyan value is 18.81%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 14.51%
CMYK:
(19,0,8,15)
C19M0Y8K15 
(19%,0%,8%,15%)
(0.19/0.00/0.08/0.15)	

CMYK percentages

%18.81
%0
%8.26
%14.51

Codes

Color #B1DAC8 in popluar color models

B1DAC8
RGB177218200
HSL154°35.65%77.45%
HSB/HSV154°18.81%85.49%
CMYK18.81%0.00%8.26%
14.51%

Color #B1DAC8 in popluar number systems.

HEXB1DAC8
Decimal177218200
Binary101100011101101011001000
Octal261332310

Shades and tints

Shades of #B1DAC8

#B1DAC8
(177,218,200)
#A1C7B6
(161,199,182)
#91B4A4
(145,180,164)
#81A192
(129,161,146)
#718E80
(113,142,128)
#617B6E
(97,123,110)
#51685C
(81,104,92)
#41554A
(65,85,74)
#314238
(49,66,56)
#212F26
(33,47,38)
#111C14
(17,28,20)
#000000
(0,0,0)

Tints of #B1DAC8

#B1DAC8
(177,218,200)
#B8DDCD
(184,221,205)
#BFE0D2
(191,224,210)
#C6E3D7
(198,227,215)
#CDE6DC
(205,230,220)
#D4E9E1
(212,233,225)
#DBECE6
(219,236,230)
#E2EFEB
(226,239,235)
#E9F2F0
(233,242,240)
#F0F5F5
(240,245,245)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DAC8; }

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

This text font color is #B1DAC8.


Background Color

.myBgColor { background-color: #B1DAC8; }

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

This div background color is #B1DAC8.


Border color

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

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

This div border color is #B1DAC8.


Opacity

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

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

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

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

This text has shadow with #B1DAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DAC8 on black background.


Color preview on white background

This text has color #B1DAC8 on white background.



Black color preview on #B1DAC8 background

This text has black color on #B1DAC8 background.


White color preview on #B1DAC8 background

This text has white color on #B1DAC8 background.