COLOR #BDCDA6

HEX: #BDCDA6
RGB: (189,205,166)

Color info

#BDCDA6 contains red, green and blue colors in about the same proportion. Web safe color of #BDCDA6 is #CCCC99 (or #CC9).

RGB color model

#BDCDA6 color RGB value is (189,205,166).

  • red value is 189;
  • green value is 205;
  • blue value is 166.
RGB:
(189,205,166)
(74%,80%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 166 of 255 = 65%

189
205
166

R + G + B ~ 73%. #BDCDA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 166 = 560 (100%)
R 189 of 560 ~ 33.75%
G 205 of 560 ~ 36.61%
B 166 of 560 ~ 29.64%

%33.75
%36.61
%29.64

CMYK color model

#BDCDA6 color CMYK value is (8,0,19,20).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 19.61%
CMYK:
(8,0,19,20)
C8M0Y19K20 
(8%,0%,19%,20%)
(0.08/0.00/0.19/0.20)	

CMYK percentages

%7.8
%0
%19.02
%19.61

Codes

Color #BDCDA6 in popluar color models

BDCDA6
RGB189205166
HSL85°28.06%72.75%
HSB/HSV85°19.02%80.39%
CMYK7.80%0.00%19.02%
19.61%

Color #BDCDA6 in popluar number systems.

HEXBDCDA6
Decimal189205166
Binary101111011100110110100110
Octal275315246

Shades and tints

Shades of #BDCDA6

#BDCDA6
(189,205,166)
#ACBB97
(172,187,151)
#9BA988
(155,169,136)
#8A9779
(138,151,121)
#79856A
(121,133,106)
#68735B
(104,115,91)
#57614C
(87,97,76)
#464F3D
(70,79,61)
#353D2E
(53,61,46)
#242B1F
(36,43,31)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #BDCDA6

#BDCDA6
(189,205,166)
#C3D1AE
(195,209,174)
#C9D5B6
(201,213,182)
#CFD9BE
(207,217,190)
#D5DDC6
(213,221,198)
#DBE1CE
(219,225,206)
#E1E5D6
(225,229,214)
#E7E9DE
(231,233,222)
#EDEDE6
(237,237,230)
#F3F1EE
(243,241,238)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCDA6 color. Also use rgb(189,205,166) instead hex code.

Text Font Color

.myTextColor { color: #BDCDA6; }

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

This text font color is #BDCDA6.


Background Color

.myBgColor { background-color: #BDCDA6; }

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

This div background color is #BDCDA6.


Border color

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

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

This div border color is #BDCDA6.


Opacity

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

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

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

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

This text has shadow with #BDCDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDA6 on black background.


Color preview on white background

This text has color #BDCDA6 on white background.



Black color preview on #BDCDA6 background

This text has black color on #BDCDA6 background.


White color preview on #BDCDA6 background

This text has white color on #BDCDA6 background.