COLOR #BDCEA7

HEX: #BDCEA7
RGB: (189,206,167)

Color info

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

RGB color model

#BDCEA7 color RGB value is (189,206,167).

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

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 167 of 255 = 65%

189
206
167

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

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 167 = 562 (100%)
R 189 of 562 ~ 33.63%
G 206 of 562 ~ 36.65%
B 167 of 562 ~ 29.72%

%33.63
%36.65
%29.72

CMYK color model

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

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 19.22%
CMYK:
(8,0,19,19)
C8M0Y19K19 
(8%,0%,19%,19%)
(0.08/0.00/0.19/0.19)	

CMYK percentages

%8.25
%0
%18.93
%19.22

Codes

Color #BDCEA7 in popluar color models

BDCEA7
RGB189206167
HSL86°28.47%73.14%
HSB/HSV86°18.93%80.78%
CMYK8.25%0.00%18.93%
19.22%

Color #BDCEA7 in popluar number systems.

HEXBDCEA7
Decimal189206167
Binary101111011100111010100111
Octal275316247

Shades and tints

Shades of #BDCEA7

#BDCEA7
(189,206,167)
#ACBC98
(172,188,152)
#9BAA89
(155,170,137)
#8A987A
(138,152,122)
#79866B
(121,134,107)
#68745C
(104,116,92)
#57624D
(87,98,77)
#46503E
(70,80,62)
#353E2F
(53,62,47)
#242C20
(36,44,32)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #BDCEA7

#BDCEA7
(189,206,167)
#C3D2AF
(195,210,175)
#C9D6B7
(201,214,183)
#CFDABF
(207,218,191)
#D5DEC7
(213,222,199)
#DBE2CF
(219,226,207)
#E1E6D7
(225,230,215)
#E7EADF
(231,234,223)
#EDEEE7
(237,238,231)
#F3F2EF
(243,242,239)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCEA7; }

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

This text font color is #BDCEA7.


Background Color

.myBgColor { background-color: #BDCEA7; }

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

This div background color is #BDCEA7.


Border color

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

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

This div border color is #BDCEA7.


Opacity

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

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

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

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

This text has shadow with #BDCEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCEA7 on black background.


Color preview on white background

This text has color #BDCEA7 on white background.



Black color preview on #BDCEA7 background

This text has black color on #BDCEA7 background.


White color preview on #BDCEA7 background

This text has white color on #BDCEA7 background.