COLOR #BDE1AC

HEX: #BDE1AC RGB: (189,225,172)

Color info

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

RGB color model

#BDE1AC color RGB value is (189,225,172).

RGB: (189,225,172) (74%, 88%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 225 of 255 = 88%
B 172 of 255 = 67%

189
225
172

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

Portions of RGB colors in percentages

R + G + B = 189 + 225 + 172 = 586 (100%)
R 189 of 586 ~ 32.25%
G 225 of 586 ~ 38.4%
B 172 of 586 ~ 29.35'%

%32.25
%38.4
%29.35

CMYK color model

#BDE1AC color CMYK value is (16,0,24,12).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 11.76%

CMYK: (16,0,24,12)
C16M0Y24K12 (16%, 0%, 24%, 12%)
(0.16 / 0.00 / 0.24 / 0.12)

CMYK percentages

%16
%0
%23.56
%11.76

Codes

Color #BDE1AC in popluar color models

BD E1 AC
RGB 189 225 172
HSL 101° 46.90% 77.84%
HSB/HSV 101° 23.56% 88.24%
CMYK 16.00% 0.00% 23.56%
11.76%

Color #BDE1AC in popluar number systems.

HEX BD E1 AC
Decimal 189 225 172
Binary 10111101 11100001 10101100
Octal 275 341 254

Shades and tints

Shades of #BDE1AC

#BDE1AC
(189,225,172)
#ACCD9D
(172,205,157)
#9BB98E
(155,185,142)
#8AA57F
(138,165,127)
#799170
(121,145,112)
#687D61
(104,125,97)
#576952
(87,105,82)
#465543
(70,85,67)
#354134
(53,65,52)
#242D25
(36,45,37)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDE1AC

#BDE1AC
(189,225,172)
#C3E3B3
(195,227,179)
#C9E5BA
(201,229,186)
#CFE7C1
(207,231,193)
#D5E9C8
(213,233,200)
#DBEBCF
(219,235,207)
#E1EDD6
(225,237,214)
#E7EFDD
(231,239,221)
#EDF1E4
(237,241,228)
#F3F3EB
(243,243,235)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE1AC color. Also use rgb(189,225,172) instead hex code.

Text Font Color

.myTextColor { color: #BDE1AC; }

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

This text font color is #BDE1AC.

Background Color

.myBgColor { background-color: #BDE1AC; }

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

This div background color is #BDE1AC.

Border color

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

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

This div border color is #BDE1AC.

Opacity

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

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

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

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

This text has shadow with #BDE1AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE1AC.

Preview

Color preview on black background

This text has color #BDE1AC on black background.


Color preview on white background

This text has color #BDE1AC on white background.


Black color preview on #BDE1AC background

This text has black color on #BDE1AC background.


White color preview on #BDE1AC background

This text has white color on #BDE1AC background.


Related colors

Complementary color

Complementary color for #hex is #421E53.


I love getcolorcode.com

Triadic colors

1 #ACBDE1 and #E1ACBD with #BDE1AC are triadic colors.

2 #ACE1BD and #E1BDAC with #BDE1AC are triadic colors.