COLOR #BDD6BB

HEX: #BDD6BB
RGB: (189,214,187)

Color info

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

RGB color model

#BDD6BB color RGB value is (189,214,187).

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

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 187 of 255 = 73%

189
214
187

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

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 187 = 590 (100%)
R 189 of 590 ~ 32.03%
G 214 of 590 ~ 36.27%
B 187 of 590 ~ 31.69%

%32.03
%36.27
%31.69

CMYK color model

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

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

CMYK percentages

%11.68
%0
%12.62
%16.08

Codes

Color #BDD6BB in popluar color models

BDD6BB
RGB189214187
HSL116°24.77%78.63%
HSB/HSV116°12.62%83.92%
CMYK11.68%0.00%12.62%
16.08%

Color #BDD6BB in popluar number systems.

HEXBDD6BB
Decimal189214187
Binary101111011101011010111011
Octal275326273

Shades and tints

Shades of #BDD6BB

#BDD6BB
(189,214,187)
#ACC3AA
(172,195,170)
#9BB099
(155,176,153)
#8A9D88
(138,157,136)
#798A77
(121,138,119)
#687766
(104,119,102)
#576455
(87,100,85)
#465144
(70,81,68)
#353E33
(53,62,51)
#242B22
(36,43,34)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #BDD6BB

#BDD6BB
(189,214,187)
#C3D9C1
(195,217,193)
#C9DCC7
(201,220,199)
#CFDFCD
(207,223,205)
#D5E2D3
(213,226,211)
#DBE5D9
(219,229,217)
#E1E8DF
(225,232,223)
#E7EBE5
(231,235,229)
#EDEEEB
(237,238,235)
#F3F1F1
(243,241,241)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD6BB; }

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

This text font color is #BDD6BB.


Background Color

.myBgColor { background-color: #BDD6BB; }

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

This div background color is #BDD6BB.


Border color

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

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

This div border color is #BDD6BB.


Opacity

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

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

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

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

This text has shadow with #BDD6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD6BB on black background.


Color preview on white background

This text has color #BDD6BB on white background.



Black color preview on #BDD6BB background

This text has black color on #BDD6BB background.


White color preview on #BDD6BB background

This text has white color on #BDD6BB background.