COLOR #BFD5AD

HEX: #BFD5AD
RGB: (191,213,173)

Color info

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

RGB color model

#BFD5AD color RGB value is (191,213,173).

  • red value is 191;
  • green value is 213;
  • blue value is 173.
RGB:
(191,213,173)
(75%,84%,68%)

RGB channels and saturation

R 191 of 255 = 75%
G 213 of 255 = 84%
B 173 of 255 = 68%

191
213
173

R + G + B ~ 76%. #BFD5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 213 + 173 = 577 (100%)
R 191 of 577 ~ 33.1%
G 213 of 577 ~ 36.92%
B 173 of 577 ~ 29.98%

%33.1
%36.92
%29.98

CMYK color model

#BFD5AD color CMYK value is (10,0,19,16).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 16.47%
CMYK:
(10,0,19,16)
C10M0Y19K16 
(10%,0%,19%,16%)
(0.10/0.00/0.19/0.16)	

CMYK percentages

%10.33
%0
%18.78
%16.47

Codes

Color #BFD5AD in popluar color models

BFD5AD
RGB191213173
HSL93°32.26%75.69%
HSB/HSV93°18.78%83.53%
CMYK10.33%0.00%18.78%
16.47%

Color #BFD5AD in popluar number systems.

HEXBFD5AD
Decimal191213173
Binary101111111101010110101101
Octal277325255

Shades and tints

Shades of #BFD5AD

#BFD5AD
(191,213,173)
#AEC29E
(174,194,158)
#9DAF8F
(157,175,143)
#8C9C80
(140,156,128)
#7B8971
(123,137,113)
#6A7662
(106,118,98)
#596353
(89,99,83)
#485044
(72,80,68)
#373D35
(55,61,53)
#262A26
(38,42,38)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #BFD5AD

#BFD5AD
(191,213,173)
#C4D8B4
(196,216,180)
#C9DBBB
(201,219,187)
#CEDEC2
(206,222,194)
#D3E1C9
(211,225,201)
#D8E4D0
(216,228,208)
#DDE7D7
(221,231,215)
#E2EADE
(226,234,222)
#E7EDE5
(231,237,229)
#ECF0EC
(236,240,236)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD5AD color. Also use rgb(191,213,173) instead hex code.

Text Font Color

.myTextColor { color: #BFD5AD; }

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

This text font color is #BFD5AD.


Background Color

.myBgColor { background-color: #BFD5AD; }

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

This div background color is #BFD5AD.


Border color

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

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

This div border color is #BFD5AD.


Opacity

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

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

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

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

This text has shadow with #BFD5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD5AD on black background.


Color preview on white background

This text has color #BFD5AD on white background.



Black color preview on #BFD5AD background

This text has black color on #BFD5AD background.


White color preview on #BFD5AD background

This text has white color on #BFD5AD background.