COLOR #BDD0BA

HEX: #BDD0BA
RGB: (189,208,186)

Color info

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

RGB color model

#BDD0BA color RGB value is (189,208,186).

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

RGB channels and saturation

R 189 of 255 = 74%
G 208 of 255 = 82%
B 186 of 255 = 73%

189
208
186

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

Portions of RGB colors in percentages

R + G + B =
189 + 208 + 186 = 583 (100%)
R 189 of 583 ~ 32.42%
G 208 of 583 ~ 35.68%
B 186 of 583 ~ 31.9%

%32.42
%35.68
%31.9

CMYK color model

#BDD0BA color CMYK value is (9,0,11,18).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 18.43%
CMYK:
(9,0,11,18)
C9M0Y11K18 
(9%,0%,11%,18%)
(0.09/0.00/0.11/0.18)	

CMYK percentages

%9.13
%0
%10.58
%18.43

Codes

Color #BDD0BA in popluar color models

BDD0BA
RGB189208186
HSL112°18.97%77.25%
HSB/HSV112°10.58%81.57%
CMYK9.13%0.00%10.58%
18.43%

Color #BDD0BA in popluar number systems.

HEXBDD0BA
Decimal189208186
Binary101111011101000010111010
Octal275320272

Shades and tints

Shades of #BDD0BA

#BDD0BA
(189,208,186)
#ACBEAA
(172,190,170)
#9BAC9A
(155,172,154)
#8A9A8A
(138,154,138)
#79887A
(121,136,122)
#68766A
(104,118,106)
#57645A
(87,100,90)
#46524A
(70,82,74)
#35403A
(53,64,58)
#242E2A
(36,46,42)
#131C1A
(19,28,26)
#000000
(0,0,0)

Tints of #BDD0BA

#BDD0BA
(189,208,186)
#C3D4C0
(195,212,192)
#C9D8C6
(201,216,198)
#CFDCCC
(207,220,204)
#D5E0D2
(213,224,210)
#DBE4D8
(219,228,216)
#E1E8DE
(225,232,222)
#E7ECE4
(231,236,228)
#EDF0EA
(237,240,234)
#F3F4F0
(243,244,240)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD0BA; }

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

This text font color is #BDD0BA.


Background Color

.myBgColor { background-color: #BDD0BA; }

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

This div background color is #BDD0BA.


Border color

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

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

This div border color is #BDD0BA.


Opacity

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

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

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

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

This text has shadow with #BDD0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD0BA on black background.


Color preview on white background

This text has color #BDD0BA on white background.



Black color preview on #BDD0BA background

This text has black color on #BDD0BA background.


White color preview on #BDD0BA background

This text has white color on #BDD0BA background.