COLOR #BDF3A8

HEX: #BDF3A8
RGB: (189,243,168)

Color info

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

RGB color model

#BDF3A8 color RGB value is (189,243,168).

  • red value is 189;
  • green value is 243;
  • blue value is 168.
RGB:
(189,243,168)
(74%,95%,66%)

RGB channels and saturation

R 189 of 255 = 74%
G 243 of 255 = 95%
B 168 of 255 = 66%

189
243
168

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

Portions of RGB colors in percentages

R + G + B =
189 + 243 + 168 = 600 (100%)
R 189 of 600 ~ 31.5%
G 243 of 600 ~ 40.5%
B 168 of 600 ~ 28%

%31.5
%40.5
%28

CMYK color model

#BDF3A8 color CMYK value is (22,0,31,5).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 4.71%
CMYK:
(22,0,31,5)
C22M0Y31K5 
(22%,0%,31%,5%)
(0.22/0.00/0.31/0.05)	

CMYK percentages

%22.22
%0
%30.86
%4.71

Codes

Color #BDF3A8 in popluar color models

BDF3A8
RGB189243168
HSL103°75.76%80.59%
HSB/HSV103°30.86%95.29%
CMYK22.22%0.00%30.86%
4.71%

Color #BDF3A8 in popluar number systems.

HEXBDF3A8
Decimal189243168
Binary101111011111001110101000
Octal275363250

Shades and tints

Shades of #BDF3A8

#BDF3A8
(189,243,168)
#ACDD99
(172,221,153)
#9BC78A
(155,199,138)
#8AB17B
(138,177,123)
#799B6C
(121,155,108)
#68855D
(104,133,93)
#576F4E
(87,111,78)
#46593F
(70,89,63)
#354330
(53,67,48)
#242D21
(36,45,33)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDF3A8

#BDF3A8
(189,243,168)
#C3F4AF
(195,244,175)
#C9F5B6
(201,245,182)
#CFF6BD
(207,246,189)
#D5F7C4
(213,247,196)
#DBF8CB
(219,248,203)
#E1F9D2
(225,249,210)
#E7FAD9
(231,250,217)
#EDFBE0
(237,251,224)
#F3FCE7
(243,252,231)
#F9FDEE
(249,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF3A8 color. Also use rgb(189,243,168) instead hex code.

Text Font Color

.myTextColor { color: #BDF3A8; }

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

This text font color is #BDF3A8.


Background Color

.myBgColor { background-color: #BDF3A8; }

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

This div background color is #BDF3A8.


Border color

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

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

This div border color is #BDF3A8.


Opacity

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

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

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

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

This text has shadow with #BDF3A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF3A8 on black background.


Color preview on white background

This text has color #BDF3A8 on white background.



Black color preview on #BDF3A8 background

This text has black color on #BDF3A8 background.


White color preview on #BDF3A8 background

This text has white color on #BDF3A8 background.