COLOR #BDD9AF

HEX: #BDD9AF
RGB: (189,217,175)

Color info

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

RGB color model

#BDD9AF color RGB value is (189,217,175).

  • red value is 189;
  • green value is 217;
  • blue value is 175.
RGB:
(189,217,175)
(74%,85%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 217 of 255 = 85%
B 175 of 255 = 69%

189
217
175

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

Portions of RGB colors in percentages

R + G + B =
189 + 217 + 175 = 581 (100%)
R 189 of 581 ~ 32.53%
G 217 of 581 ~ 37.35%
B 175 of 581 ~ 30.12%

%32.53
%37.35
%30.12

CMYK color model

#BDD9AF color CMYK value is (13,0,19,15).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 14.90%
CMYK:
(13,0,19,15)
C13M0Y19K15 
(13%,0%,19%,15%)
(0.13/0.00/0.19/0.15)	

CMYK percentages

%12.9
%0
%19.35
%14.9

Codes

Color #BDD9AF in popluar color models

BDD9AF
RGB189217175
HSL100°35.59%76.86%
HSB/HSV100°19.35%85.10%
CMYK12.90%0.00%19.35%
14.90%

Color #BDD9AF in popluar number systems.

HEXBDD9AF
Decimal189217175
Binary101111011101100110101111
Octal275331257

Shades and tints

Shades of #BDD9AF

#BDD9AF
(189,217,175)
#ACC6A0
(172,198,160)
#9BB391
(155,179,145)
#8AA082
(138,160,130)
#798D73
(121,141,115)
#687A64
(104,122,100)
#576755
(87,103,85)
#465446
(70,84,70)
#354137
(53,65,55)
#242E28
(36,46,40)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #BDD9AF

#BDD9AF
(189,217,175)
#C3DCB6
(195,220,182)
#C9DFBD
(201,223,189)
#CFE2C4
(207,226,196)
#D5E5CB
(213,229,203)
#DBE8D2
(219,232,210)
#E1EBD9
(225,235,217)
#E7EEE0
(231,238,224)
#EDF1E7
(237,241,231)
#F3F4EE
(243,244,238)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD9AF color. Also use rgb(189,217,175) instead hex code.

Text Font Color

.myTextColor { color: #BDD9AF; }

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

This text font color is #BDD9AF.


Background Color

.myBgColor { background-color: #BDD9AF; }

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

This div background color is #BDD9AF.


Border color

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

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

This div border color is #BDD9AF.


Opacity

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

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

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

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

This text has shadow with #BDD9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD9AF on black background.


Color preview on white background

This text has color #BDD9AF on white background.



Black color preview on #BDD9AF background

This text has black color on #BDD9AF background.


White color preview on #BDD9AF background

This text has white color on #BDD9AF background.