COLOR #C8B4CA

HEX: #C8B4CA RGB: (200,180,202)

Color info

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

RGB color model

#C8B4CA color RGB value is (200,180,202).

RGB: (200,180,202) (78%, 71%, 79%)

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 202 of 255 = 79%

200
180
202

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

Portions of RGB colors in percentages

R + G + B = 200 + 180 + 202 = 582 (100%)
R 200 of 582 ~ 34.36%
G 180 of 582 ~ 30.93%
B 202 of 582 ~ 34.71'%

%34.36
%30.93
%34.71

CMYK color model

#C8B4CA color CMYK value is (1,11,0,21).

  • cyan value is 0.99%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (1,11,0,21)
C1M11Y0K21 (1%, 11%, 0%, 21%)
(0.01 / 0.11 / 0.00 / 0.21)

CMYK percentages

%0.99
%10.89
%0
%20.78

Codes

Color #C8B4CA in popluar color models

C8 B4 CA
RGB 200 180 202
HSL 295° 17.19% 74.90%
HSB/HSV 295° 10.89% 79.22%
CMYK 0.99% 10.89% 0.00%
20.78%

Color #C8B4CA in popluar number systems.

HEX C8 B4 CA
Decimal 200 180 202
Binary 11001000 10110100 11001010
Octal 310 264 312

Shades and tints

Shades of #C8B4CA

#C8B4CA
(200,180,202)
#B6A4B8
(182,164,184)
#A494A6
(164,148,166)
#928494
(146,132,148)
#807482
(128,116,130)
#6E6470
(110,100,112)
#5C545E
(92,84,94)
#4A444C
(74,68,76)
#38343A
(56,52,58)
#262428
(38,36,40)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #C8B4CA

#C8B4CA
(200,180,202)
#CDBACE
(205,186,206)
#D2C0D2
(210,192,210)
#D7C6D6
(215,198,214)
#DCCCDA
(220,204,218)
#E1D2DE
(225,210,222)
#E6D8E2
(230,216,226)
#EBDEE6
(235,222,230)
#F0E4EA
(240,228,234)
#F5EAEE
(245,234,238)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B4CA; }

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

This text font color is #C8B4CA.

Background Color

.myBgColor { background-color: #C8B4CA; }

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

This div background color is #C8B4CA.

Border color

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

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

This div border color is #C8B4CA.

Opacity

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

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

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

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

This text has shadow with #C8B4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B4CA.

Preview

Color preview on black background

This text has color #C8B4CA on black background.


Color preview on white background

This text has color #C8B4CA on white background.


Black color preview on #C8B4CA background

This text has black color on #C8B4CA background.


White color preview on #C8B4CA background

This text has white color on #C8B4CA background.


Related colors

Complementary color

Complementary color for #hex is #374B35.


I love getcolorcode.com

Triadic colors

1 #CAC8B4 and #B4CAC8 with #C8B4CA are triadic colors.

2 #CAB4C8 and #B4C8CA with #C8B4CA are triadic colors.