COLOR #C8CBED

HEX: #C8CBED
RGB: (200,203,237)

Color info

#C8CBED contains red, green and blue colors in about the same proportion. Web safe color of #C8CBED is #CCCCFF (or #CCF).

RGB color model

#C8CBED color RGB value is (200,203,237).

  • red value is 200;
  • green value is 203;
  • blue value is 237.
RGB:
(200,203,237)
(78%,80%,93%)

RGB channels and saturation

R 200 of 255 = 78%
G 203 of 255 = 80%
B 237 of 255 = 93%

200
203
237

R + G + B ~ 84%. #C8CBED is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 203 + 237 = 640 (100%)
R 200 of 640 ~ 31.25%
G 203 of 640 ~ 31.72%
B 237 of 640 ~ 37.03%

%31.25
%31.72
%37.03

CMYK color model

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

  • cyan value is 15.61%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,14,0,7)
C16M14Y0K7 
(16%,14%,0%,7%)
(0.16/0.14/0.00/0.07)	

CMYK percentages

%15.61
%14.35
%0
%7.06

Codes

Color #C8CBED in popluar color models

C8CBED
RGB200203237
HSL235°50.68%85.69%
HSB/HSV235°15.61%92.94%
CMYK15.61%14.35%0.00%
7.06%

Color #C8CBED in popluar number systems.

HEXC8CBED
Decimal200203237
Binary110010001100101111101101
Octal310313355

Shades and tints

Shades of #C8CBED

#C8CBED
(200,203,237)
#B6B9D8
(182,185,216)
#A4A7C3
(164,167,195)
#9295AE
(146,149,174)
#808399
(128,131,153)
#6E7184
(110,113,132)
#5C5F6F
(92,95,111)
#4A4D5A
(74,77,90)
#383B45
(56,59,69)
#262930
(38,41,48)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #C8CBED

#C8CBED
(200,203,237)
#CDCFEE
(205,207,238)
#D2D3EF
(210,211,239)
#D7D7F0
(215,215,240)
#DCDBF1
(220,219,241)
#E1DFF2
(225,223,242)
#E6E3F3
(230,227,243)
#EBE7F4
(235,231,244)
#F0EBF5
(240,235,245)
#F5EFF6
(245,239,246)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CBED color. Also use rgb(200,203,237) instead hex code.

Text Font Color

.myTextColor { color: #C8CBED; }

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

This text font color is #C8CBED.


Background Color

.myBgColor { background-color: #C8CBED; }

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

This div background color is #C8CBED.


Border color

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

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

This div border color is #C8CBED.


Opacity

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

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

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

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

This text has shadow with #C8CBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8CBED on black background.


Color preview on white background

This text has color #C8CBED on white background.



Black color preview on #C8CBED background

This text has black color on #C8CBED background.


White color preview on #C8CBED background

This text has white color on #C8CBED background.