COLOR #B7CBBD

HEX: #B7CBBD RGB: (183,203,189)

Color info

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

RGB color model

#B7CBBD color RGB value is (183,203,189).

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

RGB channels and saturation

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

183
203
189

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

Portions of RGB colors in percentages

R + G + B = 183 + 203 + 189 = 575 (100%)
R 183 of 575 ~ 31.83%
G 203 of 575 ~ 35.3%
B 189 of 575 ~ 32.87'%

%31.83
%35.3
%32.87

CMYK color model

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

  • cyan value is 9.85%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK: (10,0,7,20) C10M0Y7K20 (10%,0%,7%,20%) (0.10/0.00/0.07/0.20) 

CMYK percentages

%9.85
%0
%6.9
%20.39

Codes

Color #B7CBBD in popluar color models

B7 CB BD
RGB 183 203 189
HSL 138° 16.13% 75.69%
HSB/HSV 138° 9.85% 79.61%
CMYK 9.85% 0.00% 6.90%
20.39%

Color #B7CBBD in popluar number systems.

HEX B7 CB BD
Decimal 183 203 189
Binary 10110111 11001011 10111101
Octal 267 313 275

Shades and tints

Shades of #B7CBBD

#B7CBBD
(183,203,189)
#A7B9AC
(167,185,172)
#97A79B
(151,167,155)
#87958A
(135,149,138)
#778379
(119,131,121)
#677168
(103,113,104)
#575F57
(87,95,87)
#474D46
(71,77,70)
#373B35
(55,59,53)
#272924
(39,41,36)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #B7CBBD

#B7CBBD
(183,203,189)
#BDCFC3
(189,207,195)
#C3D3C9
(195,211,201)
#C9D7CF
(201,215,207)
#CFDBD5
(207,219,213)
#D5DFDB
(213,223,219)
#DBE3E1
(219,227,225)
#E1E7E7
(225,231,231)
#E7EBED
(231,235,237)
#EDEFF3
(237,239,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7CBBD; }

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

This text font color is #B7CBBD.

Background Color

.myBgColor { background-color: #B7CBBD; }

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

This div background color is #B7CBBD.

Border color

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

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

This div border color is #B7CBBD.

Opacity

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

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

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

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

This text has shadow with #B7CBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CBBD.

Preview

Color preview on black background

This text has color #B7CBBD on black background.


Color preview on white background

This text has color #B7CBBD on white background.


Black color preview on #B7CBBD background

This text has black color on #B7CBBD background.


White color preview on #B7CBBD background

This text has white color on #B7CBBD background.


Related colors

Complementary color

Complementary color for #hex is #483442.


I love getcolorcode.com

Triadic colors

1 #BDB7CB and #CBBDB7 with #B7CBBD are triadic colors.

2 #BDCBB7 and #CBB7BD with #B7CBBD are triadic colors.