COLOR #BDF9CE

HEX: #BDF9CE
RGB: (189,249,206)

Color info

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

RGB color model

#BDF9CE color RGB value is (189,249,206).

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

RGB channels and saturation

R 189 of 255 = 74%
G 249 of 255 = 98%
B 206 of 255 = 81%

189
249
206

R + G + B ~ 84%. #BDF9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 249 + 206 = 644 (100%)
R 189 of 644 ~ 29.35%
G 249 of 644 ~ 38.66%
B 206 of 644 ~ 31.99%

%29.35
%38.66
%31.99

CMYK color model

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

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 2.35%
CMYK:
(24,0,17,2)
C24M0Y17K2 
(24%,0%,17%,2%)
(0.24/0.00/0.17/0.02)	

CMYK percentages

%24.1
%0
%17.27
%2.35

Codes

Color #BDF9CE in popluar color models

BDF9CE
RGB189249206
HSL137°83.33%85.88%
HSB/HSV137°24.10%97.65%
CMYK24.10%0.00%17.27%
2.35%

Color #BDF9CE in popluar number systems.

HEXBDF9CE
Decimal189249206
Binary101111011111100111001110
Octal275371316

Shades and tints

Shades of #BDF9CE

#BDF9CE
(189,249,206)
#ACE3BC
(172,227,188)
#9BCDAA
(155,205,170)
#8AB798
(138,183,152)
#79A186
(121,161,134)
#688B74
(104,139,116)
#577562
(87,117,98)
#465F50
(70,95,80)
#35493E
(53,73,62)
#24332C
(36,51,44)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #BDF9CE

#BDF9CE
(189,249,206)
#C3F9D2
(195,249,210)
#C9F9D6
(201,249,214)
#CFF9DA
(207,249,218)
#D5F9DE
(213,249,222)
#DBF9E2
(219,249,226)
#E1F9E6
(225,249,230)
#E7F9EA
(231,249,234)
#EDF9EE
(237,249,238)
#F3F9F2
(243,249,242)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF9CE; }

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

This text font color is #BDF9CE.


Background Color

.myBgColor { background-color: #BDF9CE; }

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

This div background color is #BDF9CE.


Border color

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

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

This div border color is #BDF9CE.


Opacity

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

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

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

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

This text has shadow with #BDF9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF9CE on black background.


Color preview on white background

This text has color #BDF9CE on white background.



Black color preview on #BDF9CE background

This text has black color on #BDF9CE background.


White color preview on #BDF9CE background

This text has white color on #BDF9CE background.