COLOR #BBD3EB

HEX: #BBD3EB RGB: (187,211,235)

Color info

#BBD3EB contains red, green and blue colors in about the same proportion. Web safe color of #BBD3EB is #CCCCFF (or #CCF).

RGB color model

#BBD3EB color RGB value is (187,211,235).

RGB: (187,211,235) (73%, 83%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 211 of 255 = 83%
B 235 of 255 = 92%

187
211
235

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

Portions of RGB colors in percentages

R + G + B = 187 + 211 + 235 = 633 (100%)
R 187 of 633 ~ 29.54%
G 211 of 633 ~ 33.33%
B 235 of 633 ~ 37.12'%

%29.54
%33.33
%37.12

CMYK color model

#BBD3EB color CMYK value is (20,10,0,8).

  • cyan value is 20.43%
  • magenta value is 10.21%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (20,10,0,8)
C20M10Y0K8 (20%, 10%, 0%, 8%)
(0.20 / 0.10 / 0.00 / 0.08)

CMYK percentages

%20.43
%10.21
%0
%7.84

Codes

Color #BBD3EB in popluar color models

BB D3 EB
RGB 187 211 235
HSL 210° 54.55% 82.75%
HSB/HSV 210° 20.43% 92.16%
CMYK 20.43% 10.21% 0.00%
7.84%

Color #BBD3EB in popluar number systems.

HEX BB D3 EB
Decimal 187 211 235
Binary 10111011 11010011 11101011
Octal 273 323 353

Shades and tints

Shades of #BBD3EB

#BBD3EB
(187,211,235)
#AAC0D6
(170,192,214)
#99ADC1
(153,173,193)
#889AAC
(136,154,172)
#778797
(119,135,151)
#667482
(102,116,130)
#55616D
(85,97,109)
#444E58
(68,78,88)
#333B43
(51,59,67)
#22282E
(34,40,46)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #BBD3EB

#BBD3EB
(187,211,235)
#C1D7EC
(193,215,236)
#C7DBED
(199,219,237)
#CDDFEE
(205,223,238)
#D3E3EF
(211,227,239)
#D9E7F0
(217,231,240)
#DFEBF1
(223,235,241)
#E5EFF2
(229,239,242)
#EBF3F3
(235,243,243)
#F1F7F4
(241,247,244)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD3EB color. Also use rgb(187,211,235) instead hex code.

Text Font Color

.myTextColor { color: #BBD3EB; }

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

This text font color is #BBD3EB.

Background Color

.myBgColor { background-color: #BBD3EB; }

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

This div background color is #BBD3EB.

Border color

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

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

This div border color is #BBD3EB.

Opacity

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

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

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

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

This text has shadow with #BBD3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD3EB.

Preview

Color preview on black background

This text has color #BBD3EB on black background.


Color preview on white background

This text has color #BBD3EB on white background.


Black color preview on #BBD3EB background

This text has black color on #BBD3EB background.


White color preview on #BBD3EB background

This text has white color on #BBD3EB background.


Related colors

Complementary color

Complementary color for #hex is #442C14.


I love getcolorcode.com

Triadic colors

1 #EBBBD3 and #D3EBBB with #BBD3EB are triadic colors.

2 #EBD3BB and #D3BBEB with #BBD3EB are triadic colors.