COLOR #BDEBD1

HEX: #BDEBD1
RGB: (189,235,209)

Color info

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

RGB color model

#BDEBD1 color RGB value is (189,235,209).

  • red value is 189;
  • green value is 235;
  • blue value is 209.
RGB:
(189,235,209)
(74%,92%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 209 of 255 = 82%

189
235
209

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

Portions of RGB colors in percentages

R + G + B =
189 + 235 + 209 = 633 (100%)
R 189 of 633 ~ 29.86%
G 235 of 633 ~ 37.12%
B 209 of 633 ~ 33.02%

%29.86
%37.12
%33.02

CMYK color model

#BDEBD1 color CMYK value is (20,0,11,8).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(20,0,11,8)
C20M0Y11K8 
(20%,0%,11%,8%)
(0.20/0.00/0.11/0.08)	

CMYK percentages

%19.57
%0
%11.06
%7.84

Codes

Color #BDEBD1 in popluar color models

BDEBD1
RGB189235209
HSL146°53.49%83.14%
HSB/HSV146°19.57%92.16%
CMYK19.57%0.00%11.06%
7.84%

Color #BDEBD1 in popluar number systems.

HEXBDEBD1
Decimal189235209
Binary101111011110101111010001
Octal275353321

Shades and tints

Shades of #BDEBD1

#BDEBD1
(189,235,209)
#ACD6BE
(172,214,190)
#9BC1AB
(155,193,171)
#8AAC98
(138,172,152)
#799785
(121,151,133)
#688272
(104,130,114)
#576D5F
(87,109,95)
#46584C
(70,88,76)
#354339
(53,67,57)
#242E26
(36,46,38)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #BDEBD1

#BDEBD1
(189,235,209)
#C3ECD5
(195,236,213)
#C9EDD9
(201,237,217)
#CFEEDD
(207,238,221)
#D5EFE1
(213,239,225)
#DBF0E5
(219,240,229)
#E1F1E9
(225,241,233)
#E7F2ED
(231,242,237)
#EDF3F1
(237,243,241)
#F3F4F5
(243,244,245)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEBD1 color. Also use rgb(189,235,209) instead hex code.

Text Font Color

.myTextColor { color: #BDEBD1; }

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

This text font color is #BDEBD1.


Background Color

.myBgColor { background-color: #BDEBD1; }

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

This div background color is #BDEBD1.


Border color

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

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

This div border color is #BDEBD1.


Opacity

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

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

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

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

This text has shadow with #BDEBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEBD1 on black background.


Color preview on white background

This text has color #BDEBD1 on white background.



Black color preview on #BDEBD1 background

This text has black color on #BDEBD1 background.


White color preview on #BDEBD1 background

This text has white color on #BDEBD1 background.