COLOR #BDF798

HEX: #BDF798 RGB: (189,247,152)

Color info

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

RGB color model

#BDF798 color RGB value is (189,247,152).

RGB: (189,247,152) (74%, 97%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 247 of 255 = 97%
B 152 of 255 = 60%

189
247
152

R + G + B ~ 77%. #BDF798 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 247 + 152 = 588 (100%)
R 189 of 588 ~ 32.14%
G 247 of 588 ~ 42.01%
B 152 of 588 ~ 25.85'%

%32.14
%42.01
%25.85

CMYK color model

#BDF798 color CMYK value is (23,0,38,3).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 3.14%
CMYK: (23,0,38,3) C23M0Y38K3 (23%,0%,38%,3%) (0.23/0.00/0.38/0.03) 

CMYK percentages

%23.48
%0
%38.46
%3.14

Codes

Color #BDF798 in popluar color models

BD F7 98
RGB 189 247 152
HSL 97° 85.59% 78.24%
HSB/HSV 97° 38.46% 96.86%
CMYK 23.48% 0.00% 38.46%
3.14%

Color #BDF798 in popluar number systems.

HEX BD F7 98
Decimal 189 247 152
Binary 10111101 11110111 10011000
Octal 275 367 230

Shades and tints

Shades of #BDF798

#BDF798
(189,247,152)
#ACE18B
(172,225,139)
#9BCB7E
(155,203,126)
#8AB571
(138,181,113)
#799F64
(121,159,100)
#688957
(104,137,87)
#57734A
(87,115,74)
#465D3D
(70,93,61)
#354730
(53,71,48)
#243123
(36,49,35)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #BDF798

#BDF798
(189,247,152)
#C3F7A1
(195,247,161)
#C9F7AA
(201,247,170)
#CFF7B3
(207,247,179)
#D5F7BC
(213,247,188)
#DBF7C5
(219,247,197)
#E1F7CE
(225,247,206)
#E7F7D7
(231,247,215)
#EDF7E0
(237,247,224)
#F3F7E9
(243,247,233)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF798; }

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

This text font color is #BDF798.

Background Color

.myBgColor { background-color: #BDF798; }

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

This div background color is #BDF798.

Border color

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

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

This div border color is #BDF798.

Opacity

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

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

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

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

This text has shadow with #BDF798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF798.

Preview

Color preview on black background

This text has color #BDF798 on black background.


Color preview on white background

This text has color #BDF798 on white background.


Black color preview on #BDF798 background

This text has black color on #BDF798 background.


White color preview on #BDF798 background

This text has white color on #BDF798 background.


Related colors

Complementary color

Complementary color for #hex is #420867.


I love getcolorcode.com

Triadic colors

1 #98BDF7 and #F798BD with #BDF798 are triadic colors.

2 #98F7BD and #F7BD98 with #BDF798 are triadic colors.