COLOR #BDF9DC

HEX: #BDF9DC
RGB: (189,249,220)

Color info

#BDF9DC contains mainly green and blue colors. Web safe color of #BDF9DC is #CCFFCC (or #CFC).

RGB color model

#BDF9DC color RGB value is (189,249,220).

  • red value is 189;
  • green value is 249;
  • blue value is 220.
RGB:
(189,249,220)
(74%,98%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 249 of 255 = 98%
B 220 of 255 = 86%

189
249
220

R + G + B ~ 86%. #BDF9DC is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 249 + 220 = 658 (100%)
R 189 of 658 ~ 28.72%
G 249 of 658 ~ 37.84%
B 220 of 658 ~ 33.43%

%28.72
%37.84
%33.43

CMYK color model

#BDF9DC color CMYK value is (24,0,12,2).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 2.35%
CMYK:
(24,0,12,2)
C24M0Y12K2 
(24%,0%,12%,2%)
(0.24/0.00/0.12/0.02)	

CMYK percentages

%24.1
%0
%11.65
%2.35

Codes

Color #BDF9DC in popluar color models

BDF9DC
RGB189249220
HSL151°83.33%85.88%
HSB/HSV151°24.10%97.65%
CMYK24.10%0.00%11.65%
2.35%

Color #BDF9DC in popluar number systems.

HEXBDF9DC
Decimal189249220
Binary101111011111100111011100
Octal275371334

Shades and tints

Shades of #BDF9DC

#BDF9DC
(189,249,220)
#ACE3C8
(172,227,200)
#9BCDB4
(155,205,180)
#8AB7A0
(138,183,160)
#79A18C
(121,161,140)
#688B78
(104,139,120)
#577564
(87,117,100)
#465F50
(70,95,80)
#35493C
(53,73,60)
#243328
(36,51,40)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #BDF9DC

#BDF9DC
(189,249,220)
#C3F9DF
(195,249,223)
#C9F9E2
(201,249,226)
#CFF9E5
(207,249,229)
#D5F9E8
(213,249,232)
#DBF9EB
(219,249,235)
#E1F9EE
(225,249,238)
#E7F9F1
(231,249,241)
#EDF9F4
(237,249,244)
#F3F9F7
(243,249,247)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF9DC color. Also use rgb(189,249,220) instead hex code.

Text Font Color

.myTextColor { color: #BDF9DC; }

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

This text font color is #BDF9DC.


Background Color

.myBgColor { background-color: #BDF9DC; }

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

This div background color is #BDF9DC.


Border color

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

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

This div border color is #BDF9DC.


Opacity

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

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

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

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

This text has shadow with #BDF9DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF9DC on black background.


Color preview on white background

This text has color #BDF9DC on white background.



Black color preview on #BDF9DC background

This text has black color on #BDF9DC background.


White color preview on #BDF9DC background

This text has white color on #BDF9DC background.