COLOR #BBDAC1

HEX: #BBDAC1
RGB: (187,218,193)

Color info

#BBDAC1 contains red, green and blue colors in about the same proportion. Web safe color of #BBDAC1 is #CCCCCC (or #CCC).

RGB color model

#BBDAC1 color RGB value is (187,218,193).

  • red value is 187;
  • green value is 218;
  • blue value is 193.
RGB:
(187,218,193)
(73%,85%,76%)

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 193 of 255 = 76%

187
218
193

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

Portions of RGB colors in percentages

R + G + B =
187 + 218 + 193 = 598 (100%)
R 187 of 598 ~ 31.27%
G 218 of 598 ~ 36.45%
B 193 of 598 ~ 32.27%

%31.27
%36.45
%32.27

CMYK color model

#BBDAC1 color CMYK value is (14,0,11,15).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 11.47%
  • key color value is 14.51%
CMYK:
(14,0,11,15)
C14M0Y11K15 
(14%,0%,11%,15%)
(0.14/0.00/0.11/0.15)	

CMYK percentages

%14.22
%0
%11.47
%14.51

Codes

Color #BBDAC1 in popluar color models

BBDAC1
RGB187218193
HSL132°29.52%79.41%
HSB/HSV132°14.22%85.49%
CMYK14.22%0.00%11.47%
14.51%

Color #BBDAC1 in popluar number systems.

HEXBBDAC1
Decimal187218193
Binary101110111101101011000001
Octal273332301

Shades and tints

Shades of #BBDAC1

#BBDAC1
(187,218,193)
#AAC7B0
(170,199,176)
#99B49F
(153,180,159)
#88A18E
(136,161,142)
#778E7D
(119,142,125)
#667B6C
(102,123,108)
#55685B
(85,104,91)
#44554A
(68,85,74)
#334239
(51,66,57)
#222F28
(34,47,40)
#111C17
(17,28,23)
#000000
(0,0,0)

Tints of #BBDAC1

#BBDAC1
(187,218,193)
#C1DDC6
(193,221,198)
#C7E0CB
(199,224,203)
#CDE3D0
(205,227,208)
#D3E6D5
(211,230,213)
#D9E9DA
(217,233,218)
#DFECDF
(223,236,223)
#E5EFE4
(229,239,228)
#EBF2E9
(235,242,233)
#F1F5EE
(241,245,238)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDAC1 color. Also use rgb(187,218,193) instead hex code.

Text Font Color

.myTextColor { color: #BBDAC1; }

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

This text font color is #BBDAC1.


Background Color

.myBgColor { background-color: #BBDAC1; }

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

This div background color is #BBDAC1.


Border color

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

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

This div border color is #BBDAC1.


Opacity

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

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

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

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

This text has shadow with #BBDAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDAC1 on black background.


Color preview on white background

This text has color #BBDAC1 on white background.



Black color preview on #BBDAC1 background

This text has black color on #BBDAC1 background.


White color preview on #BBDAC1 background

This text has white color on #BBDAC1 background.