COLOR #BDD5BF

HEX: #BDD5BF
RGB: (189,213,191)

Color info

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

RGB color model

#BDD5BF color RGB value is (189,213,191).

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

RGB channels and saturation

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

189
213
191

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

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 191 = 593 (100%)
R 189 of 593 ~ 31.87%
G 213 of 593 ~ 35.92%
B 191 of 593 ~ 32.21%

%31.87
%35.92
%32.21

CMYK color model

#BDD5BF color CMYK value is (11,0,10,16).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(11,0,10,16)
C11M0Y10K16 
(11%,0%,10%,16%)
(0.11/0.00/0.10/0.16)	

CMYK percentages

%11.27
%0
%10.33
%16.47

Codes

Color #BDD5BF in popluar color models

BDD5BF
RGB189213191
HSL125°22.22%78.82%
HSB/HSV125°11.27%83.53%
CMYK11.27%0.00%10.33%
16.47%

Color #BDD5BF in popluar number systems.

HEXBDD5BF
Decimal189213191
Binary101111011101010110111111
Octal275325277

Shades and tints

Shades of #BDD5BF

#BDD5BF
(189,213,191)
#ACC2AE
(172,194,174)
#9BAF9D
(155,175,157)
#8A9C8C
(138,156,140)
#79897B
(121,137,123)
#68766A
(104,118,106)
#576359
(87,99,89)
#465048
(70,80,72)
#353D37
(53,61,55)
#242A26
(36,42,38)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #BDD5BF

#BDD5BF
(189,213,191)
#C3D8C4
(195,216,196)
#C9DBC9
(201,219,201)
#CFDECE
(207,222,206)
#D5E1D3
(213,225,211)
#DBE4D8
(219,228,216)
#E1E7DD
(225,231,221)
#E7EAE2
(231,234,226)
#EDEDE7
(237,237,231)
#F3F0EC
(243,240,236)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5BF; }

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

This text font color is #BDD5BF.


Background Color

.myBgColor { background-color: #BDD5BF; }

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

This div background color is #BDD5BF.


Border color

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

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

This div border color is #BDD5BF.


Opacity

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

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

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

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

This text has shadow with #BDD5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5BF on black background.


Color preview on white background

This text has color #BDD5BF on white background.



Black color preview on #BDD5BF background

This text has black color on #BDD5BF background.


White color preview on #BDD5BF background

This text has white color on #BDD5BF background.