COLOR #BDF7D9

HEX: #BDF7D9
RGB: (189,247,217)

Color info

#BDF7D9 contains red, green and blue colors in about the same proportion. Web safe color of #BDF7D9 is #CCFFCC (or #CFC).

RGB color model

#BDF7D9 color RGB value is (189,247,217).

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

RGB channels and saturation

R 189 of 255 = 74%
G 247 of 255 = 97%
B 217 of 255 = 85%

189
247
217

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

Portions of RGB colors in percentages

R + G + B =
189 + 247 + 217 = 653 (100%)
R 189 of 653 ~ 28.94%
G 247 of 653 ~ 37.83%
B 217 of 653 ~ 33.23%

%28.94
%37.83
%33.23

CMYK color model

#BDF7D9 color CMYK value is (23,0,12,3).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 3.14%
CMYK:
(23,0,12,3)
C23M0Y12K3 
(23%,0%,12%,3%)
(0.23/0.00/0.12/0.03)	

CMYK percentages

%23.48
%0
%12.15
%3.14

Codes

Color #BDF7D9 in popluar color models

BDF7D9
RGB189247217
HSL149°78.38%85.49%
HSB/HSV149°23.48%96.86%
CMYK23.48%0.00%12.15%
3.14%

Color #BDF7D9 in popluar number systems.

HEXBDF7D9
Decimal189247217
Binary101111011111011111011001
Octal275367331

Shades and tints

Shades of #BDF7D9

#BDF7D9
(189,247,217)
#ACE1C6
(172,225,198)
#9BCBB3
(155,203,179)
#8AB5A0
(138,181,160)
#799F8D
(121,159,141)
#68897A
(104,137,122)
#577367
(87,115,103)
#465D54
(70,93,84)
#354741
(53,71,65)
#24312E
(36,49,46)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #BDF7D9

#BDF7D9
(189,247,217)
#C3F7DC
(195,247,220)
#C9F7DF
(201,247,223)
#CFF7E2
(207,247,226)
#D5F7E5
(213,247,229)
#DBF7E8
(219,247,232)
#E1F7EB
(225,247,235)
#E7F7EE
(231,247,238)
#EDF7F1
(237,247,241)
#F3F7F4
(243,247,244)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF7D9; }

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

This text font color is #BDF7D9.


Background Color

.myBgColor { background-color: #BDF7D9; }

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

This div background color is #BDF7D9.


Border color

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

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

This div border color is #BDF7D9.


Opacity

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

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

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

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

This text has shadow with #BDF7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF7D9 on black background.


Color preview on white background

This text has color #BDF7D9 on white background.



Black color preview on #BDF7D9 background

This text has black color on #BDF7D9 background.


White color preview on #BDF7D9 background

This text has white color on #BDF7D9 background.