COLOR #C8BBDD

HEX: #C8BBDD RGB: (200,187,221)

Color info

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

RGB color model

#C8BBDD color RGB value is (200,187,221).

RGB: (200,187,221) (78%, 73%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 187 of 255 = 73%
B 221 of 255 = 87%

200
187
221

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

Portions of RGB colors in percentages

R + G + B = 200 + 187 + 221 = 608 (100%)
R 200 of 608 ~ 32.89%
G 187 of 608 ~ 30.76%
B 221 of 608 ~ 36.35'%

%32.89
%30.76
%36.35

CMYK color model

#C8BBDD color CMYK value is (10,15,0,13).

  • cyan value is 9.50%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (10,15,0,13)
C10M15Y0K13 (10%, 15%, 0%, 13%)
(0.10 / 0.15 / 0.00 / 0.13)

CMYK percentages

%9.5
%15.38
%0
%13.33

Codes

Color #C8BBDD in popluar color models

C8 BB DD
RGB 200 187 221
HSL 263° 33.33% 80.00%
HSB/HSV 263° 15.38% 86.67%
CMYK 9.50% 15.38% 0.00%
13.33%

Color #C8BBDD in popluar number systems.

HEX C8 BB DD
Decimal 200 187 221
Binary 11001000 10111011 11011101
Octal 310 273 335

Shades and tints

Shades of #C8BBDD

#C8BBDD
(200,187,221)
#B6AAC9
(182,170,201)
#A499B5
(164,153,181)
#9288A1
(146,136,161)
#80778D
(128,119,141)
#6E6679
(110,102,121)
#5C5565
(92,85,101)
#4A4451
(74,68,81)
#38333D
(56,51,61)
#262229
(38,34,41)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #C8BBDD

#C8BBDD
(200,187,221)
#CDC1E0
(205,193,224)
#D2C7E3
(210,199,227)
#D7CDE6
(215,205,230)
#DCD3E9
(220,211,233)
#E1D9EC
(225,217,236)
#E6DFEF
(230,223,239)
#EBE5F2
(235,229,242)
#F0EBF5
(240,235,245)
#F5F1F8
(245,241,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BBDD color. Also use rgb(200,187,221) instead hex code.

Text Font Color

.myTextColor { color: #C8BBDD; }

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

This text font color is #C8BBDD.

Background Color

.myBgColor { background-color: #C8BBDD; }

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

This div background color is #C8BBDD.

Border color

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

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

This div border color is #C8BBDD.

Opacity

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

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

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

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

This text has shadow with #C8BBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BBDD.

Preview

Color preview on black background

This text has color #C8BBDD on black background.


Color preview on white background

This text has color #C8BBDD on white background.


Black color preview on #C8BBDD background

This text has black color on #C8BBDD background.


White color preview on #C8BBDD background

This text has white color on #C8BBDD background.


Related colors

Complementary color

Complementary color for #hex is #374422.


I love getcolorcode.com

Triadic colors

1 #DDC8BB and #BBDDC8 with #C8BBDD are triadic colors.

2 #DDBBC8 and #BBC8DD with #C8BBDD are triadic colors.