COLOR #BDCDB3

HEX: #BDCDB3
RGB: (189,205,179)

Color info

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

RGB color model

#BDCDB3 color RGB value is (189,205,179).

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

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 179 of 255 = 70%

189
205
179

R + G + B ~ 75%. #BDCDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 179 = 573 (100%)
R 189 of 573 ~ 32.98%
G 205 of 573 ~ 35.78%
B 179 of 573 ~ 31.24%

%32.98
%35.78
%31.24

CMYK color model

#BDCDB3 color CMYK value is (8,0,13,20).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 19.61%
CMYK:
(8,0,13,20)
C8M0Y13K20 
(8%,0%,13%,20%)
(0.08/0.00/0.13/0.20)	

CMYK percentages

%7.8
%0
%12.68
%19.61

Codes

Color #BDCDB3 in popluar color models

BDCDB3
RGB189205179
HSL97°20.63%75.29%
HSB/HSV97°12.68%80.39%
CMYK7.80%0.00%12.68%
19.61%

Color #BDCDB3 in popluar number systems.

HEXBDCDB3
Decimal189205179
Binary101111011100110110110011
Octal275315263

Shades and tints

Shades of #BDCDB3

#BDCDB3
(189,205,179)
#ACBBA3
(172,187,163)
#9BA993
(155,169,147)
#8A9783
(138,151,131)
#798573
(121,133,115)
#687363
(104,115,99)
#576153
(87,97,83)
#464F43
(70,79,67)
#353D33
(53,61,51)
#242B23
(36,43,35)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDCDB3

#BDCDB3
(189,205,179)
#C3D1B9
(195,209,185)
#C9D5BF
(201,213,191)
#CFD9C5
(207,217,197)
#D5DDCB
(213,221,203)
#DBE1D1
(219,225,209)
#E1E5D7
(225,229,215)
#E7E9DD
(231,233,221)
#EDEDE3
(237,237,227)
#F3F1E9
(243,241,233)
#F9F5EF
(249,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCDB3; }

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

This text font color is #BDCDB3.


Background Color

.myBgColor { background-color: #BDCDB3; }

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

This div background color is #BDCDB3.


Border color

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

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

This div border color is #BDCDB3.


Opacity

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

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

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

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

This text has shadow with #BDCDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDB3 on black background.


Color preview on white background

This text has color #BDCDB3 on white background.



Black color preview on #BDCDB3 background

This text has black color on #BDCDB3 background.


White color preview on #BDCDB3 background

This text has white color on #BDCDB3 background.