COLOR #C8B0CC

HEX: #C8B0CC RGB: (200,176,204)

Color info

#C8B0CC contains red, green and blue colors in about the same proportion. Web safe color of #C8B0CC is #CC99CC (or #C9C).

RGB color model

#C8B0CC color RGB value is (200,176,204).

RGB: (200,176,204) (78%, 69%, 80%)

RGB channels and saturation

R 200 of 255 = 78%
G 176 of 255 = 69%
B 204 of 255 = 80%

200
176
204

R + G + B ~ 76%. #C8B0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 176 + 204 = 580 (100%)
R 200 of 580 ~ 34.48%
G 176 of 580 ~ 30.34%
B 204 of 580 ~ 35.17'%

%34.48
%30.34
%35.17

CMYK color model

#C8B0CC color CMYK value is (2,14,0,20).

  • cyan value is 1.96%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (2,14,0,20)
C2M14Y0K20 (2%, 14%, 0%, 20%)
(0.02 / 0.14 / 0.00 / 0.20)

CMYK percentages

%1.96
%13.73
%0
%20

Codes

Color #C8B0CC in popluar color models

C8 B0 CC
RGB 200 176 204
HSL 291° 21.54% 74.51%
HSB/HSV 291° 13.73% 80.00%
CMYK 1.96% 13.73% 0.00%
20.00%

Color #C8B0CC in popluar number systems.

HEX C8 B0 CC
Decimal 200 176 204
Binary 11001000 10110000 11001100
Octal 310 260 314

Shades and tints

Shades of #C8B0CC

#C8B0CC
(200,176,204)
#B6A0BA
(182,160,186)
#A490A8
(164,144,168)
#928096
(146,128,150)
#807084
(128,112,132)
#6E6072
(110,96,114)
#5C5060
(92,80,96)
#4A404E
(74,64,78)
#38303C
(56,48,60)
#26202A
(38,32,42)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #C8B0CC

#C8B0CC
(200,176,204)
#CDB7D0
(205,183,208)
#D2BED4
(210,190,212)
#D7C5D8
(215,197,216)
#DCCCDC
(220,204,220)
#E1D3E0
(225,211,224)
#E6DAE4
(230,218,228)
#EBE1E8
(235,225,232)
#F0E8EC
(240,232,236)
#F5EFF0
(245,239,240)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B0CC; }

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

This text font color is #C8B0CC.

Background Color

.myBgColor { background-color: #C8B0CC; }

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

This div background color is #C8B0CC.

Border color

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

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

This div border color is #C8B0CC.

Opacity

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

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

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

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

This text has shadow with #C8B0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B0CC.

Preview

Color preview on black background

This text has color #C8B0CC on black background.


Color preview on white background

This text has color #C8B0CC on white background.


Black color preview on #C8B0CC background

This text has black color on #C8B0CC background.


White color preview on #C8B0CC background

This text has white color on #C8B0CC background.


Related colors

Complementary color

Complementary color for #hex is #374F33.


I love getcolorcode.com

Triadic colors

1 #CCC8B0 and #B0CCC8 with #C8B0CC are triadic colors.

2 #CCB0C8 and #B0C8CC with #C8B0CC are triadic colors.