COLOR #BDCEAC

HEX: #BDCEAC
RGB: (189,206,172)

Color info

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

RGB color model

#BDCEAC color RGB value is (189,206,172).

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

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 172 of 255 = 67%

189
206
172

R + G + B ~ 74%. #BDCEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 172 = 567 (100%)
R 189 of 567 ~ 33.33%
G 206 of 567 ~ 36.33%
B 172 of 567 ~ 30.34%

%33.33
%36.33
%30.34

CMYK color model

#BDCEAC color CMYK value is (8,0,17,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 19.22%
CMYK:
(8,0,17,19)
C8M0Y17K19 
(8%,0%,17%,19%)
(0.08/0.00/0.17/0.19)	

CMYK percentages

%8.25
%0
%16.5
%19.22

Codes

Color #BDCEAC in popluar color models

BDCEAC
RGB189206172
HSL90°25.76%74.12%
HSB/HSV90°16.50%80.78%
CMYK8.25%0.00%16.50%
19.22%

Color #BDCEAC in popluar number systems.

HEXBDCEAC
Decimal189206172
Binary101111011100111010101100
Octal275316254

Shades and tints

Shades of #BDCEAC

#BDCEAC
(189,206,172)
#ACBC9D
(172,188,157)
#9BAA8E
(155,170,142)
#8A987F
(138,152,127)
#798670
(121,134,112)
#687461
(104,116,97)
#576252
(87,98,82)
#465043
(70,80,67)
#353E34
(53,62,52)
#242C25
(36,44,37)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #BDCEAC

#BDCEAC
(189,206,172)
#C3D2B3
(195,210,179)
#C9D6BA
(201,214,186)
#CFDAC1
(207,218,193)
#D5DEC8
(213,222,200)
#DBE2CF
(219,226,207)
#E1E6D6
(225,230,214)
#E7EADD
(231,234,221)
#EDEEE4
(237,238,228)
#F3F2EB
(243,242,235)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCEAC; }

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

This text font color is #BDCEAC.


Background Color

.myBgColor { background-color: #BDCEAC; }

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

This div background color is #BDCEAC.


Border color

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

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

This div border color is #BDCEAC.


Opacity

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

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

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

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

This text has shadow with #BDCEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCEAC on black background.


Color preview on white background

This text has color #BDCEAC on white background.



Black color preview on #BDCEAC background

This text has black color on #BDCEAC background.


White color preview on #BDCEAC background

This text has white color on #BDCEAC background.