COLOR #BDD6BF

HEX: #BDD6BF
RGB: (189,214,191)

Color info

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

RGB color model

#BDD6BF color RGB value is (189,214,191).

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

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 191 of 255 = 75%

189
214
191

R + G + B ~ 78%. #BDD6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 191 = 594 (100%)
R 189 of 594 ~ 31.82%
G 214 of 594 ~ 36.03%
B 191 of 594 ~ 32.15%

%31.82
%36.03
%32.15

CMYK color model

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

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 10.75%
  • key color value is 16.08%
CMYK:
(12,0,11,16)
C12M0Y11K16 
(12%,0%,11%,16%)
(0.12/0.00/0.11/0.16)	

CMYK percentages

%11.68
%0
%10.75
%16.08

Codes

Color #BDD6BF in popluar color models

BDD6BF
RGB189214191
HSL125°23.36%79.02%
HSB/HSV125°11.68%83.92%
CMYK11.68%0.00%10.75%
16.08%

Color #BDD6BF in popluar number systems.

HEXBDD6BF
Decimal189214191
Binary101111011101011010111111
Octal275326277

Shades and tints

Shades of #BDD6BF

#BDD6BF
(189,214,191)
#ACC3AE
(172,195,174)
#9BB09D
(155,176,157)
#8A9D8C
(138,157,140)
#798A7B
(121,138,123)
#68776A
(104,119,106)
#576459
(87,100,89)
#465148
(70,81,72)
#353E37
(53,62,55)
#242B26
(36,43,38)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #BDD6BF

#BDD6BF
(189,214,191)
#C3D9C4
(195,217,196)
#C9DCC9
(201,220,201)
#CFDFCE
(207,223,206)
#D5E2D3
(213,226,211)
#DBE5D8
(219,229,216)
#E1E8DD
(225,232,221)
#E7EBE2
(231,235,226)
#EDEEE7
(237,238,231)
#F3F1EC
(243,241,236)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD6BF; }

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

This text font color is #BDD6BF.


Background Color

.myBgColor { background-color: #BDD6BF; }

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

This div background color is #BDD6BF.


Border color

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

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

This div border color is #BDD6BF.


Opacity

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

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

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

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

This text has shadow with #BDD6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD6BF on black background.


Color preview on white background

This text has color #BDD6BF on white background.



Black color preview on #BDD6BF background

This text has black color on #BDD6BF background.


White color preview on #BDD6BF background

This text has white color on #BDD6BF background.