COLOR #BDCEA4

HEX: #BDCEA4 RGB: (189,206,164)

Color info

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

RGB color model

#BDCEA4 color RGB value is (189,206,164).

RGB: (189,206,164) (74%, 81%, 64%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 164 of 255 = 64%

189
206
164

R + G + B ~ 73%. #BDCEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 206 + 164 = 559 (100%)
R 189 of 559 ~ 33.81%
G 206 of 559 ~ 36.85%
B 164 of 559 ~ 29.34'%

%33.81
%36.85
%29.34

CMYK color model

#BDCEA4 color CMYK value is (8,0,20,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 19.22%

CMYK: (8,0,20,19)
C8M0Y20K19 (8%, 0%, 20%, 19%)
(0.08 / 0.00 / 0.20 / 0.19)

CMYK percentages

%8.25
%0
%20.39
%19.22

Codes

Color #BDCEA4 in popluar color models

BD CE A4
RGB 189 206 164
HSL 84° 30.00% 72.55%
HSB/HSV 84° 20.39% 80.78%
CMYK 8.25% 0.00% 20.39%
19.22%

Color #BDCEA4 in popluar number systems.

HEX BD CE A4
Decimal 189 206 164
Binary 10111101 11001110 10100100
Octal 275 316 244

Shades and tints

Shades of #BDCEA4

#BDCEA4
(189,206,164)
#ACBC96
(172,188,150)
#9BAA88
(155,170,136)
#8A987A
(138,152,122)
#79866C
(121,134,108)
#68745E
(104,116,94)
#576250
(87,98,80)
#465042
(70,80,66)
#353E34
(53,62,52)
#242C26
(36,44,38)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #BDCEA4

#BDCEA4
(189,206,164)
#C3D2AC
(195,210,172)
#C9D6B4
(201,214,180)
#CFDABC
(207,218,188)
#D5DEC4
(213,222,196)
#DBE2CC
(219,226,204)
#E1E6D4
(225,230,212)
#E7EADC
(231,234,220)
#EDEEE4
(237,238,228)
#F3F2EC
(243,242,236)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCEA4; }

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

This text font color is #BDCEA4.

Background Color

.myBgColor { background-color: #BDCEA4; }

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

This div background color is #BDCEA4.

Border color

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

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

This div border color is #BDCEA4.

Opacity

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

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

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

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

This text has shadow with #BDCEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCEA4.

Preview

Color preview on black background

This text has color #BDCEA4 on black background.


Color preview on white background

This text has color #BDCEA4 on white background.


Black color preview on #BDCEA4 background

This text has black color on #BDCEA4 background.


White color preview on #BDCEA4 background

This text has white color on #BDCEA4 background.


Related colors

Complementary color

Complementary color for #hex is #42315B.


I love getcolorcode.com

Triadic colors

1 #A4BDCE and #CEA4BD with #BDCEA4 are triadic colors.

2 #A4CEBD and #CEBDA4 with #BDCEA4 are triadic colors.