COLOR #C8DDE3

HEX: #C8DDE3
RGB: (200,221,227)

Color info

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

RGB color model

#C8DDE3 color RGB value is (200,221,227).

  • red value is 200;
  • green value is 221;
  • blue value is 227.
RGB:
(200,221,227)
(78%,87%,89%)

RGB channels and saturation

R 200 of 255 = 78%
G 221 of 255 = 87%
B 227 of 255 = 89%

200
221
227

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

Portions of RGB colors in percentages

R + G + B =
200 + 221 + 227 = 648 (100%)
R 200 of 648 ~ 30.86%
G 221 of 648 ~ 34.1%
B 227 of 648 ~ 35.03%

%30.86
%34.1
%35.03

CMYK color model

#C8DDE3 color CMYK value is (12,3,0,11).

  • cyan value is 11.89%
  • magenta value is 2.64%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(12,3,0,11)
C12M3Y0K11 
(12%,3%,0%,11%)
(0.12/0.03/0.00/0.11)	

CMYK percentages

%11.89
%2.64
%0
%10.98

Codes

Color #C8DDE3 in popluar color models

C8DDE3
RGB200221227
HSL193°32.53%83.73%
HSB/HSV193°11.89%89.02%
CMYK11.89%2.64%0.00%
10.98%

Color #C8DDE3 in popluar number systems.

HEXC8DDE3
Decimal200221227
Binary110010001101110111100011
Octal310335343

Shades and tints

Shades of #C8DDE3

#C8DDE3
(200,221,227)
#B6C9CF
(182,201,207)
#A4B5BB
(164,181,187)
#92A1A7
(146,161,167)
#808D93
(128,141,147)
#6E797F
(110,121,127)
#5C656B
(92,101,107)
#4A5157
(74,81,87)
#383D43
(56,61,67)
#26292F
(38,41,47)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #C8DDE3

#C8DDE3
(200,221,227)
#CDE0E5
(205,224,229)
#D2E3E7
(210,227,231)
#D7E6E9
(215,230,233)
#DCE9EB
(220,233,235)
#E1ECED
(225,236,237)
#E6EFEF
(230,239,239)
#EBF2F1
(235,242,241)
#F0F5F3
(240,245,243)
#F5F8F5
(245,248,245)
#FAFBF7
(250,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DDE3 color. Also use rgb(200,221,227) instead hex code.

Text Font Color

.myTextColor { color: #C8DDE3; }

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

This text font color is #C8DDE3.


Background Color

.myBgColor { background-color: #C8DDE3; }

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

This div background color is #C8DDE3.


Border color

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

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

This div border color is #C8DDE3.


Opacity

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

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

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

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

This text has shadow with #C8DDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DDE3 on black background.


Color preview on white background

This text has color #C8DDE3 on white background.



Black color preview on #C8DDE3 background

This text has black color on #C8DDE3 background.


White color preview on #C8DDE3 background

This text has white color on #C8DDE3 background.