COLOR #BDF7F6

HEX: #BDF7F6
RGB: (189,247,246)

Color info

#BDF7F6 contains red, green and blue colors in about the same proportion. Web safe color of #BDF7F6 is #CCFFFF (or #CFF).

RGB color model

#BDF7F6 color RGB value is (189,247,246).

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

RGB channels and saturation

R 189 of 255 = 74%
G 247 of 255 = 97%
B 246 of 255 = 96%

189
247
246

R + G + B ~ 89%. #BDF7F6 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 247 + 246 = 682 (100%)
R 189 of 682 ~ 27.71%
G 247 of 682 ~ 36.22%
B 246 of 682 ~ 36.07%

%27.71
%36.22
%36.07

CMYK color model

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

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 3.14%
CMYK:
(23,0,0,3)
C23M0Y0K3 
(23%,0%,0%,3%)
(0.23/0.00/0.00/0.03)	

CMYK percentages

%23.48
%0
%0.4
%3.14

Codes

Color #BDF7F6 in popluar color models

BDF7F6
RGB189247246
HSL179°78.38%85.49%
HSB/HSV179°23.48%96.86%
CMYK23.48%0.00%0.40%
3.14%

Color #BDF7F6 in popluar number systems.

HEXBDF7F6
Decimal189247246
Binary101111011111011111110110
Octal275367366

Shades and tints

Shades of #BDF7F6

#BDF7F6
(189,247,246)
#ACE1E0
(172,225,224)
#9BCBCA
(155,203,202)
#8AB5B4
(138,181,180)
#799F9E
(121,159,158)
#688988
(104,137,136)
#577372
(87,115,114)
#465D5C
(70,93,92)
#354746
(53,71,70)
#243130
(36,49,48)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #BDF7F6

#BDF7F6
(189,247,246)
#C3F7F6
(195,247,246)
#C9F7F6
(201,247,246)
#CFF7F6
(207,247,246)
#D5F7F6
(213,247,246)
#DBF7F6
(219,247,246)
#E1F7F6
(225,247,246)
#E7F7F6
(231,247,246)
#EDF7F6
(237,247,246)
#F3F7F6
(243,247,246)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF7F6; }

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

This text font color is #BDF7F6.


Background Color

.myBgColor { background-color: #BDF7F6; }

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

This div background color is #BDF7F6.


Border color

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

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

This div border color is #BDF7F6.


Opacity

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

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

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

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

This text has shadow with #BDF7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF7F6 on black background.


Color preview on white background

This text has color #BDF7F6 on white background.



Black color preview on #BDF7F6 background

This text has black color on #BDF7F6 background.


White color preview on #BDF7F6 background

This text has white color on #BDF7F6 background.