COLOR #BDCEB0

HEX: #BDCEB0
RGB: (189,206,176)

Color info

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

RGB color model

#BDCEB0 color RGB value is (189,206,176).

  • red value is 189;
  • green value is 206;
  • blue value is 176.
RGB:
(189,206,176)
(74%,81%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 176 of 255 = 69%

189
206
176

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

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 176 = 571 (100%)
R 189 of 571 ~ 33.1%
G 206 of 571 ~ 36.08%
B 176 of 571 ~ 30.82%

%33.1
%36.08
%30.82

CMYK color model

#BDCEB0 color CMYK value is (8,0,15,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 19.22%
CMYK:
(8,0,15,19)
C8M0Y15K19 
(8%,0%,15%,19%)
(0.08/0.00/0.15/0.19)	

CMYK percentages

%8.25
%0
%14.56
%19.22

Codes

Color #BDCEB0 in popluar color models

BDCEB0
RGB189206176
HSL94°23.44%74.90%
HSB/HSV94°14.56%80.78%
CMYK8.25%0.00%14.56%
19.22%

Color #BDCEB0 in popluar number systems.

HEXBDCEB0
Decimal189206176
Binary101111011100111010110000
Octal275316260

Shades and tints

Shades of #BDCEB0

#BDCEB0
(189,206,176)
#ACBCA0
(172,188,160)
#9BAA90
(155,170,144)
#8A9880
(138,152,128)
#798670
(121,134,112)
#687460
(104,116,96)
#576250
(87,98,80)
#465040
(70,80,64)
#353E30
(53,62,48)
#242C20
(36,44,32)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #BDCEB0

#BDCEB0
(189,206,176)
#C3D2B7
(195,210,183)
#C9D6BE
(201,214,190)
#CFDAC5
(207,218,197)
#D5DECC
(213,222,204)
#DBE2D3
(219,226,211)
#E1E6DA
(225,230,218)
#E7EAE1
(231,234,225)
#EDEEE8
(237,238,232)
#F3F2EF
(243,242,239)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCEB0 color. Also use rgb(189,206,176) instead hex code.

Text Font Color

.myTextColor { color: #BDCEB0; }

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

This text font color is #BDCEB0.


Background Color

.myBgColor { background-color: #BDCEB0; }

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

This div background color is #BDCEB0.


Border color

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

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

This div border color is #BDCEB0.


Opacity

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

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

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

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

This text has shadow with #BDCEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCEB0 on black background.


Color preview on white background

This text has color #BDCEB0 on white background.



Black color preview on #BDCEB0 background

This text has black color on #BDCEB0 background.


White color preview on #BDCEB0 background

This text has white color on #BDCEB0 background.