COLOR #BDFCE3

HEX: #BDFCE3
RGB: (189,252,227)

Color info

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

RGB color model

#BDFCE3 color RGB value is (189,252,227).

  • red value is 189;
  • green value is 252;
  • blue value is 227.
RGB:
(189,252,227)
(74%,99%,89%)

RGB channels and saturation

R 189 of 255 = 74%
G 252 of 255 = 99%
B 227 of 255 = 89%

189
252
227

R + G + B ~ 87%. #BDFCE3 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 252 + 227 = 668 (100%)
R 189 of 668 ~ 28.29%
G 252 of 668 ~ 37.72%
B 227 of 668 ~ 33.98%

%28.29
%37.72
%33.98

CMYK color model

#BDFCE3 color CMYK value is (25,0,10,1).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(25,0,10,1)
C25M0Y10K1 
(25%,0%,10%,1%)
(0.25/0.00/0.10/0.01)	

CMYK percentages

%25
%0
%9.92
%1.18

Codes

Color #BDFCE3 in popluar color models

BDFCE3
RGB189252227
HSL156°91.30%86.47%
HSB/HSV156°25.00%98.82%
CMYK25.00%0.00%9.92%
1.18%

Color #BDFCE3 in popluar number systems.

HEXBDFCE3
Decimal189252227
Binary101111011111110011100011
Octal275374343

Shades and tints

Shades of #BDFCE3

#BDFCE3
(189,252,227)
#ACE6CF
(172,230,207)
#9BD0BB
(155,208,187)
#8ABAA7
(138,186,167)
#79A493
(121,164,147)
#688E7F
(104,142,127)
#57786B
(87,120,107)
#466257
(70,98,87)
#354C43
(53,76,67)
#24362F
(36,54,47)
#13201B
(19,32,27)
#000000
(0,0,0)

Tints of #BDFCE3

#BDFCE3
(189,252,227)
#C3FCE5
(195,252,229)
#C9FCE7
(201,252,231)
#CFFCE9
(207,252,233)
#D5FCEB
(213,252,235)
#DBFCED
(219,252,237)
#E1FCEF
(225,252,239)
#E7FCF1
(231,252,241)
#EDFCF3
(237,252,243)
#F3FCF5
(243,252,245)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFCE3 color. Also use rgb(189,252,227) instead hex code.

Text Font Color

.myTextColor { color: #BDFCE3; }

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

This text font color is #BDFCE3.


Background Color

.myBgColor { background-color: #BDFCE3; }

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

This div background color is #BDFCE3.


Border color

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

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

This div border color is #BDFCE3.


Opacity

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

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

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

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

This text has shadow with #BDFCE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFCE3 on black background.


Color preview on white background

This text has color #BDFCE3 on white background.



Black color preview on #BDFCE3 background

This text has black color on #BDFCE3 background.


White color preview on #BDFCE3 background

This text has white color on #BDFCE3 background.