COLOR #BDD7BC

HEX: #BDD7BC
RGB: (189,215,188)

Color info

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

RGB color model

#BDD7BC color RGB value is (189,215,188).

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

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 188 of 255 = 74%

189
215
188

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

Portions of RGB colors in percentages

R + G + B =
189 + 215 + 188 = 592 (100%)
R 189 of 592 ~ 31.93%
G 215 of 592 ~ 36.32%
B 188 of 592 ~ 31.76%

%31.93
%36.32
%31.76

CMYK color model

#BDD7BC color CMYK value is (12,0,13,16).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 15.69%
CMYK:
(12,0,13,16)
C12M0Y13K16 
(12%,0%,13%,16%)
(0.12/0.00/0.13/0.16)	

CMYK percentages

%12.09
%0
%12.56
%15.69

Codes

Color #BDD7BC in popluar color models

BDD7BC
RGB189215188
HSL118°25.23%79.02%
HSB/HSV118°12.56%84.31%
CMYK12.09%0.00%12.56%
15.69%

Color #BDD7BC in popluar number systems.

HEXBDD7BC
Decimal189215188
Binary101111011101011110111100
Octal275327274

Shades and tints

Shades of #BDD7BC

#BDD7BC
(189,215,188)
#ACC4AB
(172,196,171)
#9BB19A
(155,177,154)
#8A9E89
(138,158,137)
#798B78
(121,139,120)
#687867
(104,120,103)
#576556
(87,101,86)
#465245
(70,82,69)
#353F34
(53,63,52)
#242C23
(36,44,35)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #BDD7BC

#BDD7BC
(189,215,188)
#C3DAC2
(195,218,194)
#C9DDC8
(201,221,200)
#CFE0CE
(207,224,206)
#D5E3D4
(213,227,212)
#DBE6DA
(219,230,218)
#E1E9E0
(225,233,224)
#E7ECE6
(231,236,230)
#EDEFEC
(237,239,236)
#F3F2F2
(243,242,242)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD7BC; }

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

This text font color is #BDD7BC.


Background Color

.myBgColor { background-color: #BDD7BC; }

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

This div background color is #BDD7BC.


Border color

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

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

This div border color is #BDD7BC.


Opacity

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

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

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

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

This text has shadow with #BDD7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD7BC on black background.


Color preview on white background

This text has color #BDD7BC on white background.



Black color preview on #BDD7BC background

This text has black color on #BDD7BC background.


White color preview on #BDD7BC background

This text has white color on #BDD7BC background.