COLOR #C8B9AE

HEX: #C8B9AE RGB: (200,185,174)

Color info

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

RGB color model

#C8B9AE color RGB value is (200,185,174).

RGB: (200,185,174) (78%, 73%, 68%)

RGB channels and saturation

R 200 of 255 = 78%
G 185 of 255 = 73%
B 174 of 255 = 68%

200
185
174

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

Portions of RGB colors in percentages

R + G + B = 200 + 185 + 174 = 559 (100%)
R 200 of 559 ~ 35.78%
G 185 of 559 ~ 33.09%
B 174 of 559 ~ 31.13'%

%35.78
%33.09
%31.13

CMYK color model

#C8B9AE color CMYK value is (0,8,13,22).

  • cyan value is 0.00%
  • magenta value is 7.50%
  • yellow value is 13.00%
  • key color value is 21.57%

CMYK: (0,8,13,22)
C0M8Y13K22 (0%, 8%, 13%, 22%)
(0.00 / 0.08 / 0.13 / 0.22)

CMYK percentages

%0
%7.5
%13
%21.57

Codes

Color #C8B9AE in popluar color models

C8 B9 AE
RGB 200 185 174
HSL 25° 19.12% 73.33%
HSB/HSV 25° 13.00% 78.43%
CMYK 0.00% 7.50% 13.00%
21.57%

Color #C8B9AE in popluar number systems.

HEX C8 B9 AE
Decimal 200 185 174
Binary 11001000 10111001 10101110
Octal 310 271 256

Shades and tints

Shades of #C8B9AE

#C8B9AE
(200,185,174)
#B6A99F
(182,169,159)
#A49990
(164,153,144)
#928981
(146,137,129)
#807972
(128,121,114)
#6E6963
(110,105,99)
#5C5954
(92,89,84)
#4A4945
(74,73,69)
#383936
(56,57,54)
#262927
(38,41,39)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #C8B9AE

#C8B9AE
(200,185,174)
#CDBFB5
(205,191,181)
#D2C5BC
(210,197,188)
#D7CBC3
(215,203,195)
#DCD1CA
(220,209,202)
#E1D7D1
(225,215,209)
#E6DDD8
(230,221,216)
#EBE3DF
(235,227,223)
#F0E9E6
(240,233,230)
#F5EFED
(245,239,237)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B9AE color. Also use rgb(200,185,174) instead hex code.

Text Font Color

.myTextColor { color: #C8B9AE; }

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

This text font color is #C8B9AE.

Background Color

.myBgColor { background-color: #C8B9AE; }

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

This div background color is #C8B9AE.

Border color

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

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

This div border color is #C8B9AE.

Opacity

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

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

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

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

This text has shadow with #C8B9AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B9AE.

Preview

Color preview on black background

This text has color #C8B9AE on black background.


Color preview on white background

This text has color #C8B9AE on white background.


Black color preview on #C8B9AE background

This text has black color on #C8B9AE background.


White color preview on #C8B9AE background

This text has white color on #C8B9AE background.


Related colors

Complementary color

Complementary color for #hex is #374651.


I love getcolorcode.com

Triadic colors

1 #AEC8B9 and #B9AEC8 with #C8B9AE are triadic colors.

2 #AEB9C8 and #B9C8AE with #C8B9AE are triadic colors.