COLOR #BDDBCB

HEX: #BDDBCB RGB: (189,219,203)

Color info

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

RGB color model

#BDDBCB color RGB value is (189,219,203).

RGB: (189,219,203) (74%, 86%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 219 of 255 = 86%
B 203 of 255 = 80%

189
219
203

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

Portions of RGB colors in percentages

R + G + B = 189 + 219 + 203 = 611 (100%)
R 189 of 611 ~ 30.93%
G 219 of 611 ~ 35.84%
B 203 of 611 ~ 33.22'%

%30.93
%35.84
%33.22

CMYK color model

#BDDBCB color CMYK value is (14,0,7,14).

  • cyan value is 13.70%
  • magenta value is 0.00%
  • yellow value is 7.31%
  • key color value is 14.12%
CMYK: (14,0,7,14) C14M0Y7K14 (14%,0%,7%,14%) (0.14/0.00/0.07/0.14) 

CMYK percentages

%13.7
%0
%7.31
%14.12

Codes

Color #BDDBCB in popluar color models

BD DB CB
RGB 189 219 203
HSL 148° 29.41% 80.00%
HSB/HSV 148° 13.70% 85.88%
CMYK 13.70% 0.00% 7.31%
14.12%

Color #BDDBCB in popluar number systems.

HEX BD DB CB
Decimal 189 219 203
Binary 10111101 11011011 11001011
Octal 275 333 313

Shades and tints

Shades of #BDDBCB

#BDDBCB
(189,219,203)
#ACC8B9
(172,200,185)
#9BB5A7
(155,181,167)
#8AA295
(138,162,149)
#798F83
(121,143,131)
#687C71
(104,124,113)
#57695F
(87,105,95)
#46564D
(70,86,77)
#35433B
(53,67,59)
#243029
(36,48,41)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #BDDBCB

#BDDBCB
(189,219,203)
#C3DECF
(195,222,207)
#C9E1D3
(201,225,211)
#CFE4D7
(207,228,215)
#D5E7DB
(213,231,219)
#DBEADF
(219,234,223)
#E1EDE3
(225,237,227)
#E7F0E7
(231,240,231)
#EDF3EB
(237,243,235)
#F3F6EF
(243,246,239)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDBCB color. Also use rgb(189,219,203) instead hex code.

Text Font Color

.myTextColor { color: #BDDBCB; }

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

This text font color is #BDDBCB.

Background Color

.myBgColor { background-color: #BDDBCB; }

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

This div background color is #BDDBCB.

Border color

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

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

This div border color is #BDDBCB.

Opacity

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

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

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

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

This text has shadow with #BDDBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDDBCB.

Preview

Color preview on black background

This text has color #BDDBCB on black background.


Color preview on white background

This text has color #BDDBCB on white background.


Black color preview on #BDDBCB background

This text has black color on #BDDBCB background.


White color preview on #BDDBCB background

This text has white color on #BDDBCB background.


Related colors

Complementary color

Complementary color for #hex is #422434.


I love getcolorcode.com

Triadic colors

1 #CBBDDB and #DBCBBD with #BDDBCB are triadic colors.

2 #CBDBBD and #DBBDCB with #BDDBCB are triadic colors.