COLOR #BDE6C8

HEX: #BDE6C8
RGB: (189,230,200)

Color info

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

RGB color model

#BDE6C8 color RGB value is (189,230,200).

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

RGB channels and saturation

R 189 of 255 = 74%
G 230 of 255 = 90%
B 200 of 255 = 78%

189
230
200

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

Portions of RGB colors in percentages

R + G + B =
189 + 230 + 200 = 619 (100%)
R 189 of 619 ~ 30.53%
G 230 of 619 ~ 37.16%
B 200 of 619 ~ 32.31%

%30.53
%37.16
%32.31

CMYK color model

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

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • 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
%13.04
%9.8

Codes

Color #BDE6C8 in popluar color models

BDE6C8
RGB189230200
HSL136°45.05%82.16%
HSB/HSV136°17.83%90.20%
CMYK17.83%0.00%13.04%
9.80%

Color #BDE6C8 in popluar number systems.

HEXBDE6C8
Decimal189230200
Binary101111011110011011001000
Octal275346310

Shades and tints

Shades of #BDE6C8

#BDE6C8
(189,230,200)
#ACD2B6
(172,210,182)
#9BBEA4
(155,190,164)
#8AAA92
(138,170,146)
#799680
(121,150,128)
#68826E
(104,130,110)
#576E5C
(87,110,92)
#465A4A
(70,90,74)
#354638
(53,70,56)
#243226
(36,50,38)
#131E14
(19,30,20)
#000000
(0,0,0)

Tints of #BDE6C8

#BDE6C8
(189,230,200)
#C3E8CD
(195,232,205)
#C9EAD2
(201,234,210)
#CFECD7
(207,236,215)
#D5EEDC
(213,238,220)
#DBF0E1
(219,240,225)
#E1F2E6
(225,242,230)
#E7F4EB
(231,244,235)
#EDF6F0
(237,246,240)
#F3F8F5
(243,248,245)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE6C8; }

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

This text font color is #BDE6C8.


Background Color

.myBgColor { background-color: #BDE6C8; }

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

This div background color is #BDE6C8.


Border color

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

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

This div border color is #BDE6C8.


Opacity

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

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

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

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

This text has shadow with #BDE6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE6C8 on black background.


Color preview on white background

This text has color #BDE6C8 on white background.



Black color preview on #BDE6C8 background

This text has black color on #BDE6C8 background.


White color preview on #BDE6C8 background

This text has white color on #BDE6C8 background.