COLOR #BDE6C9

HEX: #BDE6C9
RGB: (189,230,201)

Color info

#BDE6C9 contains red, green and blue colors in about the same proportion. Web safe color of #BDE6C9 is #CCCCCC (or #CCC).

RGB color model

#BDE6C9 color RGB value is (189,230,201).

  • red value is 189;
  • green value is 230;
  • blue value is 201.
RGB:
(189,230,201)
(74%,90%,79%)

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 201 of 255 = 79%

189
230
201

R + G + B ~ 81%. #BDE6C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 230 + 201 = 620 (100%)
R 189 of 620 ~ 30.48%
G 230 of 620 ~ 37.1%
B 201 of 620 ~ 32.42%

%30.48
%37.1
%32.42

CMYK color model

#BDE6C9 color CMYK value is (18,0,13,10).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 9.80%
CMYK:
(18,0,13,10)
C18M0Y13K10 
(18%,0%,13%,10%)
(0.18/0.00/0.13/0.10)	

CMYK percentages

%17.83
%0
%12.61
%9.8

Codes

Color #BDE6C9 in popluar color models

BDE6C9
RGB189230201
HSL138°45.05%82.16%
HSB/HSV138°17.83%90.20%
CMYK17.83%0.00%12.61%
9.80%

Color #BDE6C9 in popluar number systems.

HEXBDE6C9
Decimal189230201
Binary101111011110011011001001
Octal275346311

Shades and tints

Shades of #BDE6C9

#BDE6C9
(189,230,201)
#ACD2B7
(172,210,183)
#9BBEA5
(155,190,165)
#8AAA93
(138,170,147)
#799681
(121,150,129)
#68826F
(104,130,111)
#576E5D
(87,110,93)
#465A4B
(70,90,75)
#354639
(53,70,57)
#243227
(36,50,39)
#131E15
(19,30,21)
#000000
(0,0,0)

Tints of #BDE6C9

#BDE6C9
(189,230,201)
#C3E8CD
(195,232,205)
#C9EAD1
(201,234,209)
#CFECD5
(207,236,213)
#D5EED9
(213,238,217)
#DBF0DD
(219,240,221)
#E1F2E1
(225,242,225)
#E7F4E5
(231,244,229)
#EDF6E9
(237,246,233)
#F3F8ED
(243,248,237)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE6C9 color. Also use rgb(189,230,201) instead hex code.

Text Font Color

.myTextColor { color: #BDE6C9; }

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

This text font color is #BDE6C9.


Background Color

.myBgColor { background-color: #BDE6C9; }

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

This div background color is #BDE6C9.


Border color

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

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

This div border color is #BDE6C9.


Opacity

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

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

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

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

This text has shadow with #BDE6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE6C9 on black background.


Color preview on white background

This text has color #BDE6C9 on white background.



Black color preview on #BDE6C9 background

This text has black color on #BDE6C9 background.


White color preview on #BDE6C9 background

This text has white color on #BDE6C9 background.