COLOR #BDF1CD

HEX: #BDF1CD
RGB: (189,241,205)

Color info

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

RGB color model

#BDF1CD color RGB value is (189,241,205).

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

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 205 of 255 = 80%

189
241
205

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

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 205 = 635 (100%)
R 189 of 635 ~ 29.76%
G 241 of 635 ~ 37.95%
B 205 of 635 ~ 32.28%

%29.76
%37.95
%32.28

CMYK color model

#BDF1CD color CMYK value is (22,0,15,5).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 5.49%
CMYK:
(22,0,15,5)
C22M0Y15K5 
(22%,0%,15%,5%)
(0.22/0.00/0.15/0.05)	

CMYK percentages

%21.58
%0
%14.94
%5.49

Codes

Color #BDF1CD in popluar color models

BDF1CD
RGB189241205
HSL138°65.00%84.31%
HSB/HSV138°21.58%94.51%
CMYK21.58%0.00%14.94%
5.49%

Color #BDF1CD in popluar number systems.

HEXBDF1CD
Decimal189241205
Binary101111011111000111001101
Octal275361315

Shades and tints

Shades of #BDF1CD

#BDF1CD
(189,241,205)
#ACDCBB
(172,220,187)
#9BC7A9
(155,199,169)
#8AB297
(138,178,151)
#799D85
(121,157,133)
#688873
(104,136,115)
#577361
(87,115,97)
#465E4F
(70,94,79)
#35493D
(53,73,61)
#24342B
(36,52,43)
#131F19
(19,31,25)
#000000
(0,0,0)

Tints of #BDF1CD

#BDF1CD
(189,241,205)
#C3F2D1
(195,242,209)
#C9F3D5
(201,243,213)
#CFF4D9
(207,244,217)
#D5F5DD
(213,245,221)
#DBF6E1
(219,246,225)
#E1F7E5
(225,247,229)
#E7F8E9
(231,248,233)
#EDF9ED
(237,249,237)
#F3FAF1
(243,250,241)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF1CD; }

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

This text font color is #BDF1CD.


Background Color

.myBgColor { background-color: #BDF1CD; }

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

This div background color is #BDF1CD.


Border color

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

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

This div border color is #BDF1CD.


Opacity

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

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

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

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

This text has shadow with #BDF1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1CD on black background.


Color preview on white background

This text has color #BDF1CD on white background.



Black color preview on #BDF1CD background

This text has black color on #BDF1CD background.


White color preview on #BDF1CD background

This text has white color on #BDF1CD background.