COLOR #C8BED5

HEX: #C8BED5 RGB: (200,190,213)

Color info

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

RGB color model

#C8BED5 color RGB value is (200,190,213).

RGB: (200,190,213) (78%, 75%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 213 of 255 = 84%

200
190
213

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

Portions of RGB colors in percentages

R + G + B = 200 + 190 + 213 = 603 (100%)
R 200 of 603 ~ 33.17%
G 190 of 603 ~ 31.51%
B 213 of 603 ~ 35.32'%

%33.17
%31.51
%35.32

CMYK color model

#C8BED5 color CMYK value is (6,11,0,16).

  • cyan value is 6.10%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (6,11,0,16)
C6M11Y0K16 (6%, 11%, 0%, 16%)
(0.06 / 0.11 / 0.00 / 0.16)

CMYK percentages

%6.1
%10.8
%0
%16.47

Codes

Color #C8BED5 in popluar color models

C8 BE D5
RGB 200 190 213
HSL 266° 21.50% 79.02%
HSB/HSV 266° 10.80% 83.53%
CMYK 6.10% 10.80% 0.00%
16.47%

Color #C8BED5 in popluar number systems.

HEX C8 BE D5
Decimal 200 190 213
Binary 11001000 10111110 11010101
Octal 310 276 325

Shades and tints

Shades of #C8BED5

#C8BED5
(200,190,213)
#B6ADC2
(182,173,194)
#A49CAF
(164,156,175)
#928B9C
(146,139,156)
#807A89
(128,122,137)
#6E6976
(110,105,118)
#5C5863
(92,88,99)
#4A4750
(74,71,80)
#38363D
(56,54,61)
#26252A
(38,37,42)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #C8BED5

#C8BED5
(200,190,213)
#CDC3D8
(205,195,216)
#D2C8DB
(210,200,219)
#D7CDDE
(215,205,222)
#DCD2E1
(220,210,225)
#E1D7E4
(225,215,228)
#E6DCE7
(230,220,231)
#EBE1EA
(235,225,234)
#F0E6ED
(240,230,237)
#F5EBF0
(245,235,240)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BED5 color. Also use rgb(200,190,213) instead hex code.

Text Font Color

.myTextColor { color: #C8BED5; }

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

This text font color is #C8BED5.

Background Color

.myBgColor { background-color: #C8BED5; }

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

This div background color is #C8BED5.

Border color

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

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

This div border color is #C8BED5.

Opacity

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

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

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

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

This text has shadow with #C8BED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BED5.

Preview

Color preview on black background

This text has color #C8BED5 on black background.


Color preview on white background

This text has color #C8BED5 on white background.


Black color preview on #C8BED5 background

This text has black color on #C8BED5 background.


White color preview on #C8BED5 background

This text has white color on #C8BED5 background.


Related colors

Complementary color

Complementary color for #hex is #37412A.


I love getcolorcode.com

Triadic colors

1 #D5C8BE and #BED5C8 with #C8BED5 are triadic colors.

2 #D5BEC8 and #BEC8D5 with #C8BED5 are triadic colors.