COLOR #BDF5DE

HEX: #BDF5DE
RGB: (189,245,222)

Color info

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

RGB color model

#BDF5DE color RGB value is (189,245,222).

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

RGB channels and saturation

R 189 of 255 = 74%
G 245 of 255 = 96%
B 222 of 255 = 87%

189
245
222

R + G + B ~ 86%. #BDF5DE is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 245 + 222 = 656 (100%)
R 189 of 656 ~ 28.81%
G 245 of 656 ~ 37.35%
B 222 of 656 ~ 33.84%

%28.81
%37.35
%33.84

CMYK color model

#BDF5DE color CMYK value is (23,0,9,4).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(23,0,9,4)
C23M0Y9K4 
(23%,0%,9%,4%)
(0.23/0.00/0.09/0.04)	

CMYK percentages

%22.86
%0
%9.39
%3.92

Codes

Color #BDF5DE in popluar color models

BDF5DE
RGB189245222
HSL155°73.68%85.10%
HSB/HSV155°22.86%96.08%
CMYK22.86%0.00%9.39%
3.92%

Color #BDF5DE in popluar number systems.

HEXBDF5DE
Decimal189245222
Binary101111011111010111011110
Octal275365336

Shades and tints

Shades of #BDF5DE

#BDF5DE
(189,245,222)
#ACDFCA
(172,223,202)
#9BC9B6
(155,201,182)
#8AB3A2
(138,179,162)
#799D8E
(121,157,142)
#68877A
(104,135,122)
#577166
(87,113,102)
#465B52
(70,91,82)
#35453E
(53,69,62)
#242F2A
(36,47,42)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDF5DE

#BDF5DE
(189,245,222)
#C3F5E1
(195,245,225)
#C9F5E4
(201,245,228)
#CFF5E7
(207,245,231)
#D5F5EA
(213,245,234)
#DBF5ED
(219,245,237)
#E1F5F0
(225,245,240)
#E7F5F3
(231,245,243)
#EDF5F6
(237,245,246)
#F3F5F9
(243,245,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF5DE; }

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

This text font color is #BDF5DE.


Background Color

.myBgColor { background-color: #BDF5DE; }

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

This div background color is #BDF5DE.


Border color

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

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

This div border color is #BDF5DE.


Opacity

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

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

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

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

This text has shadow with #BDF5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF5DE on black background.


Color preview on white background

This text has color #BDF5DE on white background.



Black color preview on #BDF5DE background

This text has black color on #BDF5DE background.


White color preview on #BDF5DE background

This text has white color on #BDF5DE background.