COLOR #BDCCB7

HEX: #BDCCB7 RGB: (189,204,183)

Color info

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

RGB color model

#BDCCB7 color RGB value is (189,204,183).

RGB: (189,204,183) (74%, 80%, 72%)

RGB channels and saturation

R 189 of 255 = 74%
G 204 of 255 = 80%
B 183 of 255 = 72%

189
204
183

R + G + B ~ 75%. #BDCCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 204 + 183 = 576 (100%)
R 189 of 576 ~ 32.81%
G 204 of 576 ~ 35.42%
B 183 of 576 ~ 31.77'%

%32.81
%35.42
%31.77

CMYK color model

#BDCCB7 color CMYK value is (7,0,10,20).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 20.00%

CMYK: (7,0,10,20)
C7M0Y10K20 (7%, 0%, 10%, 20%)
(0.07 / 0.00 / 0.10 / 0.20)

CMYK percentages

%7.35
%0
%10.29
%20

Codes

Color #BDCCB7 in popluar color models

BD CC B7
RGB 189 204 183
HSL 103° 17.07% 75.88%
HSB/HSV 103° 10.29% 80.00%
CMYK 7.35% 0.00% 10.29%
20.00%

Color #BDCCB7 in popluar number systems.

HEX BD CC B7
Decimal 189 204 183
Binary 10111101 11001100 10110111
Octal 275 314 267

Shades and tints

Shades of #BDCCB7

#BDCCB7
(189,204,183)
#ACBAA7
(172,186,167)
#9BA897
(155,168,151)
#8A9687
(138,150,135)
#798477
(121,132,119)
#687267
(104,114,103)
#576057
(87,96,87)
#464E47
(70,78,71)
#353C37
(53,60,55)
#242A27
(36,42,39)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #BDCCB7

#BDCCB7
(189,204,183)
#C3D0BD
(195,208,189)
#C9D4C3
(201,212,195)
#CFD8C9
(207,216,201)
#D5DCCF
(213,220,207)
#DBE0D5
(219,224,213)
#E1E4DB
(225,228,219)
#E7E8E1
(231,232,225)
#EDECE7
(237,236,231)
#F3F0ED
(243,240,237)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCCB7 color. Also use rgb(189,204,183) instead hex code.

Text Font Color

.myTextColor { color: #BDCCB7; }

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

This text font color is #BDCCB7.

Background Color

.myBgColor { background-color: #BDCCB7; }

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

This div background color is #BDCCB7.

Border color

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

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

This div border color is #BDCCB7.

Opacity

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

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

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

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

This text has shadow with #BDCCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCCB7.

Preview

Color preview on black background

This text has color #BDCCB7 on black background.


Color preview on white background

This text has color #BDCCB7 on white background.


Black color preview on #BDCCB7 background

This text has black color on #BDCCB7 background.


White color preview on #BDCCB7 background

This text has white color on #BDCCB7 background.


Related colors

Complementary color

Complementary color for #hex is #423348.


I love getcolorcode.com

Triadic colors

1 #B7BDCC and #CCB7BD with #BDCCB7 are triadic colors.

2 #B7CCBD and #CCBDB7 with #BDCCB7 are triadic colors.