COLOR #BDF9D0

HEX: #BDF9D0
RGB: (189,249,208)

Color info

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

RGB color model

#BDF9D0 color RGB value is (189,249,208).

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

RGB channels and saturation

R 189 of 255 = 74%
G 249 of 255 = 98%
B 208 of 255 = 82%

189
249
208

R + G + B ~ 85%. #BDF9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 249 + 208 = 646 (100%)
R 189 of 646 ~ 29.26%
G 249 of 646 ~ 38.54%
B 208 of 646 ~ 32.2%

%29.26
%38.54
%32.2

CMYK color model

#BDF9D0 color CMYK value is (24,0,16,2).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 2.35%
CMYK:
(24,0,16,2)
C24M0Y16K2 
(24%,0%,16%,2%)
(0.24/0.00/0.16/0.02)	

CMYK percentages

%24.1
%0
%16.47
%2.35

Codes

Color #BDF9D0 in popluar color models

BDF9D0
RGB189249208
HSL139°83.33%85.88%
HSB/HSV139°24.10%97.65%
CMYK24.10%0.00%16.47%
2.35%

Color #BDF9D0 in popluar number systems.

HEXBDF9D0
Decimal189249208
Binary101111011111100111010000
Octal275371320

Shades and tints

Shades of #BDF9D0

#BDF9D0
(189,249,208)
#ACE3BE
(172,227,190)
#9BCDAC
(155,205,172)
#8AB79A
(138,183,154)
#79A188
(121,161,136)
#688B76
(104,139,118)
#577564
(87,117,100)
#465F52
(70,95,82)
#354940
(53,73,64)
#24332E
(36,51,46)
#131D1C
(19,29,28)
#000000
(0,0,0)

Tints of #BDF9D0

#BDF9D0
(189,249,208)
#C3F9D4
(195,249,212)
#C9F9D8
(201,249,216)
#CFF9DC
(207,249,220)
#D5F9E0
(213,249,224)
#DBF9E4
(219,249,228)
#E1F9E8
(225,249,232)
#E7F9EC
(231,249,236)
#EDF9F0
(237,249,240)
#F3F9F4
(243,249,244)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF9D0; }

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

This text font color is #BDF9D0.


Background Color

.myBgColor { background-color: #BDF9D0; }

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

This div background color is #BDF9D0.


Border color

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

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

This div border color is #BDF9D0.


Opacity

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

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

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

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

This text has shadow with #BDF9D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF9D0 on black background.


Color preview on white background

This text has color #BDF9D0 on white background.



Black color preview on #BDF9D0 background

This text has black color on #BDF9D0 background.


White color preview on #BDF9D0 background

This text has white color on #BDF9D0 background.