COLOR #BDD1BC

HEX: #BDD1BC
RGB: (189,209,188)

Color info

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

RGB color model

#BDD1BC color RGB value is (189,209,188).

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

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 188 of 255 = 74%

189
209
188

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

Portions of RGB colors in percentages

R + G + B =
189 + 209 + 188 = 586 (100%)
R 189 of 586 ~ 32.25%
G 209 of 586 ~ 35.67%
B 188 of 586 ~ 32.08%

%32.25
%35.67
%32.08

CMYK color model

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

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 18.04%
CMYK:
(10,0,10,18)
C10M0Y10K18 
(10%,0%,10%,18%)
(0.10/0.00/0.10/0.18)	

CMYK percentages

%9.57
%0
%10.05
%18.04

Codes

Color #BDD1BC in popluar color models

BDD1BC
RGB189209188
HSL117°18.58%77.84%
HSB/HSV117°10.05%81.96%
CMYK9.57%0.00%10.05%
18.04%

Color #BDD1BC in popluar number systems.

HEXBDD1BC
Decimal189209188
Binary101111011101000110111100
Octal275321274

Shades and tints

Shades of #BDD1BC

#BDD1BC
(189,209,188)
#ACBEAB
(172,190,171)
#9BAB9A
(155,171,154)
#8A9889
(138,152,137)
#798578
(121,133,120)
#687267
(104,114,103)
#575F56
(87,95,86)
#464C45
(70,76,69)
#353934
(53,57,52)
#242623
(36,38,35)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #BDD1BC

#BDD1BC
(189,209,188)
#C3D5C2
(195,213,194)
#C9D9C8
(201,217,200)
#CFDDCE
(207,221,206)
#D5E1D4
(213,225,212)
#DBE5DA
(219,229,218)
#E1E9E0
(225,233,224)
#E7EDE6
(231,237,230)
#EDF1EC
(237,241,236)
#F3F5F2
(243,245,242)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1BC; }

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

This text font color is #BDD1BC.


Background Color

.myBgColor { background-color: #BDD1BC; }

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

This div background color is #BDD1BC.


Border color

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

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

This div border color is #BDD1BC.


Opacity

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

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

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

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

This text has shadow with #BDD1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD1BC on black background.


Color preview on white background

This text has color #BDD1BC on white background.



Black color preview on #BDD1BC background

This text has black color on #BDD1BC background.


White color preview on #BDD1BC background

This text has white color on #BDD1BC background.