COLOR #C8B7DA

HEX: #C8B7DA RGB: (200,183,218)

Color info

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

RGB color model

#C8B7DA color RGB value is (200,183,218).

RGB: (200,183,218) (78%, 72%, 85%)

RGB channels and saturation

R 200 of 255 = 78%
G 183 of 255 = 72%
B 218 of 255 = 85%

200
183
218

R + G + B ~ 78%. #C8B7DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 183 + 218 = 601 (100%)
R 200 of 601 ~ 33.28%
G 183 of 601 ~ 30.45%
B 218 of 601 ~ 36.27'%

%33.28
%30.45
%36.27

CMYK color model

#C8B7DA color CMYK value is (8,16,0,15).

  • cyan value is 8.26%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (8,16,0,15)
C8M16Y0K15 (8%, 16%, 0%, 15%)
(0.08 / 0.16 / 0.00 / 0.15)

CMYK percentages

%8.26
%16.06
%0
%14.51

Codes

Color #C8B7DA in popluar color models

C8 B7 DA
RGB 200 183 218
HSL 269° 32.11% 78.63%
HSB/HSV 269° 16.06% 85.49%
CMYK 8.26% 16.06% 0.00%
14.51%

Color #C8B7DA in popluar number systems.

HEX C8 B7 DA
Decimal 200 183 218
Binary 11001000 10110111 11011010
Octal 310 267 332

Shades and tints

Shades of #C8B7DA

#C8B7DA
(200,183,218)
#B6A7C7
(182,167,199)
#A497B4
(164,151,180)
#9287A1
(146,135,161)
#80778E
(128,119,142)
#6E677B
(110,103,123)
#5C5768
(92,87,104)
#4A4755
(74,71,85)
#383742
(56,55,66)
#26272F
(38,39,47)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #C8B7DA

#C8B7DA
(200,183,218)
#CDBDDD
(205,189,221)
#D2C3E0
(210,195,224)
#D7C9E3
(215,201,227)
#DCCFE6
(220,207,230)
#E1D5E9
(225,213,233)
#E6DBEC
(230,219,236)
#EBE1EF
(235,225,239)
#F0E7F2
(240,231,242)
#F5EDF5
(245,237,245)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B7DA color. Also use rgb(200,183,218) instead hex code.

Text Font Color

.myTextColor { color: #C8B7DA; }

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

This text font color is #C8B7DA.

Background Color

.myBgColor { background-color: #C8B7DA; }

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

This div background color is #C8B7DA.

Border color

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

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

This div border color is #C8B7DA.

Opacity

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

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

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

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

This text has shadow with #C8B7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B7DA.

Preview

Color preview on black background

This text has color #C8B7DA on black background.


Color preview on white background

This text has color #C8B7DA on white background.


Black color preview on #C8B7DA background

This text has black color on #C8B7DA background.


White color preview on #C8B7DA background

This text has white color on #C8B7DA background.


Related colors

Complementary color

Complementary color for #hex is #374825.


I love getcolorcode.com

Triadic colors

1 #DAC8B7 and #B7DAC8 with #C8B7DA are triadic colors.

2 #DAB7C8 and #B7C8DA with #C8B7DA are triadic colors.