COLOR #C8BDD0

HEX: #C8BDD0 RGB: (200,189,208)

Color info

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

RGB color model

#C8BDD0 color RGB value is (200,189,208).

RGB: (200,189,208) (78%, 74%, 82%)

RGB channels and saturation

R 200 of 255 = 78%
G 189 of 255 = 74%
B 208 of 255 = 82%

200
189
208

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

Portions of RGB colors in percentages

R + G + B = 200 + 189 + 208 = 597 (100%)
R 200 of 597 ~ 33.5%
G 189 of 597 ~ 31.66%
B 208 of 597 ~ 34.84'%

%33.5
%31.66
%34.84

CMYK color model

#C8BDD0 color CMYK value is (4,9,0,18).

  • cyan value is 3.85%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (4,9,0,18)
C4M9Y0K18 (4%, 9%, 0%, 18%)
(0.04 / 0.09 / 0.00 / 0.18)

CMYK percentages

%3.85
%9.13
%0
%18.43

Codes

Color #C8BDD0 in popluar color models

C8 BD D0
RGB 200 189 208
HSL 275° 16.81% 77.84%
HSB/HSV 275° 9.13% 81.57%
CMYK 3.85% 9.13% 0.00%
18.43%

Color #C8BDD0 in popluar number systems.

HEX C8 BD D0
Decimal 200 189 208
Binary 11001000 10111101 11010000
Octal 310 275 320

Shades and tints

Shades of #C8BDD0

#C8BDD0
(200,189,208)
#B6ACBE
(182,172,190)
#A49BAC
(164,155,172)
#928A9A
(146,138,154)
#807988
(128,121,136)
#6E6876
(110,104,118)
#5C5764
(92,87,100)
#4A4652
(74,70,82)
#383540
(56,53,64)
#26242E
(38,36,46)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #C8BDD0

#C8BDD0
(200,189,208)
#CDC3D4
(205,195,212)
#D2C9D8
(210,201,216)
#D7CFDC
(215,207,220)
#DCD5E0
(220,213,224)
#E1DBE4
(225,219,228)
#E6E1E8
(230,225,232)
#EBE7EC
(235,231,236)
#F0EDF0
(240,237,240)
#F5F3F4
(245,243,244)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BDD0 color. Also use rgb(200,189,208) instead hex code.

Text Font Color

.myTextColor { color: #C8BDD0; }

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

This text font color is #C8BDD0.

Background Color

.myBgColor { background-color: #C8BDD0; }

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

This div background color is #C8BDD0.

Border color

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

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

This div border color is #C8BDD0.

Opacity

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

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

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

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

This text has shadow with #C8BDD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BDD0.

Preview

Color preview on black background

This text has color #C8BDD0 on black background.


Color preview on white background

This text has color #C8BDD0 on white background.


Black color preview on #C8BDD0 background

This text has black color on #C8BDD0 background.


White color preview on #C8BDD0 background

This text has white color on #C8BDD0 background.


Related colors

Complementary color

Complementary color for #hex is #37422F.


I love getcolorcode.com

Triadic colors

1 #D0C8BD and #BDD0C8 with #C8BDD0 are triadic colors.

2 #D0BDC8 and #BDC8D0 with #C8BDD0 are triadic colors.