COLOR #BDFFDC

HEX: #BDFFDC
RGB: (189,255,220)

Color info

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

RGB color model

#BDFFDC color RGB value is (189,255,220).

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

RGB channels and saturation

R 189 of 255 = 74%
G 255 of 255 = 100%
B 220 of 255 = 86%

189
255
220

R + G + B ~ 87%. #BDFFDC is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 255 + 220 = 664 (100%)
R 189 of 664 ~ 28.46%
G 255 of 664 ~ 38.4%
B 220 of 664 ~ 33.13%

%28.46
%38.4
%33.13

CMYK color model

#BDFFDC color CMYK value is (26,0,14,0).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(26,0,14,0)
C26M0Y14K0 
(26%,0%,14%,0%)
(0.26/0.00/0.14/0.00)	

CMYK percentages

%25.88
%0
%13.73
%0

Codes

Color #BDFFDC in popluar color models

BDFFDC
RGB189255220
HSL148°100.00%87.06%
HSB/HSV148°25.88%100.00%
CMYK25.88%0.00%13.73%
0.00%

Color #BDFFDC in popluar number systems.

HEXBDFFDC
Decimal189255220
Binary101111011111111111011100
Octal275377334

Shades and tints

Shades of #BDFFDC

#BDFFDC
(189,255,220)
#ACE8C8
(172,232,200)
#9BD1B4
(155,209,180)
#8ABAA0
(138,186,160)
#79A38C
(121,163,140)
#688C78
(104,140,120)
#577564
(87,117,100)
#465E50
(70,94,80)
#35473C
(53,71,60)
#243028
(36,48,40)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDFFDC

#BDFFDC
(189,255,220)
#C3FFDF
(195,255,223)
#C9FFE2
(201,255,226)
#CFFFE5
(207,255,229)
#D5FFE8
(213,255,232)
#DBFFEB
(219,255,235)
#E1FFEE
(225,255,238)
#E7FFF1
(231,255,241)
#EDFFF4
(237,255,244)
#F3FFF7
(243,255,247)
#F9FFFA
(249,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDFFDC; }

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

This text font color is #BDFFDC.


Background Color

.myBgColor { background-color: #BDFFDC; }

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

This div background color is #BDFFDC.


Border color

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

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

This div border color is #BDFFDC.


Opacity

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

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

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

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

This text has shadow with #BDFFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFFDC on black background.


Color preview on white background

This text has color #BDFFDC on white background.



Black color preview on #BDFFDC background

This text has black color on #BDFFDC background.


White color preview on #BDFFDC background

This text has white color on #BDFFDC background.