COLOR #B7CFAD

HEX: #B7CFAD
RGB: (183,207,173)

Color info

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

RGB color model

#B7CFAD color RGB value is (183,207,173).

  • red value is 183;
  • green value is 207;
  • blue value is 173.
RGB:
(183,207,173)
(72%,81%,68%)

RGB channels and saturation

R 183 of 255 = 72%
G 207 of 255 = 81%
B 173 of 255 = 68%

183
207
173

R + G + B ~ 74%. #B7CFAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 207 + 173 = 563 (100%)
R 183 of 563 ~ 32.5%
G 207 of 563 ~ 36.77%
B 173 of 563 ~ 30.73%

%32.5
%36.77
%30.73

CMYK color model

#B7CFAD color CMYK value is (12,0,16,19).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 16.43%
  • key color value is 18.82%
CMYK:
(12,0,16,19)
C12M0Y16K19 
(12%,0%,16%,19%)
(0.12/0.00/0.16/0.19)	

CMYK percentages

%11.59
%0
%16.43
%18.82

Codes

Color #B7CFAD in popluar color models

B7CFAD
RGB183207173
HSL102°26.15%74.51%
HSB/HSV102°16.43%81.18%
CMYK11.59%0.00%16.43%
18.82%

Color #B7CFAD in popluar number systems.

HEXB7CFAD
Decimal183207173
Binary101101111100111110101101
Octal267317255

Shades and tints

Shades of #B7CFAD

#B7CFAD
(183,207,173)
#A7BD9E
(167,189,158)
#97AB8F
(151,171,143)
#879980
(135,153,128)
#778771
(119,135,113)
#677562
(103,117,98)
#576353
(87,99,83)
#475144
(71,81,68)
#373F35
(55,63,53)
#272D26
(39,45,38)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #B7CFAD

#B7CFAD
(183,207,173)
#BDD3B4
(189,211,180)
#C3D7BB
(195,215,187)
#C9DBC2
(201,219,194)
#CFDFC9
(207,223,201)
#D5E3D0
(213,227,208)
#DBE7D7
(219,231,215)
#E1EBDE
(225,235,222)
#E7EFE5
(231,239,229)
#EDF3EC
(237,243,236)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CFAD color. Also use rgb(183,207,173) instead hex code.

Text Font Color

.myTextColor { color: #B7CFAD; }

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

This text font color is #B7CFAD.


Background Color

.myBgColor { background-color: #B7CFAD; }

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

This div background color is #B7CFAD.


Border color

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

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

This div border color is #B7CFAD.


Opacity

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

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

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

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

This text has shadow with #B7CFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CFAD on black background.


Color preview on white background

This text has color #B7CFAD on white background.



Black color preview on #B7CFAD background

This text has black color on #B7CFAD background.


White color preview on #B7CFAD background

This text has white color on #B7CFAD background.