COLOR #BDD6B8

HEX: #BDD6B8
RGB: (189,214,184)

Color info

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

RGB color model

#BDD6B8 color RGB value is (189,214,184).

  • red value is 189;
  • green value is 214;
  • blue value is 184.
RGB:
(189,214,184)
(74%,84%,72%)

RGB channels and saturation

R 189 of 255 = 74%
G 214 of 255 = 84%
B 184 of 255 = 72%

189
214
184

R + G + B ~ 77%. #BDD6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 214 + 184 = 587 (100%)
R 189 of 587 ~ 32.2%
G 214 of 587 ~ 36.46%
B 184 of 587 ~ 31.35%

%32.2
%36.46
%31.35

CMYK color model

#BDD6B8 color CMYK value is (12,0,14,16).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • key color value is 16.08%
CMYK:
(12,0,14,16)
C12M0Y14K16 
(12%,0%,14%,16%)
(0.12/0.00/0.14/0.16)	

CMYK percentages

%11.68
%0
%14.02
%16.08

Codes

Color #BDD6B8 in popluar color models

BDD6B8
RGB189214184
HSL110°26.79%78.04%
HSB/HSV110°14.02%83.92%
CMYK11.68%0.00%14.02%
16.08%

Color #BDD6B8 in popluar number systems.

HEXBDD6B8
Decimal189214184
Binary101111011101011010111000
Octal275326270

Shades and tints

Shades of #BDD6B8

#BDD6B8
(189,214,184)
#ACC3A8
(172,195,168)
#9BB098
(155,176,152)
#8A9D88
(138,157,136)
#798A78
(121,138,120)
#687768
(104,119,104)
#576458
(87,100,88)
#465148
(70,81,72)
#353E38
(53,62,56)
#242B28
(36,43,40)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDD6B8

#BDD6B8
(189,214,184)
#C3D9BE
(195,217,190)
#C9DCC4
(201,220,196)
#CFDFCA
(207,223,202)
#D5E2D0
(213,226,208)
#DBE5D6
(219,229,214)
#E1E8DC
(225,232,220)
#E7EBE2
(231,235,226)
#EDEEE8
(237,238,232)
#F3F1EE
(243,241,238)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD6B8 color. Also use rgb(189,214,184) instead hex code.

Text Font Color

.myTextColor { color: #BDD6B8; }

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

This text font color is #BDD6B8.


Background Color

.myBgColor { background-color: #BDD6B8; }

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

This div background color is #BDD6B8.


Border color

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

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

This div border color is #BDD6B8.


Opacity

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

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

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

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

This text has shadow with #BDD6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD6B8 on black background.


Color preview on white background

This text has color #BDD6B8 on white background.



Black color preview on #BDD6B8 background

This text has black color on #BDD6B8 background.


White color preview on #BDD6B8 background

This text has white color on #BDD6B8 background.