COLOR #C8D0E3

HEX: #C8D0E3 RGB: (200,208,227)

Color info

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

RGB color model

#C8D0E3 color RGB value is (200,208,227).

RGB: (200,208,227) (78%, 82%, 89%)

RGB channels and saturation

R 200 of 255 = 78%
G 208 of 255 = 82%
B 227 of 255 = 89%

200
208
227

R + G + B ~ 83%. #C8D0E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 208 + 227 = 635 (100%)
R 200 of 635 ~ 31.5%
G 208 of 635 ~ 32.76%
B 227 of 635 ~ 35.75'%

%31.5
%32.76
%35.75

CMYK color model

#C8D0E3 color CMYK value is (12,8,0,11).

  • cyan value is 11.89%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (12,8,0,11) C12M8Y0K11 (12%,8%,0%,11%) (0.12/0.08/0.00/0.11) 

CMYK percentages

%11.89
%8.37
%0
%10.98

Codes

Color #C8D0E3 in popluar color models

C8 D0 E3
RGB 200 208 227
HSL 222° 32.53% 83.73%
HSB/HSV 222° 11.89% 89.02%
CMYK 11.89% 8.37% 0.00%
10.98%

Color #C8D0E3 in popluar number systems.

HEX C8 D0 E3
Decimal 200 208 227
Binary 11001000 11010000 11100011
Octal 310 320 343

Shades and tints

Shades of #C8D0E3

#C8D0E3
(200,208,227)
#B6BECF
(182,190,207)
#A4ACBB
(164,172,187)
#929AA7
(146,154,167)
#808893
(128,136,147)
#6E767F
(110,118,127)
#5C646B
(92,100,107)
#4A5257
(74,82,87)
#384043
(56,64,67)
#262E2F
(38,46,47)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #C8D0E3

#C8D0E3
(200,208,227)
#CDD4E5
(205,212,229)
#D2D8E7
(210,216,231)
#D7DCE9
(215,220,233)
#DCE0EB
(220,224,235)
#E1E4ED
(225,228,237)
#E6E8EF
(230,232,239)
#EBECF1
(235,236,241)
#F0F0F3
(240,240,243)
#F5F4F5
(245,244,245)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D0E3; }

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

This text font color is #C8D0E3.

Background Color

.myBgColor { background-color: #C8D0E3; }

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

This div background color is #C8D0E3.

Border color

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

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

This div border color is #C8D0E3.

Opacity

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

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

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

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

This text has shadow with #C8D0E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D0E3.

Preview

Color preview on black background

This text has color #C8D0E3 on black background.


Color preview on white background

This text has color #C8D0E3 on white background.


Black color preview on #C8D0E3 background

This text has black color on #C8D0E3 background.


White color preview on #C8D0E3 background

This text has white color on #C8D0E3 background.


Related colors

Complementary color

Complementary color for #hex is #372F1C.


I love getcolorcode.com

Triadic colors

1 #E3C8D0 and #D0E3C8 with #C8D0E3 are triadic colors.

2 #E3D0C8 and #D0C8E3 with #C8D0E3 are triadic colors.