COLOR #BDF1A3

HEX: #BDF1A3
RGB: (189,241,163)

Color info

#BDF1A3 contains mainly red and green colors. Web safe color of #BDF1A3 is #CCFF99 (or #CF9).

RGB color model

#BDF1A3 color RGB value is (189,241,163).

  • red value is 189;
  • green value is 241;
  • blue value is 163.
RGB:
(189,241,163)
(74%,95%,64%)

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 163 of 255 = 64%

189
241
163

R + G + B ~ 78%. #BDF1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 163 = 593 (100%)
R 189 of 593 ~ 31.87%
G 241 of 593 ~ 40.64%
B 163 of 593 ~ 27.49%

%31.87
%40.64
%27.49

CMYK color model

#BDF1A3 color CMYK value is (22,0,32,5).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 5.49%
CMYK:
(22,0,32,5)
C22M0Y32K5 
(22%,0%,32%,5%)
(0.22/0.00/0.32/0.05)	

CMYK percentages

%21.58
%0
%32.37
%5.49

Codes

Color #BDF1A3 in popluar color models

BDF1A3
RGB189241163
HSL100°73.58%79.22%
HSB/HSV100°32.37%94.51%
CMYK21.58%0.00%32.37%
5.49%

Color #BDF1A3 in popluar number systems.

HEXBDF1A3
Decimal189241163
Binary101111011111000110100011
Octal275361243

Shades and tints

Shades of #BDF1A3

#BDF1A3
(189,241,163)
#ACDC95
(172,220,149)
#9BC787
(155,199,135)
#8AB279
(138,178,121)
#799D6B
(121,157,107)
#68885D
(104,136,93)
#57734F
(87,115,79)
#465E41
(70,94,65)
#354933
(53,73,51)
#243425
(36,52,37)
#131F17
(19,31,23)
#000000
(0,0,0)

Tints of #BDF1A3

#BDF1A3
(189,241,163)
#C3F2AB
(195,242,171)
#C9F3B3
(201,243,179)
#CFF4BB
(207,244,187)
#D5F5C3
(213,245,195)
#DBF6CB
(219,246,203)
#E1F7D3
(225,247,211)
#E7F8DB
(231,248,219)
#EDF9E3
(237,249,227)
#F3FAEB
(243,250,235)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF1A3 color. Also use rgb(189,241,163) instead hex code.

Text Font Color

.myTextColor { color: #BDF1A3; }

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

This text font color is #BDF1A3.


Background Color

.myBgColor { background-color: #BDF1A3; }

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

This div background color is #BDF1A3.


Border color

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

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

This div border color is #BDF1A3.


Opacity

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

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

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

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

This text has shadow with #BDF1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1A3 on black background.


Color preview on white background

This text has color #BDF1A3 on white background.



Black color preview on #BDF1A3 background

This text has black color on #BDF1A3 background.


White color preview on #BDF1A3 background

This text has white color on #BDF1A3 background.