COLOR #C7B1AE

HEX: #C7B1AE
RGB: (199,177,174)

Color info

#C7B1AE contains red, green and blue colors in about the same proportion. Web safe color of #C7B1AE is #CC9999 (or #C99).

RGB color model

#C7B1AE color RGB value is (199,177,174).

  • red value is 199;
  • green value is 177;
  • blue value is 174.
RGB:
(199,177,174)
(78%,69%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 177 of 255 = 69%
B 174 of 255 = 68%

199
177
174

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

Portions of RGB colors in percentages

R + G + B =
199 + 177 + 174 = 550 (100%)
R 199 of 550 ~ 36.18%
G 177 of 550 ~ 32.18%
B 174 of 550 ~ 31.64%

%36.18
%32.18
%31.64

CMYK color model

#C7B1AE color CMYK value is (0,11,13,22).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(0,11,13,22)
C0M11Y13K22 
(0%,11%,13%,22%)
(0.00/0.11/0.13/0.22)	

CMYK percentages

%0
%11.06
%12.56
%21.96

Codes

Color #C7B1AE in popluar color models

C7B1AE
RGB199177174
HSL18.25%73.14%
HSB/HSV12.56%78.04%
CMYK0.00%11.06%12.56%
21.96%

Color #C7B1AE in popluar number systems.

HEXC7B1AE
Decimal199177174
Binary110001111011000110101110
Octal307261256

Shades and tints

Shades of #C7B1AE

#C7B1AE
(199,177,174)
#B5A19F
(181,161,159)
#A39190
(163,145,144)
#918181
(145,129,129)
#7F7172
(127,113,114)
#6D6163
(109,97,99)
#5B5154
(91,81,84)
#494145
(73,65,69)
#373136
(55,49,54)
#252127
(37,33,39)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #C7B1AE

#C7B1AE
(199,177,174)
#CCB8B5
(204,184,181)
#D1BFBC
(209,191,188)
#D6C6C3
(214,198,195)
#DBCDCA
(219,205,202)
#E0D4D1
(224,212,209)
#E5DBD8
(229,219,216)
#EAE2DF
(234,226,223)
#EFE9E6
(239,233,230)
#F4F0ED
(244,240,237)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B1AE color. Also use rgb(199,177,174) instead hex code.

Text Font Color

.myTextColor { color: #C7B1AE; }

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

This text font color is #C7B1AE.


Background Color

.myBgColor { background-color: #C7B1AE; }

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

This div background color is #C7B1AE.


Border color

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

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

This div border color is #C7B1AE.


Opacity

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

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

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

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

This text has shadow with #C7B1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B1AE on black background.


Color preview on white background

This text has color #C7B1AE on white background.



Black color preview on #C7B1AE background

This text has black color on #C7B1AE background.


White color preview on #C7B1AE background

This text has white color on #C7B1AE background.