COLOR #BDCEAA

HEX: #BDCEAA
RGB: (189,206,170)

Color info

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

RGB color model

#BDCEAA color RGB value is (189,206,170).

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

RGB channels and saturation

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

189
206
170

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

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 170 = 565 (100%)
R 189 of 565 ~ 33.45%
G 206 of 565 ~ 36.46%
B 170 of 565 ~ 30.09%

%33.45
%36.46
%30.09

CMYK color model

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

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • 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
%17.48
%19.22

Codes

Color #BDCEAA in popluar color models

BDCEAA
RGB189206170
HSL88°26.87%73.73%
HSB/HSV88°17.48%80.78%
CMYK8.25%0.00%17.48%
19.22%

Color #BDCEAA in popluar number systems.

HEXBDCEAA
Decimal189206170
Binary101111011100111010101010
Octal275316252

Shades and tints

Shades of #BDCEAA

#BDCEAA
(189,206,170)
#ACBC9B
(172,188,155)
#9BAA8C
(155,170,140)
#8A987D
(138,152,125)
#79866E
(121,134,110)
#68745F
(104,116,95)
#576250
(87,98,80)
#465041
(70,80,65)
#353E32
(53,62,50)
#242C23
(36,44,35)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #BDCEAA

#BDCEAA
(189,206,170)
#C3D2B1
(195,210,177)
#C9D6B8
(201,214,184)
#CFDABF
(207,218,191)
#D5DEC6
(213,222,198)
#DBE2CD
(219,226,205)
#E1E6D4
(225,230,212)
#E7EADB
(231,234,219)
#EDEEE2
(237,238,226)
#F3F2E9
(243,242,233)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCEAA; }

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

This text font color is #BDCEAA.


Background Color

.myBgColor { background-color: #BDCEAA; }

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

This div background color is #BDCEAA.


Border color

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

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

This div border color is #BDCEAA.


Opacity

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

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

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

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

This text has shadow with #BDCEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCEAA on black background.


Color preview on white background

This text has color #BDCEAA on white background.



Black color preview on #BDCEAA background

This text has black color on #BDCEAA background.


White color preview on #BDCEAA background

This text has white color on #BDCEAA background.