COLOR #C7B2AE

HEX: #C7B2AE RGB: (199,178,174)

Color info

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

RGB color model

#C7B2AE color RGB value is (199,178,174).

RGB: (199,178,174) (78%, 70%, 68%)

RGB channels and saturation

R 199 of 255 = 78%
G 178 of 255 = 70%
B 174 of 255 = 68%

199
178
174

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

Portions of RGB colors in percentages

R + G + B = 199 + 178 + 174 = 551 (100%)
R 199 of 551 ~ 36.12%
G 178 of 551 ~ 32.3%
B 174 of 551 ~ 31.58'%

%36.12
%32.3
%31.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.55%
  • 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
%10.55
%12.56
%21.96

Codes

Color #C7B2AE in popluar color models

C7 B2 AE
RGB 199 178 174
HSL 10° 18.25% 73.14%
HSB/HSV 10° 12.56% 78.04%
CMYK 0.00% 10.55% 12.56%
21.96%

Color #C7B2AE in popluar number systems.

HEX C7 B2 AE
Decimal 199 178 174
Binary 11000111 10110010 10101110
Octal 307 262 256

Shades and tints

Shades of #C7B2AE

#C7B2AE
(199,178,174)
#B5A29F
(181,162,159)
#A39290
(163,146,144)
#918281
(145,130,129)
#7F7272
(127,114,114)
#6D6263
(109,98,99)
#5B5254
(91,82,84)
#494245
(73,66,69)
#373236
(55,50,54)
#252227
(37,34,39)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #C7B2AE

#C7B2AE
(199,178,174)
#CCB9B5
(204,185,181)
#D1C0BC
(209,192,188)
#D6C7C3
(214,199,195)
#DBCECA
(219,206,202)
#E0D5D1
(224,213,209)
#E5DCD8
(229,220,216)
#EAE3DF
(234,227,223)
#EFEAE6
(239,234,230)
#F4F1ED
(244,241,237)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B2AE; }

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

This text font color is #C7B2AE.

Background Color

.myBgColor { background-color: #C7B2AE; }

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

This div background color is #C7B2AE.

Border color

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

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

This div border color is #C7B2AE.

Opacity

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

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

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

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

This text has shadow with #C7B2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B2AE.

Preview

Color preview on black background

This text has color #C7B2AE on black background.


Color preview on white background

This text has color #C7B2AE on white background.


Black color preview on #C7B2AE background

This text has black color on #C7B2AE background.


White color preview on #C7B2AE background

This text has white color on #C7B2AE background.


Related colors

Complementary color

Complementary color for #hex is #384D51.


I love getcolorcode.com

Triadic colors

1 #AEC7B2 and #B2AEC7 with #C7B2AE are triadic colors.

2 #AEB2C7 and #B2C7AE with #C7B2AE are triadic colors.