COLOR #B7CAA3

HEX: #B7CAA3
RGB: (183,202,163)

Color info

#B7CAA3 contains red, green and blue colors in about the same proportion. Web safe color of #B7CAA3 is #CCCC99 (or #CC9).

RGB color model

#B7CAA3 color RGB value is (183,202,163).

  • red value is 183;
  • green value is 202;
  • blue value is 163.
RGB:
(183,202,163)
(72%,79%,64%)

RGB channels and saturation

R 183 of 255 = 72%
G 202 of 255 = 79%
B 163 of 255 = 64%

183
202
163

R + G + B ~ 72%. #B7CAA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 202 + 163 = 548 (100%)
R 183 of 548 ~ 33.39%
G 202 of 548 ~ 36.86%
B 163 of 548 ~ 29.74%

%33.39
%36.86
%29.74

CMYK color model

#B7CAA3 color CMYK value is (9,0,19,21).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 20.78%
CMYK:
(9,0,19,21)
C9M0Y19K21 
(9%,0%,19%,21%)
(0.09/0.00/0.19/0.21)	

CMYK percentages

%9.41
%0
%19.31
%20.78

Codes

Color #B7CAA3 in popluar color models

B7CAA3
RGB183202163
HSL89°26.90%71.57%
HSB/HSV89°19.31%79.22%
CMYK9.41%0.00%19.31%
20.78%

Color #B7CAA3 in popluar number systems.

HEXB7CAA3
Decimal183202163
Binary101101111100101010100011
Octal267312243

Shades and tints

Shades of #B7CAA3

#B7CAA3
(183,202,163)
#A7B895
(167,184,149)
#97A687
(151,166,135)
#879479
(135,148,121)
#77826B
(119,130,107)
#67705D
(103,112,93)
#575E4F
(87,94,79)
#474C41
(71,76,65)
#373A33
(55,58,51)
#272825
(39,40,37)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #B7CAA3

#B7CAA3
(183,202,163)
#BDCEAB
(189,206,171)
#C3D2B3
(195,210,179)
#C9D6BB
(201,214,187)
#CFDAC3
(207,218,195)
#D5DECB
(213,222,203)
#DBE2D3
(219,226,211)
#E1E6DB
(225,230,219)
#E7EAE3
(231,234,227)
#EDEEEB
(237,238,235)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CAA3 color. Also use rgb(183,202,163) instead hex code.

Text Font Color

.myTextColor { color: #B7CAA3; }

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

This text font color is #B7CAA3.


Background Color

.myBgColor { background-color: #B7CAA3; }

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

This div background color is #B7CAA3.


Border color

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

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

This div border color is #B7CAA3.


Opacity

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

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

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

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

This text has shadow with #B7CAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CAA3 on black background.


Color preview on white background

This text has color #B7CAA3 on white background.



Black color preview on #B7CAA3 background

This text has black color on #B7CAA3 background.


White color preview on #B7CAA3 background

This text has white color on #B7CAA3 background.