COLOR #BDD4BC

HEX: #BDD4BC
RGB: (189,212,188)

Color info

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

RGB color model

#BDD4BC color RGB value is (189,212,188).

  • red value is 189;
  • green value is 212;
  • blue value is 188.
RGB:
(189,212,188)
(74%,83%,74%)

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 188 of 255 = 74%

189
212
188

R + G + B ~ 77%. #BDD4BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 188 = 589 (100%)
R 189 of 589 ~ 32.09%
G 212 of 589 ~ 35.99%
B 188 of 589 ~ 31.92%

%32.09
%35.99
%31.92

CMYK color model

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

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 11.32%
  • key color value is 16.86%
CMYK:
(11,0,11,17)
C11M0Y11K17 
(11%,0%,11%,17%)
(0.11/0.00/0.11/0.17)	

CMYK percentages

%10.85
%0
%11.32
%16.86

Codes

Color #BDD4BC in popluar color models

BDD4BC
RGB189212188
HSL118°21.82%78.43%
HSB/HSV118°11.32%83.14%
CMYK10.85%0.00%11.32%
16.86%

Color #BDD4BC in popluar number systems.

HEXBDD4BC
Decimal189212188
Binary101111011101010010111100
Octal275324274

Shades and tints

Shades of #BDD4BC

#BDD4BC
(189,212,188)
#ACC1AB
(172,193,171)
#9BAE9A
(155,174,154)
#8A9B89
(138,155,137)
#798878
(121,136,120)
#687567
(104,117,103)
#576256
(87,98,86)
#464F45
(70,79,69)
#353C34
(53,60,52)
#242923
(36,41,35)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDD4BC

#BDD4BC
(189,212,188)
#C3D7C2
(195,215,194)
#C9DAC8
(201,218,200)
#CFDDCE
(207,221,206)
#D5E0D4
(213,224,212)
#DBE3DA
(219,227,218)
#E1E6E0
(225,230,224)
#E7E9E6
(231,233,230)
#EDECEC
(237,236,236)
#F3EFF2
(243,239,242)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD4BC color. Also use rgb(189,212,188) instead hex code.

Text Font Color

.myTextColor { color: #BDD4BC; }

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

This text font color is #BDD4BC.


Background Color

.myBgColor { background-color: #BDD4BC; }

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

This div background color is #BDD4BC.


Border color

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

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

This div border color is #BDD4BC.


Opacity

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

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

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

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

This text has shadow with #BDD4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4BC on black background.


Color preview on white background

This text has color #BDD4BC on white background.



Black color preview on #BDD4BC background

This text has black color on #BDD4BC background.


White color preview on #BDD4BC background

This text has white color on #BDD4BC background.