COLOR #BDD5BA

HEX: #BDD5BA
RGB: (189,213,186)

Color info

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

RGB color model

#BDD5BA color RGB value is (189,213,186).

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

RGB channels and saturation

R 189 of 255 = 74%
G 213 of 255 = 84%
B 186 of 255 = 73%

189
213
186

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

Portions of RGB colors in percentages

R + G + B =
189 + 213 + 186 = 588 (100%)
R 189 of 588 ~ 32.14%
G 213 of 588 ~ 36.22%
B 186 of 588 ~ 31.63%

%32.14
%36.22
%31.63

CMYK color model

#BDD5BA color CMYK value is (11,0,13,16).

  • cyan value is 11.27%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(11,0,13,16)
C11M0Y13K16 
(11%,0%,13%,16%)
(0.11/0.00/0.13/0.16)	

CMYK percentages

%11.27
%0
%12.68
%16.47

Codes

Color #BDD5BA in popluar color models

BDD5BA
RGB189213186
HSL113°24.32%78.24%
HSB/HSV113°12.68%83.53%
CMYK11.27%0.00%12.68%
16.47%

Color #BDD5BA in popluar number systems.

HEXBDD5BA
Decimal189213186
Binary101111011101010110111010
Octal275325272

Shades and tints

Shades of #BDD5BA

#BDD5BA
(189,213,186)
#ACC2AA
(172,194,170)
#9BAF9A
(155,175,154)
#8A9C8A
(138,156,138)
#79897A
(121,137,122)
#68766A
(104,118,106)
#57635A
(87,99,90)
#46504A
(70,80,74)
#353D3A
(53,61,58)
#242A2A
(36,42,42)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #BDD5BA

#BDD5BA
(189,213,186)
#C3D8C0
(195,216,192)
#C9DBC6
(201,219,198)
#CFDECC
(207,222,204)
#D5E1D2
(213,225,210)
#DBE4D8
(219,228,216)
#E1E7DE
(225,231,222)
#E7EAE4
(231,234,228)
#EDEDEA
(237,237,234)
#F3F0F0
(243,240,240)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD5BA; }

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

This text font color is #BDD5BA.


Background Color

.myBgColor { background-color: #BDD5BA; }

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

This div background color is #BDD5BA.


Border color

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

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

This div border color is #BDD5BA.


Opacity

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

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

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

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

This text has shadow with #BDD5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD5BA on black background.


Color preview on white background

This text has color #BDD5BA on white background.



Black color preview on #BDD5BA background

This text has black color on #BDD5BA background.


White color preview on #BDD5BA background

This text has white color on #BDD5BA background.