COLOR #BDF9F3

HEX: #BDF9F3
RGB: (189,249,243)

Color info

#BDF9F3 contains mainly green and blue colors. Web safe color of #BDF9F3 is #CCFFFF (or #CFF).

RGB color model

#BDF9F3 color RGB value is (189,249,243).

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

RGB channels and saturation

R 189 of 255 = 74%
G 249 of 255 = 98%
B 243 of 255 = 95%

189
249
243

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

Portions of RGB colors in percentages

R + G + B =
189 + 249 + 243 = 681 (100%)
R 189 of 681 ~ 27.75%
G 249 of 681 ~ 36.56%
B 243 of 681 ~ 35.68%

%27.75
%36.56
%35.68

CMYK color model

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

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 2.41%
  • key color value is 2.35%
CMYK:
(24,0,2,2)
C24M0Y2K2 
(24%,0%,2%,2%)
(0.24/0.00/0.02/0.02)	

CMYK percentages

%24.1
%0
%2.41
%2.35

Codes

Color #BDF9F3 in popluar color models

BDF9F3
RGB189249243
HSL174°83.33%85.88%
HSB/HSV174°24.10%97.65%
CMYK24.10%0.00%2.41%
2.35%

Color #BDF9F3 in popluar number systems.

HEXBDF9F3
Decimal189249243
Binary101111011111100111110011
Octal275371363

Shades and tints

Shades of #BDF9F3

#BDF9F3
(189,249,243)
#ACE3DD
(172,227,221)
#9BCDC7
(155,205,199)
#8AB7B1
(138,183,177)
#79A19B
(121,161,155)
#688B85
(104,139,133)
#57756F
(87,117,111)
#465F59
(70,95,89)
#354943
(53,73,67)
#24332D
(36,51,45)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #BDF9F3

#BDF9F3
(189,249,243)
#C3F9F4
(195,249,244)
#C9F9F5
(201,249,245)
#CFF9F6
(207,249,246)
#D5F9F7
(213,249,247)
#DBF9F8
(219,249,248)
#E1F9F9
(225,249,249)
#E7F9FA
(231,249,250)
#EDF9FB
(237,249,251)
#F3F9FC
(243,249,252)
#F9F9FD
(249,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF9F3; }

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

This text font color is #BDF9F3.


Background Color

.myBgColor { background-color: #BDF9F3; }

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

This div background color is #BDF9F3.


Border color

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

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

This div border color is #BDF9F3.


Opacity

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

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

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

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

This text has shadow with #BDF9F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF9F3 on black background.


Color preview on white background

This text has color #BDF9F3 on white background.



Black color preview on #BDF9F3 background

This text has black color on #BDF9F3 background.


White color preview on #BDF9F3 background

This text has white color on #BDF9F3 background.