COLOR #C8B0B3

HEX: #C8B0B3 RGB: (200,176,179)

Color info

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

RGB color model

#C8B0B3 color RGB value is (200,176,179).

RGB: (200,176,179) (78%, 69%, 70%)

RGB channels and saturation

R 200 of 255 = 78%
G 176 of 255 = 69%
B 179 of 255 = 70%

200
176
179

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

Portions of RGB colors in percentages

R + G + B = 200 + 176 + 179 = 555 (100%)
R 200 of 555 ~ 36.04%
G 176 of 555 ~ 31.71%
B 179 of 555 ~ 32.25'%

%36.04
%31.71
%32.25

CMYK color model

#C8B0B3 color CMYK value is (0,12,11,22).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 10.50%
  • key color value is 21.57%

CMYK: (0,12,11,22)
C0M12Y11K22 (0%, 12%, 11%, 22%)
(0.00 / 0.12 / 0.11 / 0.22)

CMYK percentages

%0
%12
%10.5
%21.57

Codes

Color #C8B0B3 in popluar color models

C8 B0 B3
RGB 200 176 179
HSL 353° 17.91% 73.73%
HSB/HSV 353° 12.00% 78.43%
CMYK 0.00% 12.00% 10.50%
21.57%

Color #C8B0B3 in popluar number systems.

HEX C8 B0 B3
Decimal 200 176 179
Binary 11001000 10110000 10110011
Octal 310 260 263

Shades and tints

Shades of #C8B0B3

#C8B0B3
(200,176,179)
#B6A0A3
(182,160,163)
#A49093
(164,144,147)
#928083
(146,128,131)
#807073
(128,112,115)
#6E6063
(110,96,99)
#5C5053
(92,80,83)
#4A4043
(74,64,67)
#383033
(56,48,51)
#262023
(38,32,35)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #C8B0B3

#C8B0B3
(200,176,179)
#CDB7B9
(205,183,185)
#D2BEBF
(210,190,191)
#D7C5C5
(215,197,197)
#DCCCCB
(220,204,203)
#E1D3D1
(225,211,209)
#E6DAD7
(230,218,215)
#EBE1DD
(235,225,221)
#F0E8E3
(240,232,227)
#F5EFE9
(245,239,233)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B0B3 color. Also use rgb(200,176,179) instead hex code.

Text Font Color

.myTextColor { color: #C8B0B3; }

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

This text font color is #C8B0B3.

Background Color

.myBgColor { background-color: #C8B0B3; }

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

This div background color is #C8B0B3.

Border color

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

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

This div border color is #C8B0B3.

Opacity

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

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

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

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

This text has shadow with #C8B0B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B0B3.

Preview

Color preview on black background

This text has color #C8B0B3 on black background.


Color preview on white background

This text has color #C8B0B3 on white background.


Black color preview on #C8B0B3 background

This text has black color on #C8B0B3 background.


White color preview on #C8B0B3 background

This text has white color on #C8B0B3 background.


Related colors

Complementary color

Complementary color for #hex is #374F4C.


I love getcolorcode.com

Triadic colors

1 #B3C8B0 and #B0B3C8 with #C8B0B3 are triadic colors.

2 #B3B0C8 and #B0C8B3 with #C8B0B3 are triadic colors.