COLOR #BBDBE3

HEX: #BBDBE3 RGB: (187,219,227)

Color info

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

RGB color model

#BBDBE3 color RGB value is (187,219,227).

RGB: (187,219,227) (73%, 86%, 89%)

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 227 of 255 = 89%

187
219
227

R + G + B ~ 83%. #BBDBE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 219 + 227 = 633 (100%)
R 187 of 633 ~ 29.54%
G 219 of 633 ~ 34.6%
B 227 of 633 ~ 35.86'%

%29.54
%34.6
%35.86

CMYK color model

#BBDBE3 color CMYK value is (18,4,0,11).

  • cyan value is 17.62%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (18,4,0,11)
C18M4Y0K11 (18%, 4%, 0%, 11%)
(0.18 / 0.04 / 0.00 / 0.11)

CMYK percentages

%17.62
%3.52
%0
%10.98

Codes

Color #BBDBE3 in popluar color models

BB DB E3
RGB 187 219 227
HSL 192° 41.67% 81.18%
HSB/HSV 192° 17.62% 89.02%
CMYK 17.62% 3.52% 0.00%
10.98%

Color #BBDBE3 in popluar number systems.

HEX BB DB E3
Decimal 187 219 227
Binary 10111011 11011011 11100011
Octal 273 333 343

Shades and tints

Shades of #BBDBE3

#BBDBE3
(187,219,227)
#AAC8CF
(170,200,207)
#99B5BB
(153,181,187)
#88A2A7
(136,162,167)
#778F93
(119,143,147)
#667C7F
(102,124,127)
#55696B
(85,105,107)
#445657
(68,86,87)
#334343
(51,67,67)
#22302F
(34,48,47)
#111D1B
(17,29,27)
#000000
(0,0,0)

Tints of #BBDBE3

#BBDBE3
(187,219,227)
#C1DEE5
(193,222,229)
#C7E1E7
(199,225,231)
#CDE4E9
(205,228,233)
#D3E7EB
(211,231,235)
#D9EAED
(217,234,237)
#DFEDEF
(223,237,239)
#E5F0F1
(229,240,241)
#EBF3F3
(235,243,243)
#F1F6F5
(241,246,245)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDBE3 color. Also use rgb(187,219,227) instead hex code.

Text Font Color

.myTextColor { color: #BBDBE3; }

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

This text font color is #BBDBE3.

Background Color

.myBgColor { background-color: #BBDBE3; }

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

This div background color is #BBDBE3.

Border color

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

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

This div border color is #BBDBE3.

Opacity

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

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

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

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

This text has shadow with #BBDBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDBE3.

Preview

Color preview on black background

This text has color #BBDBE3 on black background.


Color preview on white background

This text has color #BBDBE3 on white background.


Black color preview on #BBDBE3 background

This text has black color on #BBDBE3 background.


White color preview on #BBDBE3 background

This text has white color on #BBDBE3 background.


Related colors

Complementary color

Complementary color for #hex is #44241C.


I love getcolorcode.com

Triadic colors

1 #E3BBDB and #DBE3BB with #BBDBE3 are triadic colors.

2 #E3DBBB and #DBBBE3 with #BBDBE3 are triadic colors.