COLOR #C8B8D6

HEX: #C8B8D6 RGB: (200,184,214)

Color info

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

RGB color model

#C8B8D6 color RGB value is (200,184,214).

RGB: (200,184,214) (78%, 72%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 184 of 255 = 72%
B 214 of 255 = 84%

200
184
214

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

Portions of RGB colors in percentages

R + G + B = 200 + 184 + 214 = 598 (100%)
R 200 of 598 ~ 33.44%
G 184 of 598 ~ 30.77%
B 214 of 598 ~ 35.79'%

%33.44
%30.77
%35.79

CMYK color model

#C8B8D6 color CMYK value is (7,14,0,16).

  • cyan value is 6.54%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (7,14,0,16)
C7M14Y0K16 (7%, 14%, 0%, 16%)
(0.07 / 0.14 / 0.00 / 0.16)

CMYK percentages

%6.54
%14.02
%0
%16.08

Codes

Color #C8B8D6 in popluar color models

C8 B8 D6
RGB 200 184 214
HSL 272° 26.79% 78.04%
HSB/HSV 272° 14.02% 83.92%
CMYK 6.54% 14.02% 0.00%
16.08%

Color #C8B8D6 in popluar number systems.

HEX C8 B8 D6
Decimal 200 184 214
Binary 11001000 10111000 11010110
Octal 310 270 326

Shades and tints

Shades of #C8B8D6

#C8B8D6
(200,184,214)
#B6A8C3
(182,168,195)
#A498B0
(164,152,176)
#92889D
(146,136,157)
#80788A
(128,120,138)
#6E6877
(110,104,119)
#5C5864
(92,88,100)
#4A4851
(74,72,81)
#38383E
(56,56,62)
#26282B
(38,40,43)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #C8B8D6

#C8B8D6
(200,184,214)
#CDBED9
(205,190,217)
#D2C4DC
(210,196,220)
#D7CADF
(215,202,223)
#DCD0E2
(220,208,226)
#E1D6E5
(225,214,229)
#E6DCE8
(230,220,232)
#EBE2EB
(235,226,235)
#F0E8EE
(240,232,238)
#F5EEF1
(245,238,241)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B8D6 color. Also use rgb(200,184,214) instead hex code.

Text Font Color

.myTextColor { color: #C8B8D6; }

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

This text font color is #C8B8D6.

Background Color

.myBgColor { background-color: #C8B8D6; }

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

This div background color is #C8B8D6.

Border color

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

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

This div border color is #C8B8D6.

Opacity

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

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

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

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

This text has shadow with #C8B8D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B8D6.

Preview

Color preview on black background

This text has color #C8B8D6 on black background.


Color preview on white background

This text has color #C8B8D6 on white background.


Black color preview on #C8B8D6 background

This text has black color on #C8B8D6 background.


White color preview on #C8B8D6 background

This text has white color on #C8B8D6 background.


Related colors

Complementary color

Complementary color for #hex is #374729.


I love getcolorcode.com

Triadic colors

1 #D6C8B8 and #B8D6C8 with #C8B8D6 are triadic colors.

2 #D6B8C8 and #B8C8D6 with #C8B8D6 are triadic colors.