COLOR #BDC795

HEX: #BDC795
RGB: (189,199,149)

Color info

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

RGB color model

#BDC795 color RGB value is (189,199,149).

  • red value is 189;
  • green value is 199;
  • blue value is 149.
RGB:
(189,199,149)
(74%,78%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 199 of 255 = 78%
B 149 of 255 = 58%

189
199
149

R + G + B ~ 70%. #BDC795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 199 + 149 = 537 (100%)
R 189 of 537 ~ 35.2%
G 199 of 537 ~ 37.06%
B 149 of 537 ~ 27.75%

%35.2
%37.06
%27.75

CMYK color model

#BDC795 color CMYK value is (5,0,25,22).

  • cyan value is 5.03%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • key color value is 21.96%
CMYK:
(5,0,25,22)
C5M0Y25K22 
(5%,0%,25%,22%)
(0.05/0.00/0.25/0.22)	

CMYK percentages

%5.03
%0
%25.13
%21.96

Codes

Color #BDC795 in popluar color models

BDC795
RGB189199149
HSL72°30.86%68.24%
HSB/HSV72°25.13%78.04%
CMYK5.03%0.00%25.13%
21.96%

Color #BDC795 in popluar number systems.

HEXBDC795
Decimal189199149
Binary101111011100011110010101
Octal275307225

Shades and tints

Shades of #BDC795

#BDC795
(189,199,149)
#ACB588
(172,181,136)
#9BA37B
(155,163,123)
#8A916E
(138,145,110)
#797F61
(121,127,97)
#686D54
(104,109,84)
#575B47
(87,91,71)
#46493A
(70,73,58)
#35372D
(53,55,45)
#242520
(36,37,32)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BDC795

#BDC795
(189,199,149)
#C3CC9E
(195,204,158)
#C9D1A7
(201,209,167)
#CFD6B0
(207,214,176)
#D5DBB9
(213,219,185)
#DBE0C2
(219,224,194)
#E1E5CB
(225,229,203)
#E7EAD4
(231,234,212)
#EDEFDD
(237,239,221)
#F3F4E6
(243,244,230)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC795 color. Also use rgb(189,199,149) instead hex code.

Text Font Color

.myTextColor { color: #BDC795; }

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

This text font color is #BDC795.


Background Color

.myBgColor { background-color: #BDC795; }

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

This div background color is #BDC795.


Border color

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

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

This div border color is #BDC795.


Opacity

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

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

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

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

This text has shadow with #BDC795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC795 on black background.


Color preview on white background

This text has color #BDC795 on white background.



Black color preview on #BDC795 background

This text has black color on #BDC795 background.


White color preview on #BDC795 background

This text has white color on #BDC795 background.