COLOR #BDF5CD

HEX: #BDF5CD
RGB: (189,245,205)

Color info

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

RGB color model

#BDF5CD color RGB value is (189,245,205).

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

RGB channels and saturation

R 189 of 255 = 74%
G 245 of 255 = 96%
B 205 of 255 = 80%

189
245
205

R + G + B ~ 83%. #BDF5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 245 + 205 = 639 (100%)
R 189 of 639 ~ 29.58%
G 245 of 639 ~ 38.34%
B 205 of 639 ~ 32.08%

%29.58
%38.34
%32.08

CMYK color model

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

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • 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
%16.33
%3.92

Codes

Color #BDF5CD in popluar color models

BDF5CD
RGB189245205
HSL137°73.68%85.10%
HSB/HSV137°22.86%96.08%
CMYK22.86%0.00%16.33%
3.92%

Color #BDF5CD in popluar number systems.

HEXBDF5CD
Decimal189245205
Binary101111011111010111001101
Octal275365315

Shades and tints

Shades of #BDF5CD

#BDF5CD
(189,245,205)
#ACDFBB
(172,223,187)
#9BC9A9
(155,201,169)
#8AB397
(138,179,151)
#799D85
(121,157,133)
#688773
(104,135,115)
#577161
(87,113,97)
#465B4F
(70,91,79)
#35453D
(53,69,61)
#242F2B
(36,47,43)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #BDF5CD

#BDF5CD
(189,245,205)
#C3F5D1
(195,245,209)
#C9F5D5
(201,245,213)
#CFF5D9
(207,245,217)
#D5F5DD
(213,245,221)
#DBF5E1
(219,245,225)
#E1F5E5
(225,245,229)
#E7F5E9
(231,245,233)
#EDF5ED
(237,245,237)
#F3F5F1
(243,245,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF5CD; }

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

This text font color is #BDF5CD.


Background Color

.myBgColor { background-color: #BDF5CD; }

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

This div background color is #BDF5CD.


Border color

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

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

This div border color is #BDF5CD.


Opacity

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

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

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

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

This text has shadow with #BDF5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF5CD on black background.


Color preview on white background

This text has color #BDF5CD on white background.



Black color preview on #BDF5CD background

This text has black color on #BDF5CD background.


White color preview on #BDF5CD background

This text has white color on #BDF5CD background.