COLOR #BDF5CE

HEX: #BDF5CE
RGB: (189,245,206)

Color info

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

RGB color model

#BDF5CE color RGB value is (189,245,206).

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

RGB channels and saturation

R 189 of 255 = 74%
G 245 of 255 = 96%
B 206 of 255 = 81%

189
245
206

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

Portions of RGB colors in percentages

R + G + B =
189 + 245 + 206 = 640 (100%)
R 189 of 640 ~ 29.53%
G 245 of 640 ~ 38.28%
B 206 of 640 ~ 32.19%

%29.53
%38.28
%32.19

CMYK color model

#BDF5CE color CMYK value is (23,0,16,4).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(23,0,16,4)
C23M0Y16K4 
(23%,0%,16%,4%)
(0.23/0.00/0.16/0.04)	

CMYK percentages

%22.86
%0
%15.92
%3.92

Codes

Color #BDF5CE in popluar color models

BDF5CE
RGB189245206
HSL138°73.68%85.10%
HSB/HSV138°22.86%96.08%
CMYK22.86%0.00%15.92%
3.92%

Color #BDF5CE in popluar number systems.

HEXBDF5CE
Decimal189245206
Binary101111011111010111001110
Octal275365316

Shades and tints

Shades of #BDF5CE

#BDF5CE
(189,245,206)
#ACDFBC
(172,223,188)
#9BC9AA
(155,201,170)
#8AB398
(138,179,152)
#799D86
(121,157,134)
#688774
(104,135,116)
#577162
(87,113,98)
#465B50
(70,91,80)
#35453E
(53,69,62)
#242F2C
(36,47,44)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #BDF5CE

#BDF5CE
(189,245,206)
#C3F5D2
(195,245,210)
#C9F5D6
(201,245,214)
#CFF5DA
(207,245,218)
#D5F5DE
(213,245,222)
#DBF5E2
(219,245,226)
#E1F5E6
(225,245,230)
#E7F5EA
(231,245,234)
#EDF5EE
(237,245,238)
#F3F5F2
(243,245,242)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF5CE; }

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

This text font color is #BDF5CE.


Background Color

.myBgColor { background-color: #BDF5CE; }

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

This div background color is #BDF5CE.


Border color

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

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

This div border color is #BDF5CE.


Opacity

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

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

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

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

This text has shadow with #BDF5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF5CE on black background.


Color preview on white background

This text has color #BDF5CE on white background.



Black color preview on #BDF5CE background

This text has black color on #BDF5CE background.


White color preview on #BDF5CE background

This text has white color on #BDF5CE background.