COLOR #BDF2A3

HEX: #BDF2A3
RGB: (189,242,163)

Color info

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

RGB color model

#BDF2A3 color RGB value is (189,242,163).

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

RGB channels and saturation

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

189
242
163

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

Portions of RGB colors in percentages

R + G + B =
189 + 242 + 163 = 594 (100%)
R 189 of 594 ~ 31.82%
G 242 of 594 ~ 40.74%
B 163 of 594 ~ 27.44%

%31.82
%40.74
%27.44

CMYK color model

#BDF2A3 color CMYK value is (22,0,33,5).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 5.10%
CMYK:
(22,0,33,5)
C22M0Y33K5 
(22%,0%,33%,5%)
(0.22/0.00/0.33/0.05)	

CMYK percentages

%21.9
%0
%32.64
%5.1

Codes

Color #BDF2A3 in popluar color models

BDF2A3
RGB189242163
HSL100°75.24%79.41%
HSB/HSV100°32.64%94.90%
CMYK21.90%0.00%32.64%
5.10%

Color #BDF2A3 in popluar number systems.

HEXBDF2A3
Decimal189242163
Binary101111011111001010100011
Octal275362243

Shades and tints

Shades of #BDF2A3

#BDF2A3
(189,242,163)
#ACDC95
(172,220,149)
#9BC687
(155,198,135)
#8AB079
(138,176,121)
#799A6B
(121,154,107)
#68845D
(104,132,93)
#576E4F
(87,110,79)
#465841
(70,88,65)
#354233
(53,66,51)
#242C25
(36,44,37)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #BDF2A3

#BDF2A3
(189,242,163)
#C3F3AB
(195,243,171)
#C9F4B3
(201,244,179)
#CFF5BB
(207,245,187)
#D5F6C3
(213,246,195)
#DBF7CB
(219,247,203)
#E1F8D3
(225,248,211)
#E7F9DB
(231,249,219)
#EDFAE3
(237,250,227)
#F3FBEB
(243,251,235)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF2A3; }

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

This text font color is #BDF2A3.


Background Color

.myBgColor { background-color: #BDF2A3; }

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

This div background color is #BDF2A3.


Border color

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

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

This div border color is #BDF2A3.


Opacity

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

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

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

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

This text has shadow with #BDF2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF2A3 on black background.


Color preview on white background

This text has color #BDF2A3 on white background.



Black color preview on #BDF2A3 background

This text has black color on #BDF2A3 background.


White color preview on #BDF2A3 background

This text has white color on #BDF2A3 background.