COLOR #BBD3CD

HEX: #BBD3CD RGB: (187,211,205)

Color info

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

RGB color model

#BBD3CD color RGB value is (187,211,205).

RGB: (187,211,205) (73%, 83%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 211 of 255 = 83%
B 205 of 255 = 80%

187
211
205

R + G + B ~ 79%. #BBD3CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 211 + 205 = 603 (100%)
R 187 of 603 ~ 31.01%
G 211 of 603 ~ 34.99%
B 205 of 603 ~ 34'%

%31.01
%34.99
%34

CMYK color model

#BBD3CD color CMYK value is (11,0,3,17).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 17.25%

CMYK: (11,0,3,17)
C11M0Y3K17 (11%, 0%, 3%, 17%)
(0.11 / 0.00 / 0.03 / 0.17)

CMYK percentages

%11.37
%0
%2.84
%17.25

Codes

Color #BBD3CD in popluar color models

BB D3 CD
RGB 187 211 205
HSL 165° 21.43% 78.04%
HSB/HSV 165° 11.37% 82.75%
CMYK 11.37% 0.00% 2.84%
17.25%

Color #BBD3CD in popluar number systems.

HEX BB D3 CD
Decimal 187 211 205
Binary 10111011 11010011 11001101
Octal 273 323 315

Shades and tints

Shades of #BBD3CD

#BBD3CD
(187,211,205)
#AAC0BB
(170,192,187)
#99ADA9
(153,173,169)
#889A97
(136,154,151)
#778785
(119,135,133)
#667473
(102,116,115)
#556161
(85,97,97)
#444E4F
(68,78,79)
#333B3D
(51,59,61)
#22282B
(34,40,43)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #BBD3CD

#BBD3CD
(187,211,205)
#C1D7D1
(193,215,209)
#C7DBD5
(199,219,213)
#CDDFD9
(205,223,217)
#D3E3DD
(211,227,221)
#D9E7E1
(217,231,225)
#DFEBE5
(223,235,229)
#E5EFE9
(229,239,233)
#EBF3ED
(235,243,237)
#F1F7F1
(241,247,241)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD3CD; }

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

This text font color is #BBD3CD.

Background Color

.myBgColor { background-color: #BBD3CD; }

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

This div background color is #BBD3CD.

Border color

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

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

This div border color is #BBD3CD.

Opacity

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

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

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

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

This text has shadow with #BBD3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD3CD.

Preview

Color preview on black background

This text has color #BBD3CD on black background.


Color preview on white background

This text has color #BBD3CD on white background.


Black color preview on #BBD3CD background

This text has black color on #BBD3CD background.


White color preview on #BBD3CD background

This text has white color on #BBD3CD background.


Related colors

Complementary color

Complementary color for #hex is #442C32.


I love getcolorcode.com

Triadic colors

1 #CDBBD3 and #D3CDBB with #BBD3CD are triadic colors.

2 #CDD3BB and #D3BBCD with #BBD3CD are triadic colors.