COLOR #C8AF98

HEX: #C8AF98 RGB: (200,175,152)

Color info

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

RGB color model

#C8AF98 color RGB value is (200,175,152).

RGB: (200,175,152) (78%, 69%, 60%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 152 of 255 = 60%

200
175
152

R + G + B ~ 69%. #C8AF98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 175 + 152 = 527 (100%)
R 200 of 527 ~ 37.95%
G 175 of 527 ~ 33.21%
B 152 of 527 ~ 28.84'%

%37.95
%33.21
%28.84

CMYK color model

#C8AF98 color CMYK value is (0,13,24,22).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 24.00%
  • key color value is 21.57%

CMYK: (0,13,24,22)
C0M13Y24K22 (0%, 13%, 24%, 22%)
(0.00 / 0.13 / 0.24 / 0.22)

CMYK percentages

%0
%12.5
%24
%21.57

Codes

Color #C8AF98 in popluar color models

C8 AF 98
RGB 200 175 152
HSL 29° 30.38% 69.02%
HSB/HSV 29° 24.00% 78.43%
CMYK 0.00% 12.50% 24.00%
21.57%

Color #C8AF98 in popluar number systems.

HEX C8 AF 98
Decimal 200 175 152
Binary 11001000 10101111 10011000
Octal 310 257 230

Shades and tints

Shades of #C8AF98

#C8AF98
(200,175,152)
#B6A08B
(182,160,139)
#A4917E
(164,145,126)
#928271
(146,130,113)
#807364
(128,115,100)
#6E6457
(110,100,87)
#5C554A
(92,85,74)
#4A463D
(74,70,61)
#383730
(56,55,48)
#262823
(38,40,35)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #C8AF98

#C8AF98
(200,175,152)
#CDB6A1
(205,182,161)
#D2BDAA
(210,189,170)
#D7C4B3
(215,196,179)
#DCCBBC
(220,203,188)
#E1D2C5
(225,210,197)
#E6D9CE
(230,217,206)
#EBE0D7
(235,224,215)
#F0E7E0
(240,231,224)
#F5EEE9
(245,238,233)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AF98 color. Also use rgb(200,175,152) instead hex code.

Text Font Color

.myTextColor { color: #C8AF98; }

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

This text font color is #C8AF98.

Background Color

.myBgColor { background-color: #C8AF98; }

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

This div background color is #C8AF98.

Border color

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

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

This div border color is #C8AF98.

Opacity

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

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

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

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

This text has shadow with #C8AF98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AF98.

Preview

Color preview on black background

This text has color #C8AF98 on black background.


Color preview on white background

This text has color #C8AF98 on white background.


Black color preview on #C8AF98 background

This text has black color on #C8AF98 background.


White color preview on #C8AF98 background

This text has white color on #C8AF98 background.


Related colors

Complementary color

Complementary color for #hex is #375067.


I love getcolorcode.com

Triadic colors

1 #98C8AF and #AF98C8 with #C8AF98 are triadic colors.

2 #98AFC8 and #AFC898 with #C8AF98 are triadic colors.