COLOR #C8DCEB

HEX: #C8DCEB
RGB: (200,220,235)

Color info

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

RGB color model

#C8DCEB color RGB value is (200,220,235).

  • red value is 200;
  • green value is 220;
  • blue value is 235.
RGB:
(200,220,235)
(78%,86%,92%)

RGB channels and saturation

R 200 of 255 = 78%
G 220 of 255 = 86%
B 235 of 255 = 92%

200
220
235

R + G + B ~ 85%. #C8DCEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 220 + 235 = 655 (100%)
R 200 of 655 ~ 30.53%
G 220 of 655 ~ 33.59%
B 235 of 655 ~ 35.88%

%30.53
%33.59
%35.88

CMYK color model

#C8DCEB color CMYK value is (15,6,0,8).

  • cyan value is 14.89%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(15,6,0,8)
C15M6Y0K8 
(15%,6%,0%,8%)
(0.15/0.06/0.00/0.08)	

CMYK percentages

%14.89
%6.38
%0
%7.84

Codes

Color #C8DCEB in popluar color models

C8DCEB
RGB200220235
HSL206°46.67%85.29%
HSB/HSV206°14.89%92.16%
CMYK14.89%6.38%0.00%
7.84%

Color #C8DCEB in popluar number systems.

HEXC8DCEB
Decimal200220235
Binary110010001101110011101011
Octal310334353

Shades and tints

Shades of #C8DCEB

#C8DCEB
(200,220,235)
#B6C8D6
(182,200,214)
#A4B4C1
(164,180,193)
#92A0AC
(146,160,172)
#808C97
(128,140,151)
#6E7882
(110,120,130)
#5C646D
(92,100,109)
#4A5058
(74,80,88)
#383C43
(56,60,67)
#26282E
(38,40,46)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #C8DCEB

#C8DCEB
(200,220,235)
#CDDFEC
(205,223,236)
#D2E2ED
(210,226,237)
#D7E5EE
(215,229,238)
#DCE8EF
(220,232,239)
#E1EBF0
(225,235,240)
#E6EEF1
(230,238,241)
#EBF1F2
(235,241,242)
#F0F4F3
(240,244,243)
#F5F7F4
(245,247,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DCEB; }

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

This text font color is #C8DCEB.


Background Color

.myBgColor { background-color: #C8DCEB; }

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

This div background color is #C8DCEB.


Border color

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

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

This div border color is #C8DCEB.


Opacity

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

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

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

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

This text has shadow with #C8DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DCEB on black background.


Color preview on white background

This text has color #C8DCEB on white background.



Black color preview on #C8DCEB background

This text has black color on #C8DCEB background.


White color preview on #C8DCEB background

This text has white color on #C8DCEB background.