COLOR #BDCEB8

HEX: #BDCEB8
RGB: (189,206,184)

Color info

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

RGB color model

#BDCEB8 color RGB value is (189,206,184).

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

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 184 of 255 = 72%

189
206
184

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

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 184 = 579 (100%)
R 189 of 579 ~ 32.64%
G 206 of 579 ~ 35.58%
B 184 of 579 ~ 31.78%

%32.64
%35.58
%31.78

CMYK color model

#BDCEB8 color CMYK value is (8,0,11,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 19.22%
CMYK:
(8,0,11,19)
C8M0Y11K19 
(8%,0%,11%,19%)
(0.08/0.00/0.11/0.19)	

CMYK percentages

%8.25
%0
%10.68
%19.22

Codes

Color #BDCEB8 in popluar color models

BDCEB8
RGB189206184
HSL106°18.33%76.47%
HSB/HSV106°10.68%80.78%
CMYK8.25%0.00%10.68%
19.22%

Color #BDCEB8 in popluar number systems.

HEXBDCEB8
Decimal189206184
Binary101111011100111010111000
Octal275316270

Shades and tints

Shades of #BDCEB8

#BDCEB8
(189,206,184)
#ACBCA8
(172,188,168)
#9BAA98
(155,170,152)
#8A9888
(138,152,136)
#798678
(121,134,120)
#687468
(104,116,104)
#576258
(87,98,88)
#465048
(70,80,72)
#353E38
(53,62,56)
#242C28
(36,44,40)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #BDCEB8

#BDCEB8
(189,206,184)
#C3D2BE
(195,210,190)
#C9D6C4
(201,214,196)
#CFDACA
(207,218,202)
#D5DED0
(213,222,208)
#DBE2D6
(219,226,214)
#E1E6DC
(225,230,220)
#E7EAE2
(231,234,226)
#EDEEE8
(237,238,232)
#F3F2EE
(243,242,238)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCEB8; }

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

This text font color is #BDCEB8.


Background Color

.myBgColor { background-color: #BDCEB8; }

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

This div background color is #BDCEB8.


Border color

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

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

This div border color is #BDCEB8.


Opacity

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

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

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

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

This text has shadow with #BDCEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCEB8 on black background.


Color preview on white background

This text has color #BDCEB8 on white background.



Black color preview on #BDCEB8 background

This text has black color on #BDCEB8 background.


White color preview on #BDCEB8 background

This text has white color on #BDCEB8 background.