COLOR #C8B4DE

HEX: #C8B4DE RGB: (200,180,222)

Color info

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

RGB color model

#C8B4DE color RGB value is (200,180,222).

RGB: (200,180,222) (78%, 71%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 222 of 255 = 87%

200
180
222

R + G + B ~ 79%. #C8B4DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 180 + 222 = 602 (100%)
R 200 of 602 ~ 33.22%
G 180 of 602 ~ 29.9%
B 222 of 602 ~ 36.88'%

%33.22
%29.9
%36.88

CMYK color model

#C8B4DE color CMYK value is (10,19,0,13).

  • cyan value is 9.91%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (10,19,0,13)
C10M19Y0K13 (10%, 19%, 0%, 13%)
(0.10 / 0.19 / 0.00 / 0.13)

CMYK percentages

%9.91
%18.92
%0
%12.94

Codes

Color #C8B4DE in popluar color models

C8 B4 DE
RGB 200 180 222
HSL 269° 38.89% 78.82%
HSB/HSV 269° 18.92% 87.06%
CMYK 9.91% 18.92% 0.00%
12.94%

Color #C8B4DE in popluar number systems.

HEX C8 B4 DE
Decimal 200 180 222
Binary 11001000 10110100 11011110
Octal 310 264 336

Shades and tints

Shades of #C8B4DE

#C8B4DE
(200,180,222)
#B6A4CA
(182,164,202)
#A494B6
(164,148,182)
#9284A2
(146,132,162)
#80748E
(128,116,142)
#6E647A
(110,100,122)
#5C5466
(92,84,102)
#4A4452
(74,68,82)
#38343E
(56,52,62)
#26242A
(38,36,42)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #C8B4DE

#C8B4DE
(200,180,222)
#CDBAE1
(205,186,225)
#D2C0E4
(210,192,228)
#D7C6E7
(215,198,231)
#DCCCEA
(220,204,234)
#E1D2ED
(225,210,237)
#E6D8F0
(230,216,240)
#EBDEF3
(235,222,243)
#F0E4F6
(240,228,246)
#F5EAF9
(245,234,249)
#FAF0FC
(250,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B4DE; }

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

This text font color is #C8B4DE.

Background Color

.myBgColor { background-color: #C8B4DE; }

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

This div background color is #C8B4DE.

Border color

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

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

This div border color is #C8B4DE.

Opacity

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

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

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

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

This text has shadow with #C8B4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B4DE.

Preview

Color preview on black background

This text has color #C8B4DE on black background.


Color preview on white background

This text has color #C8B4DE on white background.


Black color preview on #C8B4DE background

This text has black color on #C8B4DE background.


White color preview on #C8B4DE background

This text has white color on #C8B4DE background.


Related colors

Complementary color

Complementary color for #hex is #374B21.


I love getcolorcode.com

Triadic colors

1 #DEC8B4 and #B4DEC8 with #C8B4DE are triadic colors.

2 #DEB4C8 and #B4C8DE with #C8B4DE are triadic colors.