COLOR #C8B2AB

HEX: #C8B2AB RGB: (200,178,171)

Color info

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

RGB color model

#C8B2AB color RGB value is (200,178,171).

RGB: (200,178,171) (78%, 70%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 178 of 255 = 70%
B 171 of 255 = 67%

200
178
171

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

Portions of RGB colors in percentages

R + G + B = 200 + 178 + 171 = 549 (100%)
R 200 of 549 ~ 36.43%
G 178 of 549 ~ 32.42%
B 171 of 549 ~ 31.15'%

%36.43
%32.42
%31.15

CMYK color model

#C8B2AB color CMYK value is (0,11,15,22).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 14.50%
  • key color value is 21.57%

CMYK: (0,11,15,22)
C0M11Y15K22 (0%, 11%, 15%, 22%)
(0.00 / 0.11 / 0.15 / 0.22)

CMYK percentages

%0
%11
%14.5
%21.57

Codes

Color #C8B2AB in popluar color models

C8 B2 AB
RGB 200 178 171
HSL 14° 20.86% 72.75%
HSB/HSV 14° 14.50% 78.43%
CMYK 0.00% 11.00% 14.50%
21.57%

Color #C8B2AB in popluar number systems.

HEX C8 B2 AB
Decimal 200 178 171
Binary 11001000 10110010 10101011
Octal 310 262 253

Shades and tints

Shades of #C8B2AB

#C8B2AB
(200,178,171)
#B6A29C
(182,162,156)
#A4928D
(164,146,141)
#92827E
(146,130,126)
#80726F
(128,114,111)
#6E6260
(110,98,96)
#5C5251
(92,82,81)
#4A4242
(74,66,66)
#383233
(56,50,51)
#262224
(38,34,36)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #C8B2AB

#C8B2AB
(200,178,171)
#CDB9B2
(205,185,178)
#D2C0B9
(210,192,185)
#D7C7C0
(215,199,192)
#DCCEC7
(220,206,199)
#E1D5CE
(225,213,206)
#E6DCD5
(230,220,213)
#EBE3DC
(235,227,220)
#F0EAE3
(240,234,227)
#F5F1EA
(245,241,234)
#FAF8F1
(250,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B2AB color. Also use rgb(200,178,171) instead hex code.

Text Font Color

.myTextColor { color: #C8B2AB; }

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

This text font color is #C8B2AB.

Background Color

.myBgColor { background-color: #C8B2AB; }

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

This div background color is #C8B2AB.

Border color

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

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

This div border color is #C8B2AB.

Opacity

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

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

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

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

This text has shadow with #C8B2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B2AB.

Preview

Color preview on black background

This text has color #C8B2AB on black background.


Color preview on white background

This text has color #C8B2AB on white background.


Black color preview on #C8B2AB background

This text has black color on #C8B2AB background.


White color preview on #C8B2AB background

This text has white color on #C8B2AB background.


Related colors

Complementary color

Complementary color for #hex is #374D54.


I love getcolorcode.com

Triadic colors

1 #ABC8B2 and #B2ABC8 with #C8B2AB are triadic colors.

2 #ABB2C8 and #B2C8AB with #C8B2AB are triadic colors.