COLOR #C8B4CC

HEX: #C8B4CC RGB: (200,180,204)

Color info

#C8B4CC contains red, green and blue colors in about the same proportion. Web safe color of #C8B4CC is #CCCCCC (or #CCC).

RGB color model

#C8B4CC color RGB value is (200,180,204).

RGB: (200,180,204) (78%, 71%, 80%)

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 204 of 255 = 80%

200
180
204

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

Portions of RGB colors in percentages

R + G + B = 200 + 180 + 204 = 584 (100%)
R 200 of 584 ~ 34.25%
G 180 of 584 ~ 30.82%
B 204 of 584 ~ 34.93'%

%34.25
%30.82
%34.93

CMYK color model

#C8B4CC color CMYK value is (2,12,0,20).

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

CMYK: (2,12,0,20)
C2M12Y0K20 (2%, 12%, 0%, 20%)
(0.02 / 0.12 / 0.00 / 0.20)

CMYK percentages

%1.96
%11.76
%0
%20

Codes

Color #C8B4CC in popluar color models

C8 B4 CC
RGB 200 180 204
HSL 290° 19.05% 75.29%
HSB/HSV 290° 11.76% 80.00%
CMYK 1.96% 11.76% 0.00%
20.00%

Color #C8B4CC in popluar number systems.

HEX C8 B4 CC
Decimal 200 180 204
Binary 11001000 10110100 11001100
Octal 310 264 314

Shades and tints

Shades of #C8B4CC

#C8B4CC
(200,180,204)
#B6A4BA
(182,164,186)
#A494A8
(164,148,168)
#928496
(146,132,150)
#807484
(128,116,132)
#6E6472
(110,100,114)
#5C5460
(92,84,96)
#4A444E
(74,68,78)
#38343C
(56,52,60)
#26242A
(38,36,42)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #C8B4CC

#C8B4CC
(200,180,204)
#CDBAD0
(205,186,208)
#D2C0D4
(210,192,212)
#D7C6D8
(215,198,216)
#DCCCDC
(220,204,220)
#E1D2E0
(225,210,224)
#E6D8E4
(230,216,228)
#EBDEE8
(235,222,232)
#F0E4EC
(240,228,236)
#F5EAF0
(245,234,240)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B4CC; }

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

This text font color is #C8B4CC.

Background Color

.myBgColor { background-color: #C8B4CC; }

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

This div background color is #C8B4CC.

Border color

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

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

This div border color is #C8B4CC.

Opacity

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

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

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

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

This text has shadow with #C8B4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B4CC.

Preview

Color preview on black background

This text has color #C8B4CC on black background.


Color preview on white background

This text has color #C8B4CC on white background.


Black color preview on #C8B4CC background

This text has black color on #C8B4CC background.


White color preview on #C8B4CC background

This text has white color on #C8B4CC background.


Related colors

Complementary color

Complementary color for #hex is #374B33.


I love getcolorcode.com

Triadic colors

1 #CCC8B4 and #B4CCC8 with #C8B4CC are triadic colors.

2 #CCB4C8 and #B4C8CC with #C8B4CC are triadic colors.