COLOR #BBDACE

HEX: #BBDACE
RGB: (187,218,206)

Color info

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

RGB color model

#BBDACE color RGB value is (187,218,206).

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

RGB channels and saturation

R 187 of 255 = 73%
G 218 of 255 = 85%
B 206 of 255 = 81%

187
218
206

R + G + B ~ 80%. #BBDACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 218 + 206 = 611 (100%)
R 187 of 611 ~ 30.61%
G 218 of 611 ~ 35.68%
B 206 of 611 ~ 33.72%

%30.61
%35.68
%33.72

CMYK color model

#BBDACE color CMYK value is (14,0,6,15).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(14,0,6,15)
C14M0Y6K15 
(14%,0%,6%,15%)
(0.14/0.00/0.06/0.15)	

CMYK percentages

%14.22
%0
%5.5
%14.51

Codes

Color #BBDACE in popluar color models

BBDACE
RGB187218206
HSL157°29.52%79.41%
HSB/HSV157°14.22%85.49%
CMYK14.22%0.00%5.50%
14.51%

Color #BBDACE in popluar number systems.

HEXBBDACE
Decimal187218206
Binary101110111101101011001110
Octal273332316

Shades and tints

Shades of #BBDACE

#BBDACE
(187,218,206)
#AAC7BC
(170,199,188)
#99B4AA
(153,180,170)
#88A198
(136,161,152)
#778E86
(119,142,134)
#667B74
(102,123,116)
#556862
(85,104,98)
#445550
(68,85,80)
#33423E
(51,66,62)
#222F2C
(34,47,44)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #BBDACE

#BBDACE
(187,218,206)
#C1DDD2
(193,221,210)
#C7E0D6
(199,224,214)
#CDE3DA
(205,227,218)
#D3E6DE
(211,230,222)
#D9E9E2
(217,233,226)
#DFECE6
(223,236,230)
#E5EFEA
(229,239,234)
#EBF2EE
(235,242,238)
#F1F5F2
(241,245,242)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDACE; }

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

This text font color is #BBDACE.


Background Color

.myBgColor { background-color: #BBDACE; }

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

This div background color is #BBDACE.


Border color

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

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

This div border color is #BBDACE.


Opacity

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

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

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

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

This text has shadow with #BBDACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDACE on black background.


Color preview on white background

This text has color #BBDACE on white background.



Black color preview on #BBDACE background

This text has black color on #BBDACE background.


White color preview on #BBDACE background

This text has white color on #BBDACE background.