COLOR #C7BBAC

HEX: #C7BBAC RGB: (199,187,172)

Color info

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

RGB color model

#C7BBAC color RGB value is (199,187,172).

RGB: (199,187,172) (78%, 73%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 187 of 255 = 73%
B 172 of 255 = 67%

199
187
172

R + G + B ~ 73%. #C7BBAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 187 + 172 = 558 (100%)
R 199 of 558 ~ 35.66%
G 187 of 558 ~ 33.51%
B 172 of 558 ~ 30.82'%

%35.66
%33.51
%30.82

CMYK color model

#C7BBAC color CMYK value is (0,6,14,22).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 13.57%
  • key color value is 21.96%
CMYK: (0,6,14,22) C0M6Y14K22 (0%,6%,14%,22%) (0.00/0.06/0.14/0.22) 

CMYK percentages

%0
%6.03
%13.57
%21.96

Codes

Color #C7BBAC in popluar color models

C7 BB AC
RGB 199 187 172
HSL 33° 19.42% 72.75%
HSB/HSV 33° 13.57% 78.04%
CMYK 0.00% 6.03% 13.57%
21.96%

Color #C7BBAC in popluar number systems.

HEX C7 BB AC
Decimal 199 187 172
Binary 11000111 10111011 10101100
Octal 307 273 254

Shades and tints

Shades of #C7BBAC

#C7BBAC
(199,187,172)
#B5AA9D
(181,170,157)
#A3998E
(163,153,142)
#91887F
(145,136,127)
#7F7770
(127,119,112)
#6D6661
(109,102,97)
#5B5552
(91,85,82)
#494443
(73,68,67)
#373334
(55,51,52)
#252225
(37,34,37)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #C7BBAC

#C7BBAC
(199,187,172)
#CCC1B3
(204,193,179)
#D1C7BA
(209,199,186)
#D6CDC1
(214,205,193)
#DBD3C8
(219,211,200)
#E0D9CF
(224,217,207)
#E5DFD6
(229,223,214)
#EAE5DD
(234,229,221)
#EFEBE4
(239,235,228)
#F4F1EB
(244,241,235)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7BBAC color. Also use rgb(199,187,172) instead hex code.

Text Font Color

.myTextColor { color: #C7BBAC; }

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

This text font color is #C7BBAC.

Background Color

.myBgColor { background-color: #C7BBAC; }

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

This div background color is #C7BBAC.

Border color

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

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

This div border color is #C7BBAC.

Opacity

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

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

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

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

This text has shadow with #C7BBAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7BBAC.

Preview

Color preview on black background

This text has color #C7BBAC on black background.


Color preview on white background

This text has color #C7BBAC on white background.


Black color preview on #C7BBAC background

This text has black color on #C7BBAC background.


White color preview on #C7BBAC background

This text has white color on #C7BBAC background.


Related colors

Complementary color

Complementary color for #hex is #384453.


I love getcolorcode.com

Triadic colors

1 #ACC7BB and #BBACC7 with #C7BBAC are triadic colors.

2 #ACBBC7 and #BBC7AC with #C7BBAC are triadic colors.