COLOR #BDF7A5

HEX: #BDF7A5
RGB: (189,247,165)

Color info

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

RGB color model

#BDF7A5 color RGB value is (189,247,165).

  • red value is 189;
  • green value is 247;
  • blue value is 165.
RGB:
(189,247,165)
(74%,97%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 247 of 255 = 97%
B 165 of 255 = 65%

189
247
165

R + G + B ~ 79%. #BDF7A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 247 + 165 = 601 (100%)
R 189 of 601 ~ 31.45%
G 247 of 601 ~ 41.1%
B 165 of 601 ~ 27.45%

%31.45
%41.1
%27.45

CMYK color model

#BDF7A5 color CMYK value is (23,0,33,3).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 33.20%
  • key color value is 3.14%
CMYK:
(23,0,33,3)
C23M0Y33K3 
(23%,0%,33%,3%)
(0.23/0.00/0.33/0.03)	

CMYK percentages

%23.48
%0
%33.2
%3.14

Codes

Color #BDF7A5 in popluar color models

BDF7A5
RGB189247165
HSL102°83.67%80.78%
HSB/HSV102°33.20%96.86%
CMYK23.48%0.00%33.20%
3.14%

Color #BDF7A5 in popluar number systems.

HEXBDF7A5
Decimal189247165
Binary101111011111011110100101
Octal275367245

Shades and tints

Shades of #BDF7A5

#BDF7A5
(189,247,165)
#ACE196
(172,225,150)
#9BCB87
(155,203,135)
#8AB578
(138,181,120)
#799F69
(121,159,105)
#68895A
(104,137,90)
#57734B
(87,115,75)
#465D3C
(70,93,60)
#35472D
(53,71,45)
#24311E
(36,49,30)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #BDF7A5

#BDF7A5
(189,247,165)
#C3F7AD
(195,247,173)
#C9F7B5
(201,247,181)
#CFF7BD
(207,247,189)
#D5F7C5
(213,247,197)
#DBF7CD
(219,247,205)
#E1F7D5
(225,247,213)
#E7F7DD
(231,247,221)
#EDF7E5
(237,247,229)
#F3F7ED
(243,247,237)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF7A5 color. Also use rgb(189,247,165) instead hex code.

Text Font Color

.myTextColor { color: #BDF7A5; }

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

This text font color is #BDF7A5.


Background Color

.myBgColor { background-color: #BDF7A5; }

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

This div background color is #BDF7A5.


Border color

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

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

This div border color is #BDF7A5.


Opacity

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

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

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

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

This text has shadow with #BDF7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF7A5 on black background.


Color preview on white background

This text has color #BDF7A5 on white background.



Black color preview on #BDF7A5 background

This text has black color on #BDF7A5 background.


White color preview on #BDF7A5 background

This text has white color on #BDF7A5 background.