COLOR #BDD4B6

HEX: #BDD4B6
RGB: (189,212,182)

Color info

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

RGB color model

#BDD4B6 color RGB value is (189,212,182).

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

RGB channels and saturation

R 189 of 255 = 74%
G 212 of 255 = 83%
B 182 of 255 = 71%

189
212
182

R + G + B ~ 76%. #BDD4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 212 + 182 = 583 (100%)
R 189 of 583 ~ 32.42%
G 212 of 583 ~ 36.36%
B 182 of 583 ~ 31.22%

%32.42
%36.36
%31.22

CMYK color model

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

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 14.15%
  • key color value is 16.86%
CMYK:
(11,0,14,17)
C11M0Y14K17 
(11%,0%,14%,17%)
(0.11/0.00/0.14/0.17)	

CMYK percentages

%10.85
%0
%14.15
%16.86

Codes

Color #BDD4B6 in popluar color models

BDD4B6
RGB189212182
HSL106°25.86%77.25%
HSB/HSV106°14.15%83.14%
CMYK10.85%0.00%14.15%
16.86%

Color #BDD4B6 in popluar number systems.

HEXBDD4B6
Decimal189212182
Binary101111011101010010110110
Octal275324266

Shades and tints

Shades of #BDD4B6

#BDD4B6
(189,212,182)
#ACC1A6
(172,193,166)
#9BAE96
(155,174,150)
#8A9B86
(138,155,134)
#798876
(121,136,118)
#687566
(104,117,102)
#576256
(87,98,86)
#464F46
(70,79,70)
#353C36
(53,60,54)
#242926
(36,41,38)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #BDD4B6

#BDD4B6
(189,212,182)
#C3D7BC
(195,215,188)
#C9DAC2
(201,218,194)
#CFDDC8
(207,221,200)
#D5E0CE
(213,224,206)
#DBE3D4
(219,227,212)
#E1E6DA
(225,230,218)
#E7E9E0
(231,233,224)
#EDECE6
(237,236,230)
#F3EFEC
(243,239,236)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD4B6; }

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

This text font color is #BDD4B6.


Background Color

.myBgColor { background-color: #BDD4B6; }

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

This div background color is #BDD4B6.


Border color

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

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

This div border color is #BDD4B6.


Opacity

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

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

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

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

This text has shadow with #BDD4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD4B6 on black background.


Color preview on white background

This text has color #BDD4B6 on white background.



Black color preview on #BDD4B6 background

This text has black color on #BDD4B6 background.


White color preview on #BDD4B6 background

This text has white color on #BDD4B6 background.