COLOR #B7CDBC

HEX: #B7CDBC
RGB: (183,205,188)

Color info

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

RGB color model

#B7CDBC color RGB value is (183,205,188).

  • red value is 183;
  • green value is 205;
  • blue value is 188.
RGB:
(183,205,188)
(72%,80%,74%)

RGB channels and saturation

R 183 of 255 = 72%
G 205 of 255 = 80%
B 188 of 255 = 74%

183
205
188

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

Portions of RGB colors in percentages

R + G + B =
183 + 205 + 188 = 576 (100%)
R 183 of 576 ~ 31.77%
G 205 of 576 ~ 35.59%
B 188 of 576 ~ 32.64%

%31.77
%35.59
%32.64

CMYK color model

#B7CDBC color CMYK value is (11,0,8,20).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 19.61%
CMYK:
(11,0,8,20)
C11M0Y8K20 
(11%,0%,8%,20%)
(0.11/0.00/0.08/0.20)	

CMYK percentages

%10.73
%0
%8.29
%19.61

Codes

Color #B7CDBC in popluar color models

B7CDBC
RGB183205188
HSL134°18.03%76.08%
HSB/HSV134°10.73%80.39%
CMYK10.73%0.00%8.29%
19.61%

Color #B7CDBC in popluar number systems.

HEXB7CDBC
Decimal183205188
Binary101101111100110110111100
Octal267315274

Shades and tints

Shades of #B7CDBC

#B7CDBC
(183,205,188)
#A7BBAB
(167,187,171)
#97A99A
(151,169,154)
#879789
(135,151,137)
#778578
(119,133,120)
#677367
(103,115,103)
#576156
(87,97,86)
#474F45
(71,79,69)
#373D34
(55,61,52)
#272B23
(39,43,35)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #B7CDBC

#B7CDBC
(183,205,188)
#BDD1C2
(189,209,194)
#C3D5C8
(195,213,200)
#C9D9CE
(201,217,206)
#CFDDD4
(207,221,212)
#D5E1DA
(213,225,218)
#DBE5E0
(219,229,224)
#E1E9E6
(225,233,230)
#E7EDEC
(231,237,236)
#EDF1F2
(237,241,242)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CDBC color. Also use rgb(183,205,188) instead hex code.

Text Font Color

.myTextColor { color: #B7CDBC; }

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

This text font color is #B7CDBC.


Background Color

.myBgColor { background-color: #B7CDBC; }

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

This div background color is #B7CDBC.


Border color

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

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

This div border color is #B7CDBC.


Opacity

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

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

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

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

This text has shadow with #B7CDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CDBC on black background.


Color preview on white background

This text has color #B7CDBC on white background.



Black color preview on #B7CDBC background

This text has black color on #B7CDBC background.


White color preview on #B7CDBC background

This text has white color on #B7CDBC background.