COLOR #BDD6B4

HEX: #BDD6B4
RGB: (189,214,180)

Color info

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

RGB color model

#BDD6B4 color RGB value is (189,214,180).

  • red value is 189;
  • green value is 214;
  • blue value is 180.
RGB:
(189,214,180)
(74%,84%,71%)

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 180 of 255 = 71%

189
214
180

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

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 180 = 583 (100%)
R 189 of 583 ~ 32.42%
G 214 of 583 ~ 36.71%
B 180 of 583 ~ 30.87%

%32.42
%36.71
%30.87

CMYK color model

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

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 16.08%
CMYK:
(12,0,16,16)
C12M0Y16K16 
(12%,0%,16%,16%)
(0.12/0.00/0.16/0.16)	

CMYK percentages

%11.68
%0
%15.89
%16.08

Codes

Color #BDD6B4 in popluar color models

BDD6B4
RGB189214180
HSL104°29.31%77.25%
HSB/HSV104°15.89%83.92%
CMYK11.68%0.00%15.89%
16.08%

Color #BDD6B4 in popluar number systems.

HEXBDD6B4
Decimal189214180
Binary101111011101011010110100
Octal275326264

Shades and tints

Shades of #BDD6B4

#BDD6B4
(189,214,180)
#ACC3A4
(172,195,164)
#9BB094
(155,176,148)
#8A9D84
(138,157,132)
#798A74
(121,138,116)
#687764
(104,119,100)
#576454
(87,100,84)
#465144
(70,81,68)
#353E34
(53,62,52)
#242B24
(36,43,36)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #BDD6B4

#BDD6B4
(189,214,180)
#C3D9BA
(195,217,186)
#C9DCC0
(201,220,192)
#CFDFC6
(207,223,198)
#D5E2CC
(213,226,204)
#DBE5D2
(219,229,210)
#E1E8D8
(225,232,216)
#E7EBDE
(231,235,222)
#EDEEE4
(237,238,228)
#F3F1EA
(243,241,234)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD6B4 color. Also use rgb(189,214,180) instead hex code.

Text Font Color

.myTextColor { color: #BDD6B4; }

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

This text font color is #BDD6B4.


Background Color

.myBgColor { background-color: #BDD6B4; }

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

This div background color is #BDD6B4.


Border color

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

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

This div border color is #BDD6B4.


Opacity

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

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

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

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

This text has shadow with #BDD6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD6B4 on black background.


Color preview on white background

This text has color #BDD6B4 on white background.



Black color preview on #BDD6B4 background

This text has black color on #BDD6B4 background.


White color preview on #BDD6B4 background

This text has white color on #BDD6B4 background.