COLOR #C8BEDC

HEX: #C8BEDC RGB: (200,190,220)

Color info

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

RGB color model

#C8BEDC color RGB value is (200,190,220).

RGB: (200,190,220) (78%, 75%, 86%)

RGB channels and saturation

R 200 of 255 = 78%
G 190 of 255 = 75%
B 220 of 255 = 86%

200
190
220

R + G + B ~ 80%. #C8BEDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 190 + 220 = 610 (100%)
R 200 of 610 ~ 32.79%
G 190 of 610 ~ 31.15%
B 220 of 610 ~ 36.07'%

%32.79
%31.15
%36.07

CMYK color model

#C8BEDC color CMYK value is (9,14,0,14).

  • cyan value is 9.09%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (9,14,0,14)
C9M14Y0K14 (9%, 14%, 0%, 14%)
(0.09 / 0.14 / 0.00 / 0.14)

CMYK percentages

%9.09
%13.64
%0
%13.73

Codes

Color #C8BEDC in popluar color models

C8 BE DC
RGB 200 190 220
HSL 260° 30.00% 80.39%
HSB/HSV 260° 13.64% 86.27%
CMYK 9.09% 13.64% 0.00%
13.73%

Color #C8BEDC in popluar number systems.

HEX C8 BE DC
Decimal 200 190 220
Binary 11001000 10111110 11011100
Octal 310 276 334

Shades and tints

Shades of #C8BEDC

#C8BEDC
(200,190,220)
#B6ADC8
(182,173,200)
#A49CB4
(164,156,180)
#928BA0
(146,139,160)
#807A8C
(128,122,140)
#6E6978
(110,105,120)
#5C5864
(92,88,100)
#4A4750
(74,71,80)
#38363C
(56,54,60)
#262528
(38,37,40)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C8BEDC

#C8BEDC
(200,190,220)
#CDC3DF
(205,195,223)
#D2C8E2
(210,200,226)
#D7CDE5
(215,205,229)
#DCD2E8
(220,210,232)
#E1D7EB
(225,215,235)
#E6DCEE
(230,220,238)
#EBE1F1
(235,225,241)
#F0E6F4
(240,230,244)
#F5EBF7
(245,235,247)
#FAF0FA
(250,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BEDC; }

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

This text font color is #C8BEDC.

Background Color

.myBgColor { background-color: #C8BEDC; }

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

This div background color is #C8BEDC.

Border color

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

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

This div border color is #C8BEDC.

Opacity

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

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

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

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

This text has shadow with #C8BEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8BEDC.

Preview

Color preview on black background

This text has color #C8BEDC on black background.


Color preview on white background

This text has color #C8BEDC on white background.


Black color preview on #C8BEDC background

This text has black color on #C8BEDC background.


White color preview on #C8BEDC background

This text has white color on #C8BEDC background.


Related colors

Complementary color

Complementary color for #hex is #374123.


I love getcolorcode.com

Triadic colors

1 #DCC8BE and #BEDCC8 with #C8BEDC are triadic colors.

2 #DCBEC8 and #BEC8DC with #C8BEDC are triadic colors.